20 Nov
2011
20 Nov
'11
10:23 a.m.
[2nd attempt — sent the first from the wrong sender address.] David,
Also, if there's any hints on running c2hs, they'd be appreciated, too, but I haven't spent a lot of time in c2hs land.
By default c2hs queries the platform it is running on for architecture-specific parameters. However, it also contains a hardcoded set of parameters for a fixed set of platforms (in 'C2HS.Config') that can be selected with the "-p" (or '--platform=') flag. By simply extending that set of platforms to include arm/iOS, you can use c2hs to cross-compile. Manuel