'(Cannot run program "make": Launching failed) .' in Eclipse
I am using Eclipse for Windows and have this error:
Build of configuration Debug for project hell开发者_StackOverflow中文版oworld
(Cannot run program "make": Launching failed)
What do I do to solve this?
Eclipse CDT on Windows depends on 3rd party tools.
You may find this useful: Setting up a compiler
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
精彩评论