Browse thread
arm backend
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2009-04-30 (19:19) |
From: | Nathaniel Gray <n8gray@g...> |
Subject: | Re: [Caml-list] Re: arm backend |
On Thu, Apr 30, 2009 at 11:03 AM, Stéphane Glondu <steph@glondu.net> wrote: > > http://caml.inria.fr/mantis/view.php?id=3746 Speaking of which, has anybody built an ocaml cross compiler for the iphone that can work with native cocoa touch apps built with the official SDK? It's probably too late for my current project but in the future I'd love to use ocaml for my iPhone projects. I tried following the instructions here[1] with some necessary modifications[2] to get the assembler to work but my test app crashed as soon as it entered ocaml code. I don't know enough about the ARM platform to say why. Cheers, -n8 [1] http://web.yl.is.s.u-tokyo.ac.jp/~tosh/ocaml-on-iphone/ [2] I had to change all '.global' to '.globl' in arm.s and arm/emit.mlp. I have no idea what that signifies. -- Nathan Gray http://www.n8gray.org/