编译安装busybox

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译安装busybox相关的知识,希望对你有一定的参考价值。

下载busybox

x86可直接下载,运行
http://www.busybox.net/downloads/binaries/1.31.0-defconfig-multiarch-musl/

arm+KylinV4.0.2需要编译安装

apt install atpitude
aptitude install libncurses5-dev
下载源码:make menuconfig;选择Build Busybox as a static binary(no shared libs)
make && make install

mips+NeoKylinV7需要编译安装

yum -y install ncurses*
make menuconfig;选择Build Busybox as a static binary(no shared libs)
yum install -y glibc-n32-static.mips64el
yum install -y glibc-static.mips64el
make && make install

链接:https://pan.baidu.com/s/1EeGv6Hqr5HH1MS-D_OhzIA
提取码:rkt9

以上是关于编译安装busybox的主要内容,如果未能解决你的问题,请参考以下文章

#yyds干货盘点#编译安装busybox

busybox的编译使用及安装

Android busybox的编译使用及安装

第4阶段——制作根文件系统之编译配置安装busybox

mini2440 busybox编译

busybox编译