ARM iOS using Xcode 4.2.1?
Anthony Green
green@moxielogic.com
Mon Jan 23 18:39:00 GMT 2012
On Tue, Jan 10, 2012 at 3:40 PM, Bob Vandette <bob.vandette@oracle.com> wrote:
>
> Has anyone successfully ported the libffi library to work with Xcode 4.2.1 in order
> to produce a library for ARM iOS 5.0 platforms?
Check out this fork...
http://github.com/jspahrsummers/libffi
...and let me know how it works.
Thanks,
AG
> I tried using the libffi-3.0.10 sources and it appears that the newer Xcode assembler is
> incompatible with some of the directives in src/arm/sysv.S.
>
> It's complaining about:
>
> .vfp
> .ifc
> .size
>
> Even after commenting these issues out, the ffi.c file doesn't compile due to a missing structure
> member (trampoline_table_entry).
>
> Bob Vandette
> Oracle
>
>
>
More information about the Libffi-discuss
mailing list