
I've described my attempt in the ticket: https://ghc.haskell.org/trac/ghc/ticket/8910 In case someone wants to investigate the core dump further I've put the binary-dist of the initial cross-compiler here: http://www.informatik.uni-bremen.de/agbkb/forschung/formal_methods/CoFI/hets... (will be removed after a while as it is not suited for normal use) C. Am 14.07.2014 15:16, schrieb Karel Gardas:
On 07/14/14 02:53 PM, Christian Maeder wrote:
Hi Karel,
usually I do not build HEAD. My attempt starting to do so failed as follows:
git clone git://git.haskell.org/ghc.git cd ghc ./sync-all get autoreconf
^ I'm not sure, but shouldn't that be `perl boot' ?
./configure
^ if you don't have x86_64-solaris ghc yet on your system, you will probably need to cross-compile with --target= param.
Is there somewhere a x86_64-solaris2 binary-dist (for Solaris 10) to try out first?
I haven't tried that yet as my primary target is Solaris 11.
Karel