gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] cross compiling Gnash


From: Rob Savoye
Subject: [Gnash-dev] cross compiling Gnash
Date: Fri, 03 Nov 2006 17:10:54 -0700
User-agent: Thunderbird 1.5.0.7 (X11/20060913)

I just checked in my cross configuration changes. The default set of
args I'm using is:

 ../../gnash/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 --disable-sound --enable-render=agg

I have the SDK installed in /usr/local/arm, with /usr/local/arm/oe/bin
in my path. What I did was make the assumption that when one is cross
building something, the prefix for that application is often the same
one all the other architecture dependent files are under. So when cross
configuring, $prefix and $exec_prefix get used as a root directory for
searches.

btw, the SDK is using GCC 3.4.4. I got 4.2.x to build out of CVS, but as
the ABI changed for C++ after 3.4.4, I'm not using it yet till I'm ready
to rebuild the entire Zaurus.

        - rob -




reply via email to

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