Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » build and run(run failing.)
build and run [message #841192] Tue, 10 April 2012 22:15 Go to next message
Eclipse UserFriend
I'm very new to C++ programing, in fact my instructor will only support visual studio, but I'm running kubuntu 11.XX and just now getting into programing. The problem is when I click the "run" button I get "Launch failed. Binary not found." Yeah I know it's a newbie error from what I keep reading throughout google, however it's new to me. I did read the instructions on importing "Window > Preferences > C/C++ > New CDT project wizard and click Makefile Project" however my install doesn't come with "New CDT project wizard" option for me to attempt a "fix" so is there another way to get to it or is there a different fix.

Here's my code:

#include <stdio.h>
void main<void>
{
printf("This is a lovely day!\n");
}
Re: build and run [message #841317 is a reply to message #841192] Wed, 11 April 2012 02:43 Go to previous messageGo to next message
Eclipse UserFriend
russell pardo wrote on Wed, 11 April 2012 04:15
.. however my install doesn't come with "New CDT project wizard" option for me ...

How did you install? Did you install the CDT (C/C++) plugin?
Re: build and run [message #845775 is a reply to message #841192] Sun, 15 April 2012 08:13 Go to previous message
Eclipse UserFriend
Maybe you need to build your project first.
Try Project->Build Project first.
I had a similar problem, and that work for me.
Previous Topic:unresolved inclusions
Next Topic:A newbie problem
Goto Forum:
  


Current Time: Sat Jun 14 01:43:53 EDT 2025

Powered by FUDForum. Page generated in 0.04686 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top