On 04.05.2009 20:41, John Lowry wrote:
I am not sure, perhaps I framed my question improperly. How about has
anyone built a cross compiler for the android that uses Bionic as the
libc implementation? I am trying to keep the native Android system
with binaries built from portage.
You won't be able to create a cross-compile environment using crossdev
because crossdev doesn't support bionic as c library. (at least as far
as i know?) Maybe somewhere is a ready to use cross-compile environment
that you can use to play around?
Another question: Why do you insist on using bionic? Why not use one of
the other libc-implementations that are known to work? Just as solar
said arm6j should be perfectly fine.
Ned Ludd wrote:
On Mon, 2009-05-04 at 11:21 -0700, John Lowry wrote:
Has there been any discussion of coming up with cross compiler
support for the Android platform?
Whats missing? armv6j as a cross compiler works fine. You mean the
java bits?