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


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


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