I am porting android to armv7 architecture, and unable to compile linux kernel with android toolchain, as it can not generate code for armv7. And android toolchain compiled binaries are not running on above armv7 architecture. How can we resolve it?
Thanks Gicky On Wed, Nov 12, 2008 at 5:57 PM, David Turner <[EMAIL PROTECTED]> wrote: > As far as I remember, Android toolchain uses the aapcs ABI, the > CodeSourcery one uses aapcs-linux and they are not binary compatible. > There are other differences that might affect the build (e.g. in C++ > support options). > > As already stated previously, you should *really* use the Android-provided > toolchain to build Android binaries... > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
