I am trying to run a simple C project in Eclipse.
I read every possible topic about creating Eclipse, and I thought that everything was correct.
I installed the Eclipse IDE for C / C ++ developers, installed MinGW and MySys.
I set my Path
system variables to C:\MinGW\bin; C:\msys\1.0\bin
C:\MinGW\bin; C:\msys\1.0\bin
, and I also selected PE Parser for Windows in the Eclipse settings.
Finally, I set the environment variable for the PATH name and the value set to the Path variable in the check box.
But when I go to run my program, I get an error message
Startup error: binary file not found.
Did I miss something? I cleaned / rebuilt / restarted my computer to make sure that this fixes the problem, but still no luck.
EDIT: When I watch
Project → Properties → C / C ++ General → Paths and Symbols → Includes a tab
Nothing is indicated, I wonder if this is related to this?
source share