I've got
binutils-2.11.2 installed and using the as from it. GNU ld doesn't seem to be
supported so I'm using the one from the OS. I've tried with and without the
binutils and both the following configure commands
./configure
--prefix=/data/opt/gcc-3.0
and
./configure --prefix=/data/opt/gcc-3.0 --with-gnu-as
I've got the
packaged version of gcc-2.95.3 installed
successfully.
The problem I
get is the following:
/tmp/gcc-3.0/gcc/xgcc -B/tmp/gcc-3.0/gcc/
-B/data/opt/gcc-3.0/rs6000-ibm-aix4.3.3.0/bin/
-B/data/opt/gcc-3.0/rs6000-ibm-aix4.3.3.0/lib/ -isystem
/data/opt/gcc-3.0/rs6000-ibm-aix4.3.3.0/include -O2
-DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include -g1 -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config
-I./../include -DUSE_COLLECT2 -maix64 -DL_muldi3 -c ./libgcc2.c -o
libgcc/ppc64/_muldi3.o
Assembler messages:
FATAL: Can't create
libgcc/ppc64/_muldi3.o: Invalid bfd target
make[2]: ***
[libgcc/ppc64/_muldi3.o] Error 1
Can someone please
advise as to the next step.
Thanks
Graham