dotn
dotn

Reputation: 1

C++ Launch Failed. Binary not Found

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.

Upvotes: 0

Views: 315

Answers (1)

user4205984
user4205984

Reputation:

If the binary was not found, It is possible that the project did not build correctly or you never built it in the first place. If you built it and it gives you that error, try going to Project --> Clean and once you clean it click build once again and then try running it.

Upvotes: 1

Related Questions