Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'(Cannot run program "make": Launching failed) .' in Eclipse

Tags:

eclipse

I am using Eclipse for Windows and have this error:

Build of configuration Debug for project helloworld
(Cannot run program "make": Launching failed)

What do I do to solve this?

like image 312
kranthikumar Avatar asked Dec 23 '09 06:12

kranthikumar


2 Answers

Eclipse CDT on Windows depends on 3rd party tools.

You may find this useful: Setting up a compiler

like image 144
diciu Avatar answered Oct 20 '22 21:10

diciu


I faced the same problem while installing Eclipse for c/c++ applications .I downloaded Mingw GCC ,put its bin folder in your path ,used it in toolchains while making new C++ project in Eclipse and build which solved my problem. Referred to this video

like image 33
Weloo Avatar answered Oct 20 '22 21:10

Weloo