--- In AVR-Chat@yahoogroups.com, "arhodes19044" <spamiam@c...> wrote: > I still suspect that make is confused by the fact that it does not > reside on the C drive, and it expects to be there in some basic way. Hi Tony, this is definitely not hte case. I have WinAVR sitting on drive D: ands everything wokts after I came over exactly the same problems you now have. One thin I had to do was to weed out my path variable. I have now this line as the first in my autoexec.bat in the root directory of the boot drive (C: in my case): PATH C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1 \ULTRAE~1;D:\AVRGCC\WINAVR\BIN;D:\AVRGCC\WINAVR\UTILS\BIN This autoexec.bat is called when a DOS program is launched. How does your path look like? Stefan
Message
Re: Problem using MAKE - seems to be a path problem
2005-04-14 by Stefan Wimmer