Hallo liebes Forum,

ich habe heute meinen Asuro mal wieder ausgepackt und auf meinen Laptop (Windows 8.1) die neuste Version von Winavr istalliert. Der Asuro funktioniert soweit. (Selbsttest erfolgreich) Beim drücken von Make kommt aber immer eine Fehlermeldung.

Die Anwendung konnte nicht korrekt gestartet werden (0xc0000142). Klicken Sie auf Ok um die Anwendung zu schließen.

Code:
FirstTry>make all 
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=asuro.lst asuro.c \
    | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
    [ -s asuro.d ] || rm -f asuro.d
      0 [main] sh 3444 sync_with_child: child 6656(0x13C) died before initialization with status code 0xC0000142
  25886 [main] sh 3444 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c \
    | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \
    [ -s test.d ] || rm -f test.d
      0 [main] sh 5168 sync_with_child: child 5476(0x13C) died before initialization with status code 0xC0000142
  28928 [main] sh 5168 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
-------- begin --------
avr-gcc --version
avr-gcc (WinAVR 20100110) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

avr-gcc -c -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
avr-gcc -c -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=asuro.lst asuro.c -o asuro.o
avr-gcc -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.o test.o asuro.o   --output test.elf -Wl,-Map=test.map,--cref -lm
avr-objcopy -O ihex -R .eeprom test.elf test.hex
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \
    --change-section-lma .eeprom=0 -O ihex test.elf test.eep
make: [test.eep] Error -1073741502 (ignored)
avr-objdump -h -S test.elf > test.lss
      0 [main] sh 2644 sync_with_child: child 6288(0x130) died before initialization with status code 0xC0000142
  37283 [main] sh 2644 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
make: *** [test.lss] Error 128

> Process Exit Code: 2
> Time Taken: 00:05
Könnt ihr mir weiterhelfen?