Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » build and run(run failing.)
build and run [message #841192] Wed, 11 April 2012 02:15 Go to next message
russell pardo is currently offline russell pardoFriend
Messages: 1
Registered: April 2012
Junior Member
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 06:43 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
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?


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: build and run [message #845775 is a reply to message #841192] Sun, 15 April 2012 12:13 Go to previous message
Sen Wang is currently offline Sen WangFriend
Messages: 2
Registered: April 2012
Junior Member
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 Apr 27 01:09:32 GMT 2024

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

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

Back to the top