--- In AVR-Chat@yahoogroups.com, Dave Hylands <dhylands@g...> wrote: > > Try removing the make.exe and try this instead: > > f:\winavr\utils\bin\make > Dave Hylands > Vancouver, BC, Canada > http://www.DaveHylands.com/ I did this as you said. Here is the result. -------------------------------------------------------- F:\WinAVR\Project_RealTime>make clean -------- begin -------- Cleaning project: rm -f realtime.hex rm -f realtime.eep rm -f realtime.cof rm -f realtime.elf rm -f realtime.map rm -f realtime.sym rm -f realtime.lss rm -f realtime.o F:/WinAVR/AVRlib/timer128.o rm -f realtime.lst F:/WinAVR/AVRlib/timer128.lst rm -f realtime.s F:/WinAVR/AVRlib/timer128.s rm -f realtime.d F:/WinAVR/AVRlib/timer128.d rm -f .dep/* -------- end -------- F:\WinAVR\Project_RealTime>f:\winavr\utils\bin\make.exe clean f:\winavr\utils\bin\make.exe: *** No rule to make target `clean'. Stop. -------------------------------------------------------------- So, when I use the make program in the current directory it works. When I use it while it resides elsewhere, it gags. No other make programs (exe or com) exist elsewhere, and especially not in the path. I am totally confused, but I can make it work by keeping a version of make in the current directory. I guess I will continue this work- around.... I find that I need to keep AVRLib H and C files in the current directory. It makes references more simple..... -Tony
Message
Re: Problem using MAKE - seems to be a path problem????
2005-04-14 by arhodes19044
Attachments
- No local attachments were found for this message.