--- 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. I have WinAVR installed on a D: drive. That's also where my WinNT directory is. Even if the system directory were on a different drive, though, it shouldn't matter. Don't forget that on NT variants (Win2K, XP, etc.) there are actually two different sets of path information. One for the system and one for the user. The effective path for any particular user is the combination of the two. To see what the combined path is just type PATH followed by the Enter key at the DOS prompt. > > -Tony > > --- In AVR-Chat@yahoogroups.com, Dave Hylands <dhylands@g...> wrote: > > 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: Problem using MAKE - seems to be a path problem
2005-04-13 by Don Kinzer
Attachments
- No local attachments were found for this message.