This is the mail archive of the crossgcc@sourceware.org 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]
Other format: [Raw text]

gcc-4.3.2 cross build breaks at multilib glibc


Hi, I am trying to cross compile the gcc-4.3.2 for arm based dsp target.
The following error occurs.

build procedure:

$ ../gcc-4.3.2/configure --target=dsp --prefix=/opt/test
--enable-languages=c --disable-shared --disable-thread
 --disable-nls

$ make

Please help us how to proceed further.

Checking multilib configuration for libgcc...
Configuring in dsp/libgcc
…………………………..
*** Configuration dsp-arm-elf not supported
make[1]: *** [configure-target-libgcc] Error 1
make[1]: Leaving directory `/cygdrive/c/obj-gcc-4.3.2'
make: *** [all] Error 2

The config.log file contains the following error:

configure:2817: /cygdrive/c/obj-gcc-4.3.2/./gcc/xgcc
-B/cygdrive/c/obj-gcc-4.3.2/./gcc/ -B/opt/test/dsp/bin/
-B/opt/test/dsp/lib/ -isystem /opt/test/dsp/include -isystem
/opt/test/dsp/sys-include -qlanglvl=ansi -c -O2  conftest.c >&5
xgcc: unrecognized option '-qlanglvl=ansi'
conftest.c:10:19: error: stdio.h: No such file or directory
conftest.c:11:23: error: sys/types.h: No such file or directory
conftest.c:12:22: error: sys/stat.h: No such file or directory
…………………………………

Thanks in Advance
Raja Saleru


--
For unsubscribe information see http://sourceware.org/lists.html#faq


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