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

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.



Solution 1:[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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 alk