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]

Trying a Cross-compiler for alpha-linux on i586


i Configured a Cross-Gcc for Alpha-linux on a SuSE 7.1 with:

./configure --target=alpha-linux --prefix=/opt/cross -v

When do make it works a time but then it stop with this lines:

make[2]: Entering directory `/opt/cross/SRC/Build-gcc/gcc'
for d in libgcc ieee libgcc/ieee; do \
  if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/opt/cross/SRC/Build-gcc/gcc/xgcc -B/opt/cross/SRC/Build-gcc/gcc/ 
-B/opt/cross/SRC/Build-gcc/alpha-linux/newlib/ -isystem 
/opt/cross/SRC/Build-gcc/alpha-linux/newlib/targ-include -isystem 
/opt/cross/SRC/gcc-2.96/newlib/libc/include -B/opt/cross/alpha-linux/bin/ 
-B/opt/cross/alpha-linux/lib/ -isystem /opt/cross/alpha-linux/include -O2  
-DCROSS_COMPILE -DIN_GCC    -g -O2 -isystem ./include  -fPIC -g1  
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I../../gcc-2.96/gcc 
-I../../gcc-2.96/gcc/config -I../../gcc-2.96/gcc/../include  -DL_muldi3 -c 
../../gcc-2.96/gcc/libgcc2.c -o libgcc/./_muldi3.o
In file included from ../../gcc-2.96/gcc/libgcc2.c:47:
../../gcc-2.96/gcc/libgcc2.h:99: no data type for mode `TI'
../../gcc-2.96/gcc/libgcc2.h:100: no data type for mode `TI'
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: Leaving directory `/opt/cross/SRC/Build-gcc/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/opt/cross/SRC/Build-gcc/gcc'
make: *** [all-gcc] Error 2

I greped for mode TI and TImode in all files, but i found nothing usefull for 
me. I'm no C-Profi, but i need a Alpha-cross-compiler for building a kernel 
for a alpha-box.
Configuring and compiling for x86 works.
Can anyone help me.

Sorry for my english, I'm a german native speaker.


regards 


wolfgang

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