1. 程式人生 > >Linux 下 Busybox 交叉編譯

Linux 下 Busybox 交叉編譯

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.