Closed Bug 519237 Opened 15 years ago Closed 15 years ago

Enable jsctypes on arm/linux

Categories

(Core :: js-ctypes, defect)

ARM
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 527363

People

(Reporter: dwitte, Unassigned)

Details

The libffi build currently fails with:

>  src/arm/sysv.S: Assembler messages:
>  src/arm/sysv.S:204: Error: selected processor does not support `stfeqs f0,[r2]'
>  src/arm/sysv.S:209: Error: selected processor does not support `stfeqd f0,[r2]'
>  src/arm/sysv.S:283: Error: selected processor does not support `ldfs f0,[sp]'
>  src/arm/sysv.S:286: Error: selected processor does not support `ldfd f0,[sp]'
>  src/arm/sysv.S:289: Error: selected processor does not support `ldfd f0,[sp]' 

There's a workaround suggested here:
http://www.nabble.com/Re:-libFFI-arm-compilation-fails-with-assembly-td20346235.html
A second cry for help here:
http://www.nabble.com/-BUG--libffi-3.0.8-doesn%27t-compile-on-MX31-td23697085.html
... which leads into the upstream bug here:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40242

We could use the workaround suggested in the first link, but at a cursory reading it sounds like that's not really the right thing to do. We might want to fix libffi's configure and upstream it.
Product: Other Applications → Core
Version: Trunk → unspecified
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.