![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2008
Posts: 1
Rep Power: 0
![]() |
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 |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: Mar 2005
Location: Glasgow, Scotland
Posts: 317
Rep Power: 4
![]() |
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.
__________________
"I'm not a genius. Why do I have to suffer?" |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Feb 2008
Posts: 13
Rep Power: 0
![]() |
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?
|
|
|
|
|
|
#4 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
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?
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Basic Socket Programming Error in Linux.. Pls help | boraciner | C++ | 18 | Sep 12th, 2007 1:17 AM |
| C# corruption!!! | Kilo | C++ | 32 | May 21st, 2006 8:44 PM |
| Masm | rsnd | Assembly | 4 | May 20th, 2006 9:05 PM |
| libraries | matko | C | 1 | Jan 22nd, 2006 2:12 PM |
| String error in if statement | Blighttdm | C | 12 | Nov 18th, 2005 6:34 PM |