Hi admins,
I need gcc on 5.1A - has anyone successfully built any version of gcc on
5.1A ? I can compile 2.95.3 on 5.1 okay, but the same compile doesn't
work on 5.1A. Ideally I'd like gcc 3.0.2 - but any working version of gcc
on 5.1A would be great.
I've tried the following:
>From the gcc docs, I know there is a problem with the "mips-tfile" in the
Tru64 assembler, and so I'm using the old assembler options by having an
/sbin/as of
#!/bin/sh
/usr/bin/as -oldas $*
in my path before /usr/bin/as .Configure works fine, but I have varying
success at doing a 'make bootstrap'. I'm using GNU make 3.79.1 and it
seems to build xgcc but then bomb out with:
-DAllow_TYQUAD -I. -I../../../../gcc-3.0.2/libf2c/libI77 -I..
-I../../../../gcc-3.0.2/libf2c/libI77/.. -DHAVE_CONFIG_H -g -mieee
../../../../gcc-3.0.2/libf2c/libI77/backspace.c
In file included from ../../../../gcc-3.0.2/libf2c/libI77/fio.h:1,
from ../../../../gcc-3.0.2/libf2c/libI77/backspace.c:4:
/usr/local/sources/BUILD/gcc/gcc-build/gcc/include/stdio.h:241: parse error before "__va_list"
/usr/local/sources/BUILD/gcc/gcc-build/gcc/include/stdio.h:242: parse error before "__va_list"
parse error before "__va_list"
parse error before "__va_list"
I've tried specifying --with-as=/sbin/as and using compaq make instead of
GNU make. Neither get me any further. Has anyone had any success with
this?
Thanks
Paul
Received on Mon Nov 26 2001 - 15:11:23 NZDT