[android-developers] Re: ARM ABI compliance

2009-07-29 Thread Prasanth K
Thank you all for your response. Can you please clarify the following - 1) When building a component using RVCT, to work with GLIBC, a '-sysv' option is used (http://infocenter.arm.com/help/index.jsp?topic=/ com.arm.doc.dai0212a/CHDCIBCA.html). I assume, this option guides RVCT to generate a bin

[android-developers] Re: ARM ABI compliance

2009-07-29 Thread David Turner
On Wed, Jul 29, 2009 at 1:35 PM, Prasanth Kammampati wrote: > Hello, > > 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 > a

[android-developers] Re: ARM ABI compliance

2009-07-29 Thread fadden
On Jul 29, 4:35 am, Prasanth Kammampati 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