Chinaunix首页 | 论坛 | 博客
  • 博客访问: 961007
  • 博文数量: 145
  • 博客积分: 1302
  • 博客等级: 中尉
  • 技术积分: 1778
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-07 16:00
文章分类

全部博文(145)

文章存档

2018年(1)

2016年(1)

2015年(6)

2014年(4)

2013年(59)

2012年(32)

2011年(36)

2009年(1)

2007年(2)

2006年(3)

分类: LINUX

2015-04-18 08:44:50

mtd-utils编译


交叉编译
编译安装zlib:
版本zlib-1.2.8.tar
CC=arm-none-linux-gnueabi-gcc ./configure --shared --prefix=/home/hayden/m3352/arm-2011.03/bin/


编译安装lzo:版本lzo-2.0.3
./configure --host=arm-none-linux-gnueabi --prefix=/home/hayden/m3352/arm-2011.03/bin/

编译安装e2fsprogs:
cd e2fsprogs-1.41.14/  
make clean  
./configure   --host=arm-none-linux-gnueabi  --prefix=/home/hayden/m3352/arm-2011.03/bin/
make  
make install  
mkdir /home/hayden/m3352/arm-2011.03/bin/include/uuid  
cp lib/uuid/uuid.h /home/hayden/m3352/arm-2011.03/bin/include/uuid/  
cp libuuid.a /home/hayden/m3352/arm-2011.03/bin/lib/  
make install-libs

编译安装mtd: mtd-utils-1.4.8.tar
export WITHOUT_XATTR=1   
export CROSS=arm-none-linux-gnueabi-
export CFLAGS="-static -O2 -g -I /home/hayden/m3352/arm-2011.03/bin/include -L /home/hayden/m3352/arm-2011.03/bin/lib"

//PC端编译需要用yum install 以上各版本的devel版的库

阅读(1882) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~