Error running C++ program eclipse (nothing to build)

谁都会走 提交于 2020-01-06 20:01:23

问题


I am getting strange error. I configured my eclipse for c/c++. when I build my c/c++ project they are getting build successfully. When I run my c binary it shows nothing to build and then actually runs the program and shows the output.

Now, the fun part is when I execute c++ binary it also shows nothing to build and shows nothing.


回答1:


Ok had the same problem. Try

  • to see in the console if any other previous processes are still running, If they do the red square (for stopping it forced) is there at least
  • to clean your project (right click project then clean), if that doesn't do the deal
  • use right click project, then compil. Then again right click the project, then use run as, and select the option that apears there.

Hope it helps, good luck



来源:https://stackoverflow.com/questions/13038283/error-running-c-program-eclipse-nothing-to-build

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