'(无法运行程序“make”:启动失败)。' 在 Eclipse 中

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1950974/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 19:04:22  来源:igfitidea点击:

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

eclipse

提问by kranthikumar

I am using Eclipse for Windows and have this error:

我在 Windows 上使用 Eclipse 并出现此错误:

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

项目 helloworld 的配置调试构建
(无法运行程序“make”:启动失败)

What do I do to solve this?

我该怎么做才能解决这个问题?

回答by diciu

Eclipse CDT on Windows depends on 3rd party tools.

Windows 上的 Eclipse CDT 依赖于 3rd 方工具。

You may find this useful: Setting up a compiler

您可能会发现这很有用:设置编译器

回答by Weloo

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 toolchainswhile making new C++ project in Eclipse and buildwhich solved my problem. Referred to this video

我在为 c/c++ 应用程序安装 Eclipse 时遇到了同样的问题。我下载了Mingw GCC,将它的 bin 文件夹放在你的路径中,在工具链中使用它,同时在 Eclipse 中创建新的 C++ 项目并构建解决了我的问题。参考了这个视频