This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bootstrap failure: crt0.o: No such file or directory


On Sat, 27 Jun 1998, Jeffrey A Law wrote:
>> cccp cccp.o cexp.o prefix.o \
>>   version.o obstack.o     
>> ld: crt0.o: No such file or directory
>> collect2: ld returned 1 exit status
> This means that egcs doesn't know how to find the system crt0.o.
> 
> Odds are the FreeBSD folks moved it out of the standard locations;
> you'll have to tell gcc how to find it.  I believe the magic macro
> you'll need to define is MD_STARTFILE_PREFIX.

Indeed that was the case.  As I understand, FreeBSD 3.0-current is
currently in a state of flux (planned transition to ELF), but I will
monitor the situation -- we will get new machines soon to install
more recent snapshots on -- and once the dust has settled and if there
is not activity from the FreeBSD camp itself, I'll give it a try.

> If that is the problem then you'll probably also need to make a
> new config file for that version of freebsd.

BTW, I'd be interested to see who else on this list is using FreeBSD.
Perhaps we could coordinate our egcs efforts somewhat?

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]