我遇到这个问题:我新买的笔记本,笔记本原装系统是windows8.1的,我安装好AVR后,要是直接把以前工编译好的工程编译的话,可以能通过;要是在工程.c文件打个空格也好,再编译,就通不过了,出现:下面错误
Build started 18.11.2014 at 23:33:54
0 [main] sh 13304 sync_with_child: child 11844(0x14C) died before initialization with status code 0xC0000142
38575 [main] sh 13304 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
avr-gcc -mmcu=atmega8 -Wl,-Map=TestTimer.map main.o -o TestTimer.elf
main.o: file not recognized: File format not recognized
make: *** [TestTimer.elf] Error 1
Build failed with 1 errors and 0 warnings...