z EdW 2005/05, niestety pzy kompilacji wyskakuje blad. Zmieniony (wedlug zalecen) plik Makefile umiescilam w katalogu projektu (Prog 1), plik make.bat w katalogu glownym WinAVR. W kompilatorze w wlasciwosciach Tuols tez zmienilam. POMOCY...
Wersja WnAVR to: 20050214
plik make.bat:
@set PATH=C:\WinAVR\BIN;C:\WinAVR\UTILS\BIN;
make.exe
raport output:
D:\Elaktronika\AVR\C +\Prog 1>make.exe
-------- begin --------
avr-gcc (GCC) 3.4.3
Copyright (C) 2004 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.
make.exe: *** No rule to make target `hallo.o', needed by `hallo.elf'. Stop.
> Process Exit Code: 2
Skrypt clean.bat dziala poprawnie:
> "C:\WinAVR\clean.bat"
D:\Elaktronika\AVR\C +\Prog 1>make.exe clean
-------- begin --------
Cleaning project:
rm -f hallo.hex
rm -f hallo.eep
rm -f hallo.cof
rm -f hallo.elf
rm -f hallo.map
rm -f hallo.sym
rm -f hallo.lss
rm -f hallo.o
rm -f hallo.lst
rm -f hallo.s
rm -f hallo.d
rm -f .dep/*
-------- end --------
> Process Exit Code: 0