Running Eclipse Ubuntu

Hi, I've just changed over to Ubuntu from XP, so have installed Eclipse with the C++ development option. However when I try to build and run a simple HelloWorld project just for testing, I get the following error: Launch Failed no Binaries so tried to change the settings and have made it worse, now i get the following error: "An internal Error occurred during launching"

So hopefully someone could tell me how to set the setting step by step and not overly complicating it :)

Many Thanks
Do you have developing tools (the GCC, make, GDB, etc.)?
fist uninstall everything...
then go to in synaptic manager add CDT.
May be it is missing.

Andy...
when you create a c++ project try to use managed make c++ project

and when you run the application, specify name of executable.

if it has been compiled and linked successfully it should run.
Topic archived. No new replies allowed.