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]
Other format: [Raw text]

Re: 3.1 build error on OpenBSD 3.1


In article <Pine.BSO.4.33.0205162017450.19538-100000@positron.hjc.be> you write:
>hi,
>
>i tried building gcc-3.1 (core and g++) on openbsd 3.1 today, make
>bootstrap-lean failed at this place:
>
>[rimshot@positron][/home/rimshot/gcc-build]$ gmake bootstrap-lean
>gmake[1]: Entering directory `/home/rimshot/gcc-build/libiberty'
>gmake[2]: Entering directory `/home/rimshot/gcc-build/libiberty/testsuite'
>gmake[2]: Nothing to be done for `all'.
>gmake[2]: Leaving directory `/home/rimshot/gcc-build/libiberty/testsuite'
>gmake[1]: Leaving directory `/home/rimshot/gcc-build/libiberty'
>Bootstrapping the compiler
>gmake[1]: Entering directory `/home/rimshot/gcc-build/gcc'
>gmake CC="stage1/xgcc -Bstage1/ -B/gcc-3.1/i386-unknown-openbsd3.1/bin/" \
>         STAGE_PREFIX=stage1/ \
>         CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)"
>STRICT_WARN="-Wtraditional -pedantic -Wno-long-long" libdir=/gcc-3.1/lib
>LANGUAGES="c gcov c++" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@"
>gmake[2]: Entering directory `/home/rimshot/gcc-build/gcc'
>(cd intl && gmake all)
>gmake[3]: Entering directory `/home/rimshot/gcc-build/gcc/intl'
>gmake[3]: Nothing to be done for `all'.
>gmake[3]: Leaving directory `/home/rimshot/gcc-build/gcc/intl'
>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
>gmake[2]: Leaving directory `/home/rimshot/gcc-build/gcc'
>gmake[1]: *** [stage2_build] Error 2
>gmake[1]: Leaving directory `/home/rimshot/gcc-build/gcc'
>gmake: *** [bootstrap-lean] Error 2

Well, our gas doesn't like .quad 0
Probably not that hard to fix, in any case...


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