arm-linux-4.3.2
提前工作阅读README
-->Please read at least the files install.doc and usage.doc.
1. 下载libjpeg源码:
http://download.chinaunix.net/download.php?id=10021&ResourceID=5095
ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
解压进入目录 配置
[root@DeebugFedoraPC jpeg-6b]# ./configure --prefix=/root/libjpeg-arm --exec-prefix=/root/libjpeg-arm --enable-shared --enable-static
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking how to run the C preprocessor... gcc -E
checking for function prototypes... yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for size_t... yes
checking for type unsigned char... yes
checking for type unsigned short... yes
checking for type void... yes
checking for working const... yes

本文详细介绍了如何在Linux环境下交叉编译libjpeg库以适应ARM平台。通过配置编译选项、创建目标目录、编译及安装库文件,并最终验证库的正确安装,确保libjpeg能在ARM设备上使用。
3702

被折叠的 条评论
为什么被折叠?



