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]

ARM iOS using Xcode 4.2.1?


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?

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]