-1

When I try to run my C program in eclipse, a message pops up saying : "Launch failed. Binary not found". Is this because I'm missing a compiler or is there some other reason? From what I read online, Eclipse does have a built in compiler so I thought compiling shouldn't be a problem. How do I make this problem disappear?

1 Answers1

0

I hope there's is not much data for answer, but looks like somebody have got similar mistake in wrote about it on official Eclipse forum. [Here]

I got the same problem and followed all the step but was getting the same error, Then i selected "project" from the menu and clicked "Build All", my binaries generated in my project and i can able to execute the file.

Try , hope it will help you