[GHC] #8301: error BaseReg must be in a register for THREADED_RTS
GHC
ghc-devs at haskell.org
Tue Jan 14 22:06:22 UTC 2014
#8301: error BaseReg must be in a register for THREADED_RTS
----------------------------------------+-----------------------------
Reporter: erikd | Owner: simonmar
Type: bug | Status: new
Priority: high | Milestone: 7.8.1
Component: Compiler | Version: 7.7
Resolution: | Keywords:
Operating System: Linux | Architecture: powerpc64
Type of failure: Building GHC failed | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
----------------------------------------+-----------------------------
Comment (by stigge):
Turned out that the issue is not necessarily related to cross compiling.
With:
autoreconf -fi ; perl boot ; ./configure --target=x86_64-linux-gnu
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --with-ld=/usr/bin/ld
--with-gcc=/usr/bin/gcc --with-nm=/usr/bin/nm --enable-unregisterised ;
make clean ; make
I get the same error.
build.mk:
SRC_HC_OPTS = -H64m -O0
GhcStage1HcOpts = -O
GhcStage2HcOpts = -O0
GhcLibHcOpts = -O
SplitObjs = NO
HADDOCK_DOCS = NO
BUILD_DOCBOOK_HTML = NO
BUILD_DOCBOOK_PS = NO
BUILD_DOCBOOK_PDF = NO
INTEGER_LIBRARY = integer-simple
DYNAMIC_BY_DEFAULT = NO
DYNAMIC_GHC_PROGRAMS = NO
GhcWithNativeCodeGen = NO
GhcUnregisterised = YES
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8301#comment:16>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list