[GHC] #11058: selected processor does not support ARM mode

GHC ghc-devs at haskell.org
Thu Nov 5 01:28:08 UTC 2015


#11058: selected processor does not support ARM mode
----------------------------------------+------------------------------
        Reporter:  nomeata              |                Owner:
            Type:  bug                  |               Status:  new
        Priority:  normal               |            Milestone:
       Component:  Compiler             |              Version:  7.10.2
      Resolution:                       |             Keywords:
Operating System:  Unknown/Multiple     |         Architecture:  arm
 Type of failure:  Building GHC failed  |            Test Case:
      Blocked By:                       |             Blocking:
 Related Tickets:                       |  Differential Rev(s):
       Wiki Page:                       |
----------------------------------------+------------------------------

Comment (by erikd):

 By setting the LLVM target to `armv4t-unknown-linux-gnueabihf`, adding
 `-float-abi=soft` to the LLVM ABI options and adding `-march=armv4t` to
 the GCC command line I got something that builds part of the way, but the
 `inplace/bin/ghc-stage2` binary segfaults on the first run.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11058#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list