Can't find make.exe

16 views
Skip to first unread message

Laurentm44

unread,
Jul 10, 2012, 4:35:02 PM7/10/12
to Micropendous
Hello,

I have a problem doing this tutorial : http://code.google.com/p/micropendous/wiki/ProgramAndTestWindows

I have this error in cmd: 'make' is not recognized as an internal or
external command

Thanks,

Laurent

Opendous Inc.

unread,
Jul 12, 2012, 12:47:54 AM7/12/12
to Micropendous
If you have WinAVR installed then it is likely your PATH variable was
not set correctly. Try the following:
http://code.google.com/p/micropendous/wiki/AddingWinAVRtoPATH
http://code.google.com/p/micropendous/wiki/AddingFLIPtoPATH

You could also try re-installing WinAVR or manually change your PATH
each time you start a Command Prompt:
http://code.google.com/p/micropendous/wiki/WindowsQuickStart

Or, create a simple batch file with the following contents called
something like addpath.bat and place it in your WINDOWS directory
(which is always in PATH) so that you can add PATH elements more
easily. Note this assumes the default WinAVR install location and
drive.

PATH = %PATH%;C:\WinAVR\bin;C:\WinAVR\utils\bin

Laurentm44

unread,
Jul 17, 2012, 3:26:44 PM7/17/12
to microp...@googlegroups.com
It's working, thanks !
Reply all
Reply to author
Forward
0 new messages