I recently set up Eclipse CDT for C ++ development. I can build projects, and there will be no mistakes in the project.
When I try to start a project, I get an error: dinner failed, binary files were not found. This is the main hello word C ++ project that I created using the Eeclipse options menu File → New → C ++ Project → Executable → Hello world C ++ Project.
I tried to follow this decision . It had no effect.
I tried to clean the project and build the project several times.
I installed CDT with Eclipse v4.2 (Juno) on another computer without any problems.
I had previous issues with configuring Eclipse that I don't think are related, but details can be found here .
So the exe file is in the debug folder, but for some reason Eclipse refuses to run it. As if he did not see the exe file. How can i fix this?
Refresh
I looked at other projects that are successfully running, and noticed that they have a binaries folder that is not in projects that do not work. (Even in projects that do not work, I can run the EXE file manually by going to the debug folder that contains the EXE file after the build).
This means that for some reason, Eclipse is not creating the binaries folder with the EXE file. I tried to create the folder manually and put the EXE file in it, but the folder has a special look when eclipse creates it, and does not work when you just create the folder manually. The folder seems to contain the same file as the debug folder.
This is really frustrating.
source share