Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C++ (http://www.programmingforums.org/forum15.html)
-   -   crtbegin.o error (http://www.programmingforums.org/showthread.php?t=15226)

bugs6 Feb 21st, 2008 9:53 AM

crtbegin.o error
 
hi

I just tried to program my first application with eclipse in C++ and i hit build all and an error appeared saying "crtbegin.o file cant be found, no such file or directory.".
and the application wasnt made.

Any help would be greatly appreciated!!

thanks
ollie

mackenga Feb 21st, 2008 10:13 AM

Re: crtbegin.o error
 
It's been a while since I did any C++ development but in case it helps, I'll suggest checking your #includes and that you defined main(). Maybe your installation isn't quite right - sounds like it could be a library path problem.

slicksk8te Feb 25th, 2008 2:30 PM

Re: crtbegin.o error
 
Do you have a file that is crtbegin.cpp? If so then it is not saving the .o file in a place were the linker can find it. I am not sure of what crtbegin.o could be if you do not have it as a .cpp. Could you possibly post your code?

Ooble Feb 26th, 2008 7:49 AM

Re: crtbegin.o error
 
Can I recommend checking the Makefile Eclipse has probably made for you and making sure there's nothing called crtbegin.o in there?


All times are GMT -5. The time now is 12:54 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC