This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: HPPA elf64 binutils problem
On Fri, Jun 29, 2001 at 10:06:54PM -0400, Shawn Starr wrote:
>
> ../../../../../../newlib-1.9.0/newlib/libc/machine/hppa/memchr.S:32:
> Error: Unknown pseudo-op: `.subspa'
>
> Did I build bintuils wrong?
It's probably a newlib configuration bug. It looks to me like you
are trying to compile newlib for a SOM target (.subspa is a SOM
pseudo op), rather than an ELF one. You'll need to dig around in
the newlib configury files.
Alan