This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
problems building mipsisa32 crosscompiler with gcc 3.2
- From: Henri <henri at broadbandnetdevices dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 4 Nov 2002 11:07:15 -0500
- Subject: problems building mipsisa32 crosscompiler with gcc 3.2
- Organization: Bnd Radiocom
- Reply-to: henri at broadbandnetdevices dot com
Hi everyone,
While following the instructions in section 4 of the faq on building
crosscompilers ( http://www.sthoward.com/CrossGCC) , i came across the
following error while trying to build a crosscompiler on an i686 host and a
target : mipsisa32 . The host uses linux redhat 7.2 . Anybody has a hint of
what to look for ?
the missing file "mips-tfile" is referenced in one of the makefiles generated
by configure . but it does not get built .
thanks for any help
Henri
/home/henri/temporaire/build-gcc/gcc/xgcc
-B/home/henri/temporaire/build-gcc/gcc/
-B/home/henri/tools/mipsisa32-elf/bin/ -B/home/henri/tools/mipsisa32-elf/lib/
-isystem /home/henri/tools/mipsisa32-elf/include -O2 -DIN_GCC
-DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include -G 0 -g -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.2/gcc
-I../../gcc-3.2/gcc/. -I../../gcc-3.2/gcc/config
-I../../gcc-3.2/gcc/../include -DL_m16addsf3 -xassembler-with-cpp -c
../../gcc-3.2/gcc/config/mips/mips16.S -o libgcc/./_m16addsf3.o
xgcc: installation problem, cannot exec `mips-tfile': No such file or
directory
make[2]: *** [libgcc/./_m16addsf3.o] Error 1
make[2]: Leaving directory `/home/henri/temporaire/build-gcc/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/home/henri/temporaire/build-gcc/gcc'
make: *** [all-gcc] Error 2