/bin/sh: 1: gcc: not found make[1]: *** [scripts/Makefile.host:95:scripts/basic/fixdep] 错误 127 make: *** [Makefile:534:scripts_basic] 错误 2
解决办法: 安装 gcc
1 2 3 4 5 6 7 8
* * Unable to find the GTK+ installation. Please make sure that * the GTK+ 2.0 development package is correctly installed. * You need gtk+-2.0 gmodule-2.0 libglade-2.0 * make[1]: *** [scripts/kconfig/Makefile:204:scripts/kconfig/gconf-cfg] 错误 1 make: *** [Makefile:601:gconfig] 错误 2
解决办法: 安装 gtk+-2.0
、gmodule-2.0 和 libglade-2.0
1 2 3
/bin/sh: 1: flex: not found make[1]: *** [scripts/Makefile.host:9:scripts/kconfig/lexer.lex.c] 错误 127 make: *** [Makefile:601:gconfig] 错误 2
解决办法: 安装 flex
1 2 3
/bin/sh: 1: bison: not found make[1]: *** [scripts/Makefile.host:17:scripts/kconfig/parser.tab.h] 错误 127 make: *** [Makefile:601:gconfig] 错误 2