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 -


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

Reply via email to