1、操作系统:Ubuntu16.04
2、交叉编译工具链:arm-linux-gcc4.4.3
3、busybox版本:busybox-1.7.0
解压源码包 tar -jxvf busybox-1.7.0
1.make menuconfig
出现错误:
Makefile:405: *** mixed implicit and normalrules: deprecated syntax
Makefile:1242: *** mixed implicit andnormal rules: deprecated syntax
原因Make工具太新
修改Makefile
修改前:405行 config %config: scripts_basic outputmakefile FORCE
修改后:405 行 %config: scripts_basic outputmakefile FORCE
修改前:1242 行 / %/: prepare scripts FORCE
修改后:1242 行 %/: prepare scripts FORCE
继续make menuconfig
scripts/kconfig/lxdialog/dialog.h:31:20:fatal error: curses.h: 没有那个文件或目录
compilation terminated.
make[2]: *[scripts/kconfig/l