This article had helped me.
Thanks.
Program ' make ' not found in PATH
Up voteone down Votefavorite |
I ' m have the program "do" not found in PATH error in Eclipse. I checked the path variable which is: C:\cygwin\bin;%JAVA_HOME%\bin;%ANT_HOME%\bin;%ANDROID_SDK%\tools;%ANDROID_SDK%\platform-tools;%ANDROID_NDK%;%CommonProgramFiles%\Microsoft Shared\Windows Live;C:\Program Files\NVIDIA Corporation\PhysX\Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Git\cmd
PATH the starts with the folder which contains make (I checked make.exe and are in there), but Eclipse still goes Program "make" not found in PATH .
I have tried changing the path and restarting several times but nothing seems to change. Eclipsemake
Share| Improve this question |
editedJun 16 ' + at 4:10 Jason aller 2,443 7 17 23 |
Asked Jul at 12:12 Aerlfredith 1932 4 |
|
|
|
does have a make.exe file somewhere in your path, e.g. C:\cygwin\bin You should install the GNU make otherwise.–basile StarynkevitchJul ' at 12:14 |
|
Do not multipost. You are already asked this question at:eclipse.org/forums/index.php/m/773854 (the last comment)–adel BoutrosJul ' at 12:17 |
Add a Comment | |
6 Answers6Activeoldestvotes
Up vote8down vote |
You could try altering toolchain in the case if for some reason your can ' t use GCC. OpenProperties for your project (by right clicking on your project name in theProject Explorer) and then c/c++ Build > Tool Chain Editor. You can change the current builder there from GNU make builder to CDT Internal builder or whatever compat Ible.
Share| Improve this answer |
answered Oct + at 8:07 Wojciech fornal 11113 |
|
Program ' make ' not found in PATH