简体   繁体   English

Eclipse CDT构建错误

[英]Eclipse CDT build error

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 : 大家好,到目前为止我一直在使用Java的Eclipse IDE。我现在想切换到C ++。从更新开始,我在eclipse中添加了一个插件。当我编写示例程序时,在包含标题和IAM时出现了一个问号试图建立该项目的说法,错误:

* Build of configuration Debug for project Helloworld * *为项目Helloworld构建配置调试* (make: not found) (制造商:未找到)

I'm going to bet you're on Windows and need a C++ compiler (including a 'make' utility). 我敢打赌,您使用的是Windows,并且需要C ++编译器(包括“ make”实用程序)。 See http://www.mingw.org/wiki/HOWTO . 参见http://www.mingw.org/wiki/HOWTO

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM