Kod: Zaznacz cały
> "C:\WinAVR\make.bat"
C:\GCC-src\Kurs\hello>make.exe
-------- begin --------
avr-gcc (GCC) 4.1.1 (WinAVR 20070122)
Copyright (C) 2006 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.
Compiling C: hello.c
avr-gcc -c -mmcu=at90s2313 -I. -gdwarf-2 -DF_CPU=4000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=./hello.lst -std=gnu99 -Wundef -MMD -MP -MF .dep/hello.o.d hello.c -o hello.o
avr-gcc: _spawnv: No such file or directory
C:\WINAVR\UTILS\BIN\MAKE.EXE: *** [hello.o] Error 1
C:\GCC-src\Kurs\hello>
> Process Exit Code: 0