嵌入式linux系统——BusyBox移植

1、首先下载busybox源码。官网地址https://busybox.net/。

2、在linux系统中解压源码包。tar -jxvf busybox-1.24.1.tar.bz2

3、修改Makefile,添加两行:

ARCH = arm

CROSS_COMPILE = arm-linux-

4、编译busybox。直接make menucnofig

(1)配置busybox为静态库链接

Busybox Settings--->
Build Options--->
[*]Build BusyBox as a static binary(no shared libs)

(2)配置busybox vi风格

Busybox Library Tuning--->
[*]vi-style line editing commands
[*]Fancy shell prompts

(3)Linux Module Utilities--->
[ ]Simplified modutils
[*]insmod
[*]rmmod
[*]lsmod
[*]modprobe
[*]depmod

(4)Linux System Utilities--->
[*]mdev
[*]Support /etc/mdev.conf
[*]Support subdirs/symlinks
[*]Support regular expressions substitutions when renaming dev
[*]Support command execution at device addition/removal
[*]Support loading of firmwares

然后make -j4快速编译。编译会出错,sync.c:(.text.sync_main+0x90): undefined reference to `syncfs'一般是当前的编译器的问题。现在选择跳过该文件编译,修改make menuconfig.

Coreutils  --->
[ ] sync

编译出错:nsenter.c:(.text.nsenter_main+0x1a4): undefined reference to `setns'

make menuconfig

Linux System Utilities--->

[ ] nsenter,去掉该选项,重新编译make

 

再次编译可通过。生成busybox文件代表编译完成

 

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值