linux内核图形配置疑难解决
配置linux内核是遇到的问题:
(1)问题一
make gconfig
*
* Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and libglade-2.0.
*
make[1]: *** No rule to make target `scripts/kconfig/.tmp_gtkcheck‘, needed by `scripts/kconfig/gconf.o‘. Stop.
make: *** [gconfig] Error 2
解决办法:安装所需库
sudo apt-get install libgtk2.0-dev libglib2.0-dev libglade2-dev
(2)问题二
make menuconfig的时候出错:
- *** Unable to find the ncurses libraries or the
- *** required header files.
- *** ‘make menuconfig‘ requires the ncurses libraries.
- ***
- *** Install ncurses (ncurses-devel) and try again.
- ***
解决:
sudo apt-get install libncurses5-dev
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。