I am new to PN, I try to compile a void demo and get error message:
0 [main] sh 4440 sync_with_child: child 3380(0x11C) died before initialization with status code 0x0
32397 [main] sh 4440 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
0 [main] sh 4700 sync_with_child: child 2536(0x11C) died before initialization with status code 0x0
23716 [main] sh 4700 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
-------- begin --------
avr-gcc (WinAVR 20100110) 4.3.3
Compiling C: thing.c
avr-gcc -c -mmcu=atmega16 -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=./thing.lst -std=gnu99 -MMD -MP -MF .dep/thing.o.d thing.c -o thing.o
thing.c:30: fatal error: opening dependency file .dep/thing.o.d: No such file or directory
compilation terminated.
make.exe: *** [thing.o] Error 1
I dont find this problem in the forum , Is it Vista?
thank you.