Eclipse CDT 构建错误
嘿伙计们,我一直在 java 的 eclipse IDE 上工作到现在。我现在想切换到 C++。我从更新中向该 eclipse 添加了一个插件。当我编写示例程序时,在标头包含之前和 iam 时都会出现一个问号尝试构建项目时出现错误:
* 项目 Helloworld 的配置调试构建 * (品牌:未找到)
Hey guys i've worked on eclipse IDE for java till now.i want to switch to C++ now.i added a plugin to that eclipse from update.When i wrote a sample program am getting a question mark before the header inclusion and when iam trying to build the project its saying that error :
* Build of configuration Debug for project Helloworld *
(make: not found)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我敢打赌您使用的是 Windows 并且需要一个 C++ 编译器(包括“make”实用程序)。请参阅http://www.mingw.org/wiki/HOWTO。
I'm going to bet you're on Windows and need a C++ compiler (including a 'make' utility). See http://www.mingw.org/wiki/HOWTO.