gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] CrossCompilation Error


From: Prathap KV
Subject: [Gnash-dev] CrossCompilation Error
Date: Wed, 6 Jun 2007 10:39:15 +0530
User-agent: KMail/1.9.1

Hi, 

I tried to cross compile gnash for an ARM pxa 270
target and i have this error when i execute "make" after
../gnash-0.7.2/configure --host=arm-linux --build=i686-pc-linux-gnu 
--target=arm-linux --prefix=/home/prathap/eldk/arm/oe 
build_alias=i686-pc-linux-gnu host_alias=arm-linux target_alias=arm-linux 
--disable-plugin --enable-renderer=agg 
--x-includes=/home/prathap/eldk/arm/usr/include/ 
--x-libraries=/home/prathap/eldk/arm/usr/lib/

this is the error :

../../gnash-0.7.2/libbase/image_filters.cpp:806: warning: cast from 'uint8_t*' 
to 'image::zoom(image::rgba*, image::rgba*)::rgba*' increases required 
alignment of target type
/usr/include/bits/mathinline.h: In function 'void image::resample(image::rgb*, 
int, int, int, int, image::rgb*, float, float, float, float)':
/usr/include/bits/mathinline.h:541: error: impossible constraint in 'asm'

why it is including mathline.h of native system headers even after i specified 
--x-includes and --x-libraries.

I should use crosscompiled agg libraries right?

 Please help me.




reply via email to

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