Eclipse CDT cannot find the built exe file after the build, must click the launch configuration

I am using Eclipse CDT. I am facing a really strange problem.

After I built the project, I click on the project and select run as β†’ local c/c++ project , it throws a binary not found error. If I right-click the project β†’ run configuration , but don’t make any changes or touch the buttons and don’t click Run , it compiles and works fine ... So every time I have to click the run configurations button and then click run. I also have an auto-build option in the properties.

Anyone have an idea?

Thank.

+1
c ++ eclipse-cdt binaryfiles run-configuration
Feb 09 '15 at 22:33
source share

No one has answered this question yet.

See similar questions:

72
Startup error. Binary not found. CDT on Eclipse Helios

or similar:

1250
Replacing a 32-bit loop counter with 64-bit values ​​results in crazy performance deviations
183
Work on a remote project with Eclipse via SSH
twenty
How to create SCons projects using Eclipse CDT?
13
eclipse c / c ++ cdt creates only one file
8
Creating / Running File-Based Eclipse CDT
6
Eclipse CDT complains about unresolved functions, but still works successfully
2
use custom build directory in makefile eclipse cdt c ++ project
one
Eclipse CDT does not build a new project of a specific name
one
No binary embedded eclipse cdt
0
Creating a shared library with Eclipse CDT directly



All Articles