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 -

_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to