12

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?

Veedrac
  • 58,273
  • 15
  • 112
  • 169
kranthikumar
  • 205
  • 2
  • 6
  • 12

2 Answers2

9

Eclipse CDT on Windows depends on 3rd party tools.

You may find this useful: Setting up a compiler

diciu
  • 29,133
  • 4
  • 51
  • 68
  • 1
    +1 I was having the same problem as the OP. The instructions on this page solved the problem. Thanks. – MyName Apr 24 '13 at 20:00
2

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

Weloo
  • 625
  • 4
  • 16