Hi Tony, > My path is: > > %SYSTEMROOT%\system32;%SYSTEMROOT%;%SYSTEMROOT%\system32 > \WBEM;F:\winavr\bin;F:\winavr\utils\bin;C:\PROGRA~1\ATITEC~1 > \ATICON~1;C:\Program Files\ATI Technologies\ATI Control Panel It sounds like there's a make.exe that's in one of these directories: %SYSTEMROOT%\system32 %SYSTEMROOT%;%SYSTEMROOT%\system32\WBEM F:\winavr\bin and it's not compatible with the make that comes with WinAVR. Putting the make.exe into the "current" directory causes the correct one to be executed. Try removing the make.exe and try this instead: f:\winavr\utils\bin\make iIf that works and typing make by itself doesn't, then there's almost certainly another make earlier in your path. -- Dave Hylands Vancouver, BC, Canada http://www.DaveHylands.com/
Message
Re: [AVR-Chat] Re: Problem using MAKE - seems to be a path problem
2005-04-13 by Dave Hylands