Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to run c++ Hello World example
How to run c++ Hello World example [message #1702824] Sat, 25 July 2015 10:15 Go to next message
Harald Schmidt is currently offline Harald SchmidtFriend
Messages: 1
Registered: July 2015
Junior Member
I installed g++ and Eclipse Version: 3.8.1 with c/c++ cdt on Ubuntu 14.04.
I followed the tutorial instructions to build the hello world example.
Then I find this instructions:
Quote:
Step 3: Running the application
To run your application:
1. Within the C/C++ Perspective, click Run > Run Configurations....
2. Select C/C++ Application.


But on "Run" I just can find "External Tools" and than
Quote:
Run As
External Tools Configurations...
Organize Favorits...


Please help me with further instructions. I just want to see "Hello world!" Embarrassed
Re: How to run c++ Hello World example [message #1703174 is a reply to message #1702824] Wed, 29 July 2015 07:02 Go to previous messageGo to next message
Harsh Gupta is currently offline Harsh GuptaFriend
Messages: 5
Registered: July 2015
Location: India
Junior Member

Hi,
I'm also installed G++ (minGW) with eclipse helios service release 2 and have tried to run the 'helloworld' program.

I'm getting an error that says the following when I compile :

**** Internal Builder is used for build ****
g++ -O0 -g3 -Wall -c -fmessage-length=0 -osrc\min.o ..\src\min.cpp
Build error occurred, build is stopped
Time consumed: 3270 ms.
Re: How to run c++ Hello World example [message #1703559 is a reply to message #1702824] Mon, 03 August 2015 06:08 Go to previous message
Eclipse UserFriend
Where are you seeing these steps that have you stuck at step 3.

Give me a link to the one you're following.

I'll look at them and try to follow them and tell you exactly how I do it. It might help you see where you're going wrong.

-- L. James

--
L. D. James
ljames@apollo3.com
www.apollo3.com/~ljames

Harald Schmidt wrote on Sat, 25 July 2015 10:15
I installed g++ and Eclipse Version: 3.8.1 with c/c++ cdt on Ubuntu 14.04.
I followed the tutorial instructions to build the hello world example.
Then I find this instructions:
Quote:
Step 3: Running the application
To run your application:
1. Within the C/C++ Perspective, click Run > Run Configurations....
2. Select C/C++ Application.


But on "Run" I just can find "External Tools" and than
Quote:
Run As
External Tools Configurations...
Organize Favorits...


Please help me with further instructions. I just want to see "Hello world!" Embarrassed

Previous Topic:Problem with GDB ( OS X )
Next Topic:problems running code from IDE
Goto Forum:
  


Current Time: Fri Apr 26 17:18:37 GMT 2024

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

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

Back to the top