This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.1 build error on OpenBSD 3.1
- From: Joe Buck <Joe dot Buck at synopsys dot com>
- To: rimshot at pandora dot be (Wouter Clarie)
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 16 May 2002 11:34:52 -0700 (PDT)
- Subject: Re: 3.1 build error on OpenBSD 3.1
> i tried building gcc-3.1 (core and g++) on openbsd 3.1 today, make
> bootstrap-lean failed at this place:
> stage1/xgcc -Bstage1/ -B/gcc-3.1/i386-unknown-openbsd3.1/bin/ -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.1/gcc -I../../gcc-3.1/gcc/. -I../../gcc-3.1/gcc/config -I../../gcc-3.1/gcc/../include ../../gcc-3.1/gcc/cfg.c -o cfg.o
> /tmp//ccy22167.s: Assembler messages:
> /tmp//ccy22167.s:528: Error: Missing digits. 0 assumed.
> /tmp//ccy22167.s:544: Error: Missing digits. 0 assumed.
> gmake[2]: *** [cfg.o] Error 1
Seems that the assembler isn't liking the assembly.
> The compiler i use is gcc version 2.95.3 20010125 (prerelease)
> with GNU assembler version 1.92.3 and the openbsd ld
That's a really old GAS version. Could this have to do with the switch
to DWARF debug info? I'm not sure if that affects OpenBSD or not.
> Anything i can do about this? Maybe include more information? I remember
> gcc 3.0.4 compiled just fine on this machine...
A newer gas version, perhaps?