This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

RE: i386-coff linker problems


>-----Original Message-----
>From: flo [mailto:florian.zimmermann@cse.de]
>Sent: 14 August 2001 11:19


>YIPPEE!!!
>
>I installed newlib-1.9.0 with make all install and all went fine...
>
>but i still cannot get an executable file:
>
># ./i386-coff-gcc bla.c
>/bar/i386-coff/bin/ld: cannot open crt0.o: File not found
>collect2: ld returned 1 exit status
>
>the object file is compiled but the linker needs the crt0.o
>a find /path_to_newlib/ -name crt0*
>gives many instances of crt0.c and crt0.S files.
>
>but how can i compile 'em and which archive they belong to?

  That should have happened when you did the make all install for newlib,
assuming you also configured it first :)  

  Did you also remember to use the same --prefix=/bar when you configured
newlib ?

             DaveK
-- 
" So far, science's crowning achievement, the Atomic Bomb, has not even
been able to alleviate the misery and torture of endless centuries of
world poverty." - George Hammond, self-proclaimed discoverer of the 
scientific proof of god.


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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