cross compile busybox for android

来源:互联网 发布:极限矩阵iplay 编辑:程序博客网 时间:2024/05/23 15:15

1. download the busybox (busybox-1.15.1.bz2) source code from www.busybox.net

2. tar -jvxf busybox-1.15.bz2

3. make menuconfig

4. choose build the busybox with static, and with cross compile tool chain.

5. make

6. cp busybox to android device

7. busybox --install <install_dir>

then the command provided by busybox can be used.

原创粉丝点击