Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Compile busybox

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Compile busybox

1. Yum install gcc gcc-c++ glibc glibc-devel pcre pcre-devel openssl openssl-devel systemd-devel zlib-devel glibc-static ncurses-devel lbzip2

2. Wget https://busybox.net/downloads/busybox-1.30.1.tar.bz2

III. Tar xf busybox-1.30.1.tar.bz2

IV. Cd busybox-1.30.1/

5. Make menuconfig

​ selects as follows to compile busybox into static binary without sharing the library Busybox Settings-- > Build Options-- > [*] Build BusyBox as a static

6. If make & & make install makes an error, re-execute the above command after executing make clean

7. Mkdir / mnt/sysroot/

8. Cp-a _ install/* / mnt/sysroot/

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report