problem with crosscompile IM on ARM processor
Posted: 2009-05-11T03:22:02-07:00
Hi,
I want to cross-compile the IM on Arm processor. After ./configure & make & make install,i download the bin file "composite " and "identify" to my device.
After i execute "identify -list format",i got this result:
Format Module Mode Description
-------------------------------------------------------------------------------
* native blob support
r read support
w write support
+ support for multiple images
and after i try to identify some jpg file,it gave:
identify: no decode delegate for this image format `src.jpg' @ constitute.c/ReadImage/526.
I search the web,it seems i didn't install the jpeg library correctly.
then i execute : identify -list configure ,and see:
DELEGATES freetype jpeg png zlib
LIBS -lMagickCore -lfreetype -ljpeg -lz -lm
I download libjpeg-6b.tar.bz2 and libpng-1.2.16.tar.bz2 from your support list and cross-compile them to get so files. then remake the IM,but nothing changed. I really don't know what's wrong with my steps.
Is there any tips?
PS.i use --enable-shared options and the jpeg configuration also use this option.
I want to cross-compile the IM on Arm processor. After ./configure & make & make install,i download the bin file "composite " and "identify" to my device.
After i execute "identify -list format",i got this result:
Format Module Mode Description
-------------------------------------------------------------------------------
* native blob support
r read support
w write support
+ support for multiple images
and after i try to identify some jpg file,it gave:
identify: no decode delegate for this image format `src.jpg' @ constitute.c/ReadImage/526.
I search the web,it seems i didn't install the jpeg library correctly.
then i execute : identify -list configure ,and see:
DELEGATES freetype jpeg png zlib
LIBS -lMagickCore -lfreetype -ljpeg -lz -lm
I download libjpeg-6b.tar.bz2 and libpng-1.2.16.tar.bz2 from your support list and cross-compile them to get so files. then remake the IM,but nothing changed. I really don't know what's wrong with my steps.
Is there any tips?
PS.i use --enable-shared options and the jpeg configuration also use this option.