• 'make menuconfig' requires the ncurses libraries.


    wss@ubuntu:~/linux/tool/buildroot-2019.02.6$ make menuconfig
    mkdir -p /home/wss/linux/tool/buildroot-2019.02.6/output/build/buildroot-config/lxdialog
    PKG_CONFIG_PATH="" make CC="/usr/bin/gcc" HOSTCC="/usr/bin/gcc" 
        obj=/home/wss/linux/tool/buildroot-2019.02.6/output/build/buildroot-config -C support/kconfig -f Makefile.br mconf
     *** Unable to find the ncurses libraries or the
     *** required header files.
     *** 'make menuconfig' requires the ncurses libraries.
     *** 
     *** Install ncurses (ncurses-devel or libncurses-dev 
     *** depending on your distribution) and try again.
     *** 
    Makefile:253: recipe for target '/home/wss/linux/tool/buildroot-2019.02.6/output/build/buildroot-config/dochecklxdialog' failed
    make[2]: *** [/home/wss/linux/tool/buildroot-2019.02.6/output/build/buildroot-config/dochecklxdialog] Error 1
    Makefile:925: recipe for target '/home/wss/linux/tool/buildroot-2019.02.6/output/build/buildroot-config/mconf' failed
    make[1]: *** [/home/wss/linux/tool/buildroot-2019.02.6/output/build/buildroot-config/mconf] Error 2
    Makefile:84: recipe for target '_all' failed
    make: *** [_all] Error 2

    根据提示,添加ncurses libraries就行

    sudo apt-get install libncurses5-dev
    懒惰不会让你一下子跌到 但会在不知不觉中减少你的收获; 勤奋也不会让你一夜成功 但会在不知不觉中积累你的成果 越努力,越幸运。
  • 相关阅读:
    3.7号一周学习
    3.6号
    人月神话01
    课堂测试之全国疫情统计可视化地图第一阶段完成
    课堂测试之全国疫情统计可视化地图
    2.25号课堂作业
    2.29一周学习
    软件工程第二周开课博客
    2.25号课堂测试
    Mysql+Mycat实现数据库主从同步与读写分离
  • 原文地址:https://www.cnblogs.com/Rainingday/p/12431095.html
Copyright © 2020-2023  润新知