'(Cannot start the program "make": "Starting with an error"). in eclipse

I am using Eclipse for Windows and have this error:

Building a Debug configuration for the helloworld project
(Cannot start the make program: startup failed)

What should I do to solve this problem?

+10
eclipse
Dec 23 '09 at 6:15
source share
2 answers

Eclipse CDT for Windows is dependent on third-party tools.

You may find this useful: Configuring the compiler

+9
Dec 23 '09 at 7:04
source share

I had the same problem when installing Eclipse applications for c / C ++. I downloaded Mingw GCC , put the bin folder in your path , used it in toolchains when creating a new C ++ project in Eclipse and build , which solved my problem. Link to this video

+2
Oct 18 '13 at 12:38 on
source share



All Articles