F. Heitkamp wrote:
> ../../gcc-cvs-3-3/gcc//gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
> /tmp/ccNkOiHW.s: Assembler messages:
> /tmp/ccNkOiHW.s:3142: Error: Unrecognized opcode: `stvx'

You didn't mention the binutils version or how it was configured.  It
appears that it isn't completely compatible with how you've configured
your gcc, since it isn't accepting altivec instructions by default.  I
don't know offhand whether this is a gcc problem or a binutils problem.
 gcc-3.3 is getting pretty old, and isn't maintained anymore.

There is a TARGET_LIBGCC2_CFLAGS that is used when compiling libgcc2
instead of the normal CFLAGS_FOR_TARGET.  You could add extra -m options
here.  That would solve your immediate problem, but you still would have
a mismatch between gcc and binutils.
-- 
Jim Wilson, GNU Tools Support, http://www.specifix.com

Reply via email to