On Fri, Nov 14, 2008 at 2:38 AM, Shankar <[EMAIL PROTECTED]> wrote: > > Yes I agree that its not error of bionic. also I agree on "Anything > else is not supported" > > I am just asking for help, some pointers... > > Android toolchain does not recongnize armv7a, so we can not use it for > cortex-a8. > Is there any document/url/etc which can help me to port bionic for > armv7a using CodeSourcery toolchains? >
no, and I doubt we'll support the CodeSourcery toolchain (I don't know the exact reason) > > Is anyone trying to build android platform for cortex? > I clearly don't know, but wouldn't be surprised if we didn't plan to support cortex in a relatively short future. Have you tried to rebuild the android toolchain with different CPU support ? I think you essentially need to modify one Makefile or Makefile.in file to change the options passed to the configure script, but I don't remember which one. > > Shankar > > > On Nov 14, 4:30 am, "David Turner" <[EMAIL PROTECTED]> wrote: > > it's an error in your toolchain, not in Bionic :-) > > > > you should really use the toolchain provided with Android. Anything else > is > > not supported. > > > > > > > > On Thu, Nov 13, 2008 at 8:46 AM, Shankar <[EMAIL PROTECTED]> > wrote: > > > > > Hi All, > > > > > I am trying to build Android with our toolchain, this toolchain > > > (libgcc.a) doesn't have `__aeabi_unwind_cpp_pr0'. > > > For glibc we use to disable it by providing --disable-libunwind- > > > exceptions option to configure of glibc. > > > > > Is there anyway to disable this error in bionic libc? > > > > > Shankar- Hide quoted text - > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
