文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>linux系统uclinux内核编译

linux系统uclinux内核编译

时间:2007-01-05  来源:xjzhang518

linux系统uclinux内核编译

                       张小军

平台:redhat9.0;

内核:linux2.4.20.8.

文件: uClinux 内核编译常见错误及解决方法.pdf
大小: 93KB
下载: 下载

1、       Grab source code packages

1.1 get uclinux :

http://www.uclinux.org/pub/uClinux/dist/uClinux-dist-20040408.tar.gz

1.2 get cross toolchain:

http://www.uclinux.org/pub/uClinux/uclinux-elf-tools/arm-elf-tools-20040427.sh

将上述两个源文件存放在同一个目录下:/usr/src。

2、       make soure code tree

2.1 install cross toolchain

[root@localhost src]#./arm-elf-tools-20040428.sh

2.2 untar the uClinux

[root@localhost src]#tar zxvf uClinux-dist-20040408.tar.gz

[root@localhost src]#cd uClinux-dist

 

[root@localhost uClinux-dist]#vi linux2.4.x/arch/armnommu/vmlinux-armv.lds.in

在__sto__kallsyms = ,;

*(.got)后面加上:(Insert键插入)

romfs_data = .;

romfs.o

romfs_data.end = .;

然后Ctrl+C退出,大写ZZ保存退出;

相关阅读 更多 +
排行榜 更多 +
Unity Connect

Unity Connect

学习教育 下载
青橙记录本

青橙记录本

商务办公 下载
脑洞惊魂夜

脑洞惊魂夜

休闲益智 下载