1. Downloaded the Busybox source code, http://www.busybox.net/
2.DownloadedCross Compilation tool chain,for example, arm-linux-gcc-xxx
This is busybox-1.18.3 as a example.
3. Enter the busybox-1.18.3,
4. Run the default configure
$ make defconfig
5.run the “make menuconfig” to Set up the Cross Compilation Tool Chain and Build BusyBox as a static binary.
$ make menuconfig
6. Run “make” command to build the Busybox Executable binary.
本文档详细介绍了从下载BusyBox源代码开始到构建出静态二进制文件的整个流程,包括配置交叉编译工具链等关键步骤。
909

被折叠的 条评论
为什么被折叠?



