I am trying to run Hello World (C++) program in eclipse on Ubuntu OS. I am getting the error
Launch Failed : Binary not found.
I build the project . But, it's not working.
Any help is appreciated
Thanks
I am trying to run Hello World (C++) program in eclipse on Ubuntu OS. I am getting the error
Launch Failed : Binary not found.
I build the project . But, it's not working.
Any help is appreciated
Thanks
I think you need to change the binary parser to GNU Elf Parser. You can change this in the Project preferences / C/C++ Build / Settings / Binary Parsers tab. Try with different binary parsers, maybe your system is different to mine.