In Eclipse Luna I'm getting a "Launch failed. Binary not found" error. This is with just their basic HelloWorld program that will be already written. I tried creating it with the MinGW C++ toolchain, and I ctrl + b'd before running it, and it still occurs. I also have selected the PE Microsoft Parser in the 'environment' subsection under Build. I'm also using Windows 7 64 bit. I still can't find a way to fix it, any solutions that differ from the one's that I've tried would be great, thanks.
Asked
Active
Viewed 296 times
0
-
Could you post your code? – ianaya89 Dec 13 '14 at 03:59
-
Are you getting an executable that you can launch manually from windows explorer? – kbzombie Dec 13 '14 at 04:00
-
I'm not getting an exe, and it's just the default HelloWorld that Eclipse pre-writes for you: #include
using namespace std; int main() { cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!! return 0; } – dotn Dec 13 '14 at 04:04 -
possible duplicate of [Eclipse MinGW Binary Not Found](http://stackoverflow.com/questions/18686064/eclipse-mingw-binary-not-found) – user3159253 Dec 13 '14 at 05:13