• 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的时候出错:
    1. *** Unable to find the ncurses libraries or the  
    2.  *** required header files.  
    3.  *** 'make menuconfig' requires the ncurses libraries.  
    4.  ***   
    5.  *** Install ncurses (ncurses-devel) and try again.  
    6.  ***  


    解决:
    sudo apt-get install libncurses5-dev


     
    大哇科技,承接各类控制器设计,关注微信公众号“大哇科技”
  • 相关阅读:
    MySQL 通过多个示例学习索引
    git reset的用法
    git rebase的用法
    学习yii2.0——依赖注入
    学习yii2.0——行为
    学习yii2.0——事件
    学习yii2.0——数据验证
    让Apache和Nginx支持php-fpm模块
    安装python3
    使用php操作memcache
  • 原文地址:https://www.cnblogs.com/DawaTech/p/4332041.html
Copyright © 2020-2023  润新知