Eclipse: Info: Nothing to build for [Project Name]

人走茶凉 提交于 2019-12-11 13:15:25

问题


I'm currently new to C++ and I created a Hello World in Eclipse C/C++ but all It says in the Console is: Info: Nothing to Build for [project name].... How to fix this? Yes, I have done everything like setting up the variables of my mingw and all that and I still get this message on my Console... I searched all of this stuff on the Internet but It didn't quite help...


回答1:


You have your console view set to the wrong console.

There is a build console and the normal output console. It should switch to the output console when running, automatically (but, any ways, it didn't).

On the console view there is a set of buttons, one of which looks like a little monitor. If you click on the little arrow next to that you can select the output console for your program:



来源:https://stackoverflow.com/questions/38419689/eclipse-info-nothing-to-build-for-project-name

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!