[GHC] #9653: globalRegMaybe not defined for qnx-nto-arm

#9653: globalRegMaybe not defined for qnx-nto-arm -------------------------------------+------------------------------------- Reporter: singpolyma | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.8.3 Keywords: | Operating System: QNX Architecture: arm | Type of failure: Building Difficulty: Unknown | GHC failed Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- I'm having trouble figuring out what I do to add support. I'm getting this when building my qnx-nto-arm cross-compiler on head: ghc-stage1: panic! (the 'impossible' happened) (GHC version 7.9.20140929 for arm-unknown-nto-qnx): globalRegMaybe not defined for this platform -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9653 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9653: globalRegMaybe not defined for qnx-nto-arm ----------------------------------------------+--------------------------- Reporter: singpolyma | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.8.3 Resolution: | Keywords: Operating System: QNX | Architecture: arm Type of failure: Building GHC failed | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Revisions: | ----------------------------------------------+--------------------------- Comment (by singpolyma): includes/stg/MachRegs.h contains information for arm, and compiler/codeGen/CodeGen/Platform/ARM.hs says to use it, but includes/CodeGen.Platform.hs does not mention MACHREGS_arm anywhere, and does not have the register-name-to-indices #defines present. I'm not sure what the index values are supposed to be in this case, so I'm not sure how to proceed. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9653#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9653: globalRegMaybe not defined for qnx-nto-arm ----------------------------------------------+--------------------------- Reporter: singpolyma | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.8.3 Resolution: duplicate | Keywords: Operating System: QNX | Architecture: arm Type of failure: Building GHC failed | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: 9593 Differential Revisions: | ----------------------------------------------+--------------------------- Changes (by singpolyma): * status: new => closed * resolution: => duplicate * related: => 9593 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9653#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9653: globalRegMaybe not defined for qnx-nto-arm ----------------------------------------------+--------------------------- Reporter: singpolyma | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.8.3 Resolution: duplicate | Keywords: Operating System: QNX | Architecture: arm Type of failure: Building GHC failed | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: #9593 Differential Revisions: | ----------------------------------------------+--------------------------- Changes (by singpolyma): * related: 9593 => #9593 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9653#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC