Hallo,
ich habe mir jetzt mal das AVR Studio von Atmel geholt. Als test hab ich ein ganz einfaches Programm genommen, leider wirft er mir immer einen fehler aus

Code:
      0 [main] sh 4444 sync_with_child: child 3552(0x12C) died before initialization with status code 0x0
  37166 [main] sh 4444 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
rm -rf main.o  main.elf dep/* main.hex main.eep main.lss main.map
"C:/WinAVR-20081205/utils/bin/rm.exe": too few arguments
Try `"C:/WinAVR-20081205/utils/bin/rm.exe" --help' for more information.
make: [clean] Error 1 (ignored)
Build succeeded with 0 Warnings...
      0 [main] sh 7020 sync_with_child: child 3132(0x12C) died before initialization with status code 0x0
  38306 [main] sh 7020 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
avr-gcc  -mmcu=atmega32 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT main.o -MF dep/main.o.d  -c  ../main.c
../main.c:14: fatal error: opening dependency file dep/main.o.d: No such file or directory
compilation terminated.
make: *** [main.o] Error 1
Build failed with 1 errors and 0 warnings...
mfg