This is the mail archive of the gcc@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]

Building 3.0 branch on HP-UX 10.20


Hi!

I have problems bootstrapping the current 3.0 branch of gcc
on a HP-UX ada B.10.20 A 9000/785 machine _not_ using gas
(how do I specify to use not the HP as?). Compilation fails
with

./xgcc -B./ -B/usr/local/hppa2.0-hp-hpux10.20/bin/ -isystem
/usr/local/hppa2.0-hp-hpux10.20/include -O2   -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I.
-I/nfs/disk4/people/guenth/src/gnu/gcc/gcc
-I/nfs/disk4/people/guenth/src/gnu/gcc/gcc/.
-I/nfs/disk4/people/guenth/src/gnu/gcc/gcc/config
-I/nfs/disk4/people/guenth/src/gnu/gcc/gcc/../include -DUSE_COLLECT2
-DL_muldi3 -c /nfs/disk4/people/guenth/src/gnu/gcc/gcc/libgcc2.c -o
libgcc/./_muldi3.o
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
as: "/var/tmp/cc3wzkF3.s", line 10: error 1051: Illegal symbol in opcode
position - :

gmake[3]: *** [libgcc/./_muldi3.o] Error 1
gmake[3]: Leaving directory
`/tmp_mnt/nfs/disk4/people/guenth/src/gnu/obj/gcc'
gmake[2]: *** [libgcc.a] Error 2
gmake[2]: Leaving directory
`/tmp_mnt/nfs/disk4/people/guenth/src/gnu/obj/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory
`/tmp_mnt/nfs/disk4/people/guenth/src/gnu/obj/gcc'
gmake: *** [bootstrap] Error 2
gcc_build: error: Could not bootstrap the compiler


I'm using the gcc_build script linked from
http://gcc.gnu.org/gcc-3.0/branch.html. Just doing
> ./gcc_build checkout
> ./gcc_build update
> ./gcc_build configure
> env MAKE=gmake ./gcc_build build

using HP-UX make does not work because of the very long
make lines (its probably my long build-path).

Note that I can bootstrap 2.95.2 fine, I also remember
bootstrapping some early 2.96 last year.

Richard.

--
Richard Guenther <richard.guenther@student.uni-tuebingen.de>
WWW: http://www.anatom.uni-tuebingen.de/~richi/
The GLAME Project: http://www.glame.de/


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