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?
Is anyone trying to build android platform for cortex?
I'd need to check, but I'm not sure all the cortex/armv7 support is in
the gcc mainline yet, so we might well be looking at the codesourcery
based stuff in the near term. I'm sure anyone looking at OMAP3, MSM8K,
etc will want ARMv7 support.
[David Turner <di...@android.com>]
[Shankar <shankar...@gmail.com>]
> I have downloaded the android toolchain code, could you please let me
> know the options passed to configure script?
> It will save my time.
From the included README file (mentioned in my original reply):
To build the default arm-eabi toolchain, use the following configure
options:
mkdir <toolchain object directory>
cd <toolchain object directory>
<source directory>/configure --target=arm-eabi \
--prefix=<toolchain install directory> \