码迷,mamicode.com
首页 > 其他好文 > 详细

Program “make” not found in PATH

时间:2015-06-14 15:13:16      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:

this article had helped me.

thanks.

 

Program “make” not found in PATH

            
技术分享
         up vote11down votefavorite

I‘m having the Program "make" 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

The PATH starts with the folder which contains make (I checked and make.exe is 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.

share|improve this question
 
 
Do you have a make.exe file somewhere in your path, e.g. in C:\cygwin\bin ? You should install GNU make otherwise.                 –                      Basile Starynkevitch                 Jul 20 ‘12 at 12:14                                                                                                 
3                          
Do not multipost please . You have already asked this question at: eclipse.org/forums/index.php/m/773854 (the last comment)                 –                      Adel Boutros                 Jul 20 ‘12 at 12:17                                                                            

6 Answers                                 6

         up vote8down vote

You may try altering toolchain in case if for some reason you can‘t use gcc. Open Properties for your project (by right clicking on your project name in the Project Explorer), then C/C++ Build > Tool Chain Editor. You can change the current builder there from GNU Make Builder to CDT Internal Builder or whatever compatible you have.

share|improve this answer

Program “make” not found in PATH

标签:

原文地址:http://blog.csdn.net/leoking01/article/details/46490887

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!