gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] more Android hacking


From: Rob Savoye
Subject: [Gnash-dev] more Android hacking
Date: Fri, 12 Mar 2010 10:07:33 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Lightning/1.0b1 Thunderbird/3.0.3

The new NDK (native development kit) for Android came out recently, plus
other recent GCC changes got me motivated to update my C++ toolchain for
Android. Now most of the hacks (not all) that I used to have to do are
all gone. I don't have to hunt through the huge SDK for obscure header
files, and I can build G++ 4.5.x from svn on the NDK with full Bionic
support, bionic being the hardware aware C library for Android. Full
details here: http://wiki.gnashdev.org/Building_for_Android.

Also as of revno #12031, Gnash has a new --with-android-ndk= option to
point to the root of the Android NDK. I'm currently building Gnash using
this:

../trunk/configure --enable-gui=sdl --build=i686-pc-linux-gnu
--host=arm-linux-eabi --prefix=/usr/local/android-arm
--enable-media=none --with-top-level=/usr/local/android-arm/sysroot/usr
--disable-jemalloc
--with-android=/opt/android-ndk-r3/build/platforms/android-5/arch-arm

        - rob -




reply via email to

[Prev in Thread] Current Thread [Next in Thread]