This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: strcmp-armv4.S: Error: invalid constant (ff) after fixup
- From: Chris Johns <chrisj at rtems dot org>
- To: Claudio Destro <claudio dot destro at gmail dot com>, newlib at sourceware dot org
- Date: Fri, 13 Nov 2015 19:30:55 +1100
- Subject: Re: strcmp-armv4.S: Error: invalid constant (ff) after fixup
- Authentication-results: sourceware.org; auth=none
- References: <8D387F8C-0B0B-46DE-A13A-62E031BC1BCD at gmail dot com> <3A1B8ECF-A4B2-467A-B89B-D366200ACB98 at gmail dot com>
On 13/11/2015 5:09 PM, Claudio Destro wrote:
>
> I am trying to cross compile newlib 2.2.0 for ARM under OS X El Capitan, but compilation fails with this errors:
>
> ../../../../../../../../newlib-2.2.0.20151023/newlib/libc/machine/arm/strcmp-armv4.S:108: Error: invalid constant (ff) after fixup
> ../../../../../../../../newlib-2.2.0.20151023/newlib/libc/machine/arm/strcmp-armv4.S:281: Error: invalid constant (ff) after fixup
> ../../../../../../../../newlib-2.2.0.20151023/newlib/libc/machine/arm/strcmp-armv4.S:330: Error: invalid constant (ff) after fixup
> ../../../../../../../../newlib-2.2.0.20151023/newlib/libc/machine/arm/strcmp-armv4.S:349: Error: invalid constant (ff) after fixup
> ../../../../../../../../newlib-2.2.0.20151023/newlib/libc/machine/arm/strcmp-armv4.S:367: Error: invalid constant (ff) after fixup
> ../../../../../../../../newlib-2.2.0.20151023/newlib/libc/machine/arm/strcmp-armv4.S:368: Error: invalid constant (ff) after fixup
>
> How can I fix these???
>
It has been fixed in binutils. See
https://sourceware.org/bugzilla/show_bug.cgi?id=19222
Chris