好好学习,天天向上
分类: LINUX
2013-09-01 17:08:48
a) Busybox Settings --> Build Options --> Build Busybox as a static binary (no shared libs) - Enable this option by pressing "Y"
b) Busybox Settings --> Build Options --> Cross compiler prefix - Set this option equal to "arm-none-linux-gnueabi-";此项我没有设置,直接在busybox-1.13.3下的Makefile里面
改CROSS_COMPILE效果一样
c) Busybox Settings --> Installation Options --> Don't use /usr - Enable this option by pressing "Y"
3、 $sudo make 编译没错的话会在目录下生成busybox可执行程序