This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM iOS using Xcode 4.2.1?


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
>
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]