I've downloaded Eclipse C/C++ IDE . I need to run a simple c program in this(To print welcome).
While trying to run the program its popping up an error message like "Launch failed: Binary not found" .
Please help me out.Thanks
I've downloaded Eclipse C/C++ IDE . I need to run a simple c program in this(To print welcome).
While trying to run the program its popping up an error message like "Launch failed: Binary not found" .
Please help me out.Thanks
For Eclipse on Unix based machine you have to make an object file for C programs before compilation.If you didn't make object file then it doesn't have the required binary numbers to execute. So try "Ctrl+B" it will build the program in Eclipse.
I advice you to use netbeans, which is far better then Eclipse...Further it's your choice..
Happy Coding.:)