开发者

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

开发者 https://www.devze.com 2022-12-15 03:47 出处:网络
I am using Eclipse for Windows and have this error: Build of configuration Debug for project hell开发者_StackOverflow中文版oworld

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

0

精彩评论

暂无评论...
验证码 换一张
取 消