Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » terminated when run the HelloWorld project
terminated when run the HelloWorld project [message #1251462] Thu, 20 February 2014 08:36 Go to next message
Mariam Michael is currently offline Mariam MichaelFriend
Messages: 2
Registered: February 2014
Junior Member
when I run my helloWorld project I got this error :
"<terminated, exit value: -1073741515>
C:\Users\Mariamm\workspace\MyFirstProj\Debug\helloworld.exe (2/20/14, 10:33 AM) "


Can someone help ?
when I go to debug and set breakpoints , there is in an output and the return 0 success but when it reach the } it got teminated :

"Can't find a source file at "/home/ruben/mingw-w64/src/mingw-w64/mingw-w64-crt/crt/crtexe.c"
Locate the file or edit the source lookup path to include its location."

Any ideas ?
Re: terminated when run the HelloWorld project [message #1264658 is a reply to message #1251462] Wed, 05 March 2014 11:48 Go to previous messageGo to next message
Yevgeny Shifrin is currently offline Yevgeny ShifrinFriend
Messages: 208
Registered: July 2009
Senior Member
Please refer to below link, maybe it could help:
http://stackoverflow.com/questions/17903297/eclipse-cdt-with-mingw-on-windows7-64bit-debug-configuration-crashes-maybe-so

Right-click on your project. Select "Properties". Select the "Run/Debug Settings" Property on the left of the new window. In the right window, click on your executable to highlight (ie - Test.exe) and click "Edit". In the Environment tab, hit "New" Name: PATH Value: Path to your MinGW bin directory. (For me this was: C:\devcore\MinGW\bin) Click "OK" on all windows to close down.
Re: terminated when run the HelloWorld project [message #1264704 is a reply to message #1264658] Wed, 05 March 2014 12:32 Go to previous message
Mariam Michael is currently offline Mariam MichaelFriend
Messages: 2
Registered: February 2014
Junior Member
it works !
Thank you Smile
Previous Topic:memset warning
Next Topic:Problem during Eclipse update
Goto Forum:
  


Current Time: Wed Apr 24 18:43:47 GMT 2024

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

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

Back to the top