您的位置:首页 > 移动开发 > Android开发

cross compile busybox for android

2009-09-23 20:26 573 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: