On Thu, Jul 17, 2008 at 10:43 AM, Andrew Robbins <and...@ya...> wrote:
> (2) The ARM compilation is more of an issue, but is not something the HOC project really has control over. Also, I'm using macosx-10.4 which doesn't have an ARM cross compiler (I believe this is only available for macosx-10.5) so I can't help much on that front.
Yeah, GHC isn't really prepared to cross-compile anything, never mind
cross-compiling code that uses TH (which would basically require the
very same GHC executable to support cross-compilation, native
compilation, and GHCi in order to be able to run the TH code).
You would basically have to run an ARM version of GHC (is there one
yet?) under something like qemu.
|