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]

Cross-compiler (newbie question) What am I missing?


Hi there,

I'm trying to build a cross compiler from a Win NT cygwin 1.0
environment (Configuring for a i686-pc-cygwin32 host.) I have
already installed binutills, bootstrap gcc and newlib. The final
building of the complete gcc however fails with these messages:

<cut>
-B//c/cygwin-1.0/source/GNU/gcc-2.95.2/gcc/
-B/usr/local/powerpc-vtx-aix/bin/
-I/usr/local/powerpc-vtx-aix/include --print-libgcc-file-name`
libgcc1-test.o(.pr+0x8):./libgcc1-test.c: undefined reference to
`_savef27'
libgcc1-test.o(.pr+0xa4):./libgcc1-test.c: undefined reference to
`__quoss'
libgcc1-test.o(.pr+0xb8):./libgcc1-test.c: undefined reference to
`__divss'
libgcc1-test.o(.pr+0xd0):./libgcc1-test.c: undefined reference to
`__quous'
libgcc1-test.o(.pr+0xe4):./libgcc1-test.c: undefined reference to
`__divus'
libgcc1-test.o(.pr+0x240):./libgcc1-test.c: undefined reference to
`__itrunc'
libgcc1-test.o(.pr+0x254):./libgcc1-test.c: undefined reference to
`__itrunc'
libgcc1-test.o(.pr+0x3e8):./libgcc1-test.c: undefined reference to
`_restf27'
collect2: ld returned 1 exit status
make[1]: *** [libgcc1-test] Error 1
make[1]: Leaving directory
`//c/cygwin-1.0/source/GNU/gcc-2.95.2/gcc'
make: *** [all-gcc] Error 2

This to me looks like a missing library file. 
So my question really is - am I right about that and if so what am I
missing and how can I fix it?

Any help of advice would be greatly appreciated as I'm a total
newbie at this. Thanks

Emma

------
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]