| 
 
| AVR stdio 4 编译的时候出现下面的提示信息,且生成不了hex文件   是怎么回事 该如何解决,小弟新手 望指教 Build started 18.8.2017 at 10:32:39
 AllocationBase 0x0, BaseAddress 0x71590000, RegionSize 0x3E0000, State 0x10000
 D:\winAVR\utils\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
 avr-gcc  -mmcu=atmega16 -Wall -gdwarf-2 -DF_CPU=16000000  -O0  -funsigned-char  -funsigned-bitfields  -fpack-struct  -fshort-enums -Wp,-M,-MP,-MT,test.o,-MF,dep/test.o.d  -c   ../test.c -o test.o
 ../test.c:10: fatal error: opening dependency file dep/test.o.d: No such file or directory
 compilation terminated.
 make: *** [test.o] Error 1
 Build failed with 3 errors and 0 warnings...
 
 | 
 |