This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Crosscompiling from i686-linux to alpha-linux fails



I'm currently trying to build a cross compiler for alpha-linux - but
this failed:

if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/opt/cross/alpha-linux/bin/ -isystem /opt/cross/alpha-linux/include -O2  -DCROSS_COMPILE -DIN_GCC    -g -W -Wall  -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -Wno-long-long -isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I/cvs/gcc/gcc -I/cvs/gcc/gcc/config -I/cvs/gcc/gcc/../include  -DL_muldi3 -c /cvs/gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
/cvs/gcc/gcc/libgcc2.h:99: no data type for mode `TI'
/cvs/gcc/gcc/libgcc2.h:100: no data type for mode `TI'
make[1]: *** [libgcc/./_muldi3.o] Error 1

Is there anything special I need to do on alpha?  A cross compiler for
e.g. sparc64 had no problems.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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