您的位置:首页 > 其它

Program “make” not found in PATH

2015-06-14 13:52 363 查看

this article had helped me.

thanks.

Program “make” not found in PATH

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.

ans:

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



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: