This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
netbsd compile error
- To: gcc-help at gcc dot gnu dot org
- Subject: netbsd compile error
- From: Florian Hoenig <hoenig at liwest dot at>
- Date: Mon, 22 Oct 2001 11:52:52 +0200
- Organization: private
Hi
I'm getting the following error:
------------------------------------
/usr/local/src/gcc-3.0.2-20011014/gcc/xgcc -B/usr/local/src/gcc-3.0.2-20011014/gcc/ -B/usr/local/i686-pc-netbsd/bin/ -B/usr/local/i686-pc-netbsd/lib/ -isystem /usr/local/i686-pc-netbsd/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DUSE_COLLECT2 -DL_clz -c ./libgcc2.c -o libgcc/./_clz.o
/var/tmp/ccuy0IAm.s: Assembler messages:
/var/tmp/ccuy0IAm.s:379: Error: Alignment not a power of 2
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
-------------------------------------
I tried to compile gcc-3.0.1 release and gcc-3.0.2-20011014 and its always the same error at the same position.
I tried it with Netbsd 1.5.0 and current 1.5.3 from the 1.5 branch.
this compiler: gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
and this asm: GNU assembler version 2.9.1 (i386--netbsd), using BFD version 2.9.1
netbsd 1.5.0 had older versions of both tools, but it was the same error.
/usr/src/gnu/ also includes an older asm as an alternative:
GNU assembler version 1.92.3, NetBSD $Revision: 1.3 $
with this one even configure doesnt run. one of the first 2-4 test fail.
what should i do?
thanks.
-flo