[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash-dev] Some questions about "porting Gnash to Android"
From: |
Rob Savoye |
Subject: |
Re: [Gnash-dev] Some questions about "porting Gnash to Android" |
Date: |
Fri, 09 Jul 2010 22:05:32 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b1 Thunderbird/3.0.5 |
On 07/06/10 06:39, Tienen Wu wrote:
> traditional style GNU cross toolchain for Android and I downloaded it...then
> how should I do? Second, when I execute the command "*./configure
> --prefix=/usr/local/android-arm/sysroot/usr --build=i686-pc-linux-gnu
> --host=arm-linux-eabi CFLAGS="-mandroid"*, I got errors. The errors are
> following:
> "cc1: error: unrecognized command line option "-mandroid" ".
This sounds like you aren't using the toolchain from Gnashdev.org, as
the stock GCC doesn't recognize this option until 4.5 comes out. I'd try
a `which arm-linux-eabi-gcc` to be sure. You can also use the Code
Sourcery tools, but then you have to build up the dependencies yourself.
- rob -