#4873: ARM/linux build broken due to libffi errors
------------------------+---------------------------------------------------
Reporter: kgardas | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.12.3 | Keywords:
Testcase: | Blockedby:
Os: Linux | Blocking:
Architecture: arm | Failure: Building GHC failed
------------------------+---------------------------------------------------
Hello,
the unregisterised build on armv7l-unknown-linux-gnueabi is broken due to
erros in libffi:
{{{
/usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I.
-I./include -Iinclude -I./src -w -MT src/arm/sysv.lo -MD -MP -MF
src/arm/.deps/sysv.Tpo -c src/arm/sysv.S -o src/arm/sysv.o
src/arm/sysv.S: Assembler messages:
src/arm/sysv.S:203: Error: selected processor does not support `stfeqs
f0,[r2]'
src/arm/sysv.S:208: 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]'
make[4]: *** [src/arm/sysv.lo] Error 1
make[4]: Leaving directory `/home/kgardas/src/ghc-6.12.3/libffi/build'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/kgardas/src/ghc-6.12.3/libffi/build'
make[2]: *** [all] Error 2
make[1]: *** [libffi/stamp.ffi.build] Error 2
make: *** [all] Error 2
}}}
The platform provides just ghc 6.10.4 so I'm not able probably to try
7.0.x. Also provided gcc is 4.4.1 version.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4873>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs