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]
Other format: [Raw text]

build problem for mipsisa32 xcompiler


Hi everyone,

While following the instructions in section 4 of the faq , 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

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


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