cross compile busybox for android

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.

你可能感兴趣的:(android,command,Build,download)