gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] cross compilation problem.


From: Rob Savoye
Subject: Re: [Gnash-dev] cross compilation problem.
Date: Wed, 03 Jan 2007 20:44:54 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060918)

remi wrote:
Hi, i try to cross compile gnash for an ARM pxa 270
target and i have this error when i execute "make"
after ./configure --target=arm-linux
--prefix=/usr/local/arm-linux --host=arm-linux
--build=i686-pc-linux-gnu --disable-plugin
--disable-sound ....

  Try something more like this:

./configure --host=arm-linux --build=i686-pc-linux-gnu --target=arm-linux --prefix=/usr/local/arm/oe build_alias=i686-pc-linux-gnu host_alias=arm-linux target_alias=arm-linux --disable-plugin --enable-renderer=agg

build and host are the host system tou are building on. They are only different when building a "Canadian cross", which trasnslates to building a cross compiler on a Unix machine thay is going to run on win32, but still produce executables for yet another target system.

        - rob -




reply via email to

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