I'm trying alot of the suggestions on all the other identical questions, but I cannot get it to work.
I am using minGW compilter on Eclipse CDT on windows 7 and have run through the following steps:
- installed eclipse CDT
- installed mingw and MSYS
- added C:\MinGW\bin;C:\MinGW\msys\1.0\bin to the PATH variable of windows
- included directories in Eclipse under "Paths and symbols" according How to install C++ plugin to Eclipse?
- did NOT create a new c/c++ Application manually
- could not find the "Discovery options"
- checked and confirmed that "PE Windows Parser" is check as binary parser
When I press "build all" under project, Debug -> src and Release -> src are created but no execute or binary file.
I cannot find anything else I can do to fix the problem.