[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compile errors with gmp-4.0.1 on Solaris 8
From: |
Kevin Ryde |
Subject: |
Re: compile errors with gmp-4.0.1 on Solaris 8 |
Date: |
Wed, 01 May 2002 10:05:12 +1000 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu) |
Ulli Horlacher <address@hidden> writes:
>
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I..
> -DOPERATION_add_n -
> I/client/include -D__EXTENSIONS__ -O2
> -I/client/bin/../lib/gcc-lib/sparc-sun-sol
> aris2.8/3.0.1/include -I/client/include
> -L/client/bin/../lib/gcc-lib/sparc-sun-s
> olaris2.8/3.0.1 -L/client/lib tmp-add_n.s -fPIC -DPIC -o .libs/add_n.o
> /usr/ccs/bin/as: "tmp-add_n.s", line 60: error: cannot use v8plus
> instructions i
> n a non-v8plus target binary
> (...)
Have you set your own CFLAGS? You'll need to include
"-Wa,-xarch=v8plus" to get the assembler to accept the gmp asm code.