Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Execution question - new user(Is something missing from the download?)
Execution question - new user [message #1700562] Fri, 03 July 2015 17:30
BR Flanagan is currently offline BR FlanaganFriend
Messages: 2
Registered: July 2015
Junior Member
Just downloaded Mars, never an eclipse user before, never downloaded it before.

Read the 'Getting Started' and it recommended MingW, so I downloaded that.

Went to test out eclipse while reading the tutorial, tried HelloWorld, seems to build but not run.

Did I miss something about loading thest applications?




When I build it this comes up (which looks ok to me)

13:22:29 **** Incremental Build of configuration Debug for project HelloWorld ****
Info: Internal Builder is used for build
g++ -O0 -g3 -Wall -c -fmessage-length=0 -o "src\\HelloWorld.o" "..\\src\\HelloWorld.cpp"
g++ -o HelloWorld.exe "src\\HelloWorld.o"

13:22:33 Build Finished (took 3s.944ms)



When I run it, this comes up:

<terminated> (exit value: -1,073,741,515) HelloWorld Debug [C/C++ Application]
Previous Topic:[C++] Hello Word crashes on Eclipse?
Next Topic:Header File Not Found
Goto Forum:
  


Current Time: Thu Mar 28 10:10:23 GMT 2024

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

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

Back to the top