Re: d.h.o

2012-07-12 Thread Ricardo Wurmus
On 12 July 2012 16:50, Simon Peyton-Jones wrote: > Is darcs.haskell.org down? > > > > Simon I cannot connect to hackage.haskell.org, nor can I reach darcs.haskell.org. That's the same IP afaik. (I'm located in China.) Ricardo ___ Cvs-ghc mailing list

Building a cross-compiler for ARM

2012-02-19 Thread Ricardo Wurmus
Hi everyone, I've been trying to build GHC 7.4.1 from source with Stephen Blackheath's patches[1] to get a cross-compiler for ARM. GHC fails to compile with these errors: In file included from includes/Rts.h:208:0, from includes/mkDerivedConstants.c:23: includes/rts/OSThreads.h:3

Cross-compiling Haskell code for ARM via LLVM

2012-02-12 Thread Ricardo Wurmus
Hi, I'm trying to compile my Haskell project on x86_64 with GHC 7.4.1 and the LLVM backend for ARM, but LLVM's llc either segfaults (version 3.0) or aborts (2011-07-12 revision with patch as described here[1]). I've filed a bug in the LLVM bugzilla[2]. I'm passing these arguments to GHC: -Wall -f