Kai Ruottu wrote:
Okeydokey, my own try stopped with :
/data1/home/src/gcc-4.0.3/build/gcc/xgcc
-B/data1/home/src/gcc-4.0.3/build/gcc/-B/usr/local/alpha-dec-osf1/bin/
-B/usr/local/alpha-dec-osf1/lib/ -isystem
/usr/local/alpha-dec-osf1/include -isystem
/usr/local/alpha-dec-osf1/sys-include -O2 -DIN_GCC -DCROSS_COMPILE -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -pthread -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc
-frandom-seed=gcc-crtfastmath -c \
-o crtfastmath.o ../../gcc/config/alpha/crtfastmath.c
/tmp/ccJKlMCx.s: Assembler messages:
/tmp/ccJKlMCx.s:34: Fatal error: unhandled relocation type (null)
make[1]: *** [crtfastmath.o] Error 1
make[1]: Leaving directory `/data1/home/src/gcc-4.0.3/build/gcc'
The binutils used were "2.14.90.0.8 20040114". Continuing my try after
updating
these old ones into "2.16.91" or something a little newer ones...
Didn't help at all :-(
Deja'vu... As the messages found via Google :
http://sourceware.org/ml/binutils/2005-04/msg00564.html
and
http://sourceware.org/ml/crossgcc/2002-10/msg00002.html
will tell, this problem appeared earlier too... But no solution seen
yet, my
previous try with gcc-3.2.3 gave as the result :
kai@Dell:/usr/local/lib/gcc-lib/alpha-dec-osf1/3.2.3> ls -l
total 4208
drwxr-xr-x 3 root root 4096 2005-05-23 21:01 ./
drwxr-xr-x 3 root root 4096 2005-05-23 21:01 ../
-rwxr-xr-x 1 root root 1816904 2005-05-23 21:01 cc1*
-rwxr-xr-x 1 root root 2247356 2005-05-23 21:01 cc1plus*
-rwxr-xr-x 1 root root 72404 2005-05-23 21:01 collect2*
-rwxr-xr-x 1 root root 81204 2005-05-23 21:01 cpp0*
-rw-r--r-- 1 root root 0 2005-05-23 20:48 crtfastmath.o
drwxr-xr-x 3 root root 4096 2005-05-23 21:01 include/
-rw-r--r-- 1 root root 0 2005-05-23 20:54 libgcc.a
-rw-r--r-- 1 root root 4561 2005-05-23 20:47 specs
-rwxr-xr-x 1 root root 45124 2005-05-23 21:01 tradcpp0*
and empty 'crtfastmath.o' and 'libgcc.a' and quite the same result
with the 'alpha-dec-osf4' target...
My tries will stop here, let's hope xiongjun could succeed with
the native 'as' !