Cannot start the make program: the system cannot find the specified file?

This is the first time this error has appeared. I use Cygwin with Eclipse 3.5, and my Path variable has a value: %CommonProgramFiles%\Microsoft Shared\Windows Live;%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\Apache Ant\bin;C:\Program Files\SVN\bin;C:\Program Files\Java\jdk1.6.0_18\bin;C:\Users\Mohit\Developer\AndroidSDK\tools;C:\Program Files\QuickTime\QTSystem\;C:\cygwin\binNotice what C:\cygwin\bin's in my path. And make.exe is my Cygwin bin. Therefore, I think that the problem is not in my system, but maybe in my project. But I can’t find anything wrong with that. Any suggestions?

+3
source share
3 answers

Process Explorer, PATH Eclipse. , PATH - , , Eclipse , PATH .

, C:\cygwin\bin Eclipse PATH, PATH, Eclipse, .

, Process Monitor Eclipse.exe, , , . CreateProcess(), , , - .

+6

I circumvented this issue by installing MinGW and using its GCC compiler.

Environment - OS: Windows 10, Eclipse: Oxygen

0
source

Source: https://habr.com/ru/post/1754027/


All Articles