问题
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