On Jul 29, 4:35 am, Prasanth Kammampati <[email protected]> wrote: > I have one doubt regarding the ABI compatibility of the binaries generated > in Android. Are they ARM ABI compatible. In the sense, can I link a library > generated using RVCT compiler with and Android application without > any issues?
The code is built with gcc using the current EABI AAPCS settings. Interoperability with other ARM compilers is a goal. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

