i386 coff linker problems

flo florian.zimmermann@cse.de
Tue Aug 14 04:47:00 GMT 2001


Am Dienstag, 14. August 2001 12:58 schrieben Sie:
> >>   Did you also remember to use the same --prefix=/bar when
> >
> >you configured
> >
> >> newlib ?
> >>
> >>              DaveK
> >
> >ok i tried once again:
> >
> >rm -r newlib-1.9.0
> >tar xfz newlib-1.9.0.tar.gz
> >cd build_newlib
> >rm -r *
> >../newlib-1.9.0/configure --target=i386-coff --prefix=/bar
> >make all install
> >cd ../build_gcc
> >make all install
> >
> >all ok
> >
> >newlib built the libc.a and libg.a just fine
> >perhaps i forgot some ENVIRONMENT for compiling with the new
> >cross-compiler?
> >in which library is the crt0.o built in?
>
>   crt0.o should be a separate file that is built in newlib and gets
> installed into /bar/lib/gcc-lib/i386-coff/2.95.3.  Check if it is there
> or not.
>         DaveK


it isnt' in /bar/lib/gcc-lib/i386-coff/2.95.3
so here my steps:

rm -r newlib-1.9.0/
tar xfz newlib-1.9.0.tar.gz
cd build_newlib
rm -r *
../newlib-1.9.0/configure --target=i386-coff --prefix=/bar
make all install | tee newlib.log
grep crt newlib.log
(no match)

;((

weird, huh?

flo

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



More information about the crossgcc mailing list