I apologize in advance for this noobish Q, but I'm starting to learn C ++ and only used Java.
I also searched here and elsewhere to resolve this issue and followed all the steps and still got this error.
I will try to be as specific as I can to help you guys.
I have eclipse helios and I would like to use C ++, but I continue to work in the error "Startup error. Binary Not found".
I installed the MingW C ++ compiler using the file "mingw-get-inst-20120426" and selected "C compiler, C ++ compiler, MSYS base system and the MingW developer toolkit."
Then I went to eclipse> project> properties> C / C ++ General> Paths and Symbols, then selected GNU C ++ on the Includes tab and added "C: \ MinGW \ lib \ gcc \ mingw32 \ 4.6.2 \ include \ C ++ "way
I also went to C / C ++ build> Environment and added to PATH "C: \ MinGW \ bin; C: \ MinGW \ msys \ 1.0 \ bin".
Then I created the Hello World C ++ project, selecting the MingW GCC under the Toolchains, and then built the project using the hammer icon.
However, as soon as I started the HelloWorld program, it received the error "Launch failed. Binary Not Found".
Here is another error: g ++ -IC: \ MinGW \ lib \ gcc \ mingw32 \ 4.6.2 \ include \ C ++ -O0 -g3 -Wall -c -fmessage-length = 0 -osrc \ HelloWorld.o .. \ src \ HelloWorld.cpp Internal Builder: cannot start the program "g ++": the system cannot find the specified file.
I also downloaded the CDT (C / C ++ Development Tooling) and transferred the "features" and "plugins" folder to the eclipse folder.
Can someone please give me step by step how to resolve this?
c ++ eclipse eclipse-plugin
user1631224
source share