zoukankan      html  css  js  c++  java
  • '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
    懒惰不会让你一下子跌到 但会在不知不觉中减少你的收获; 勤奋也不会让你一夜成功 但会在不知不觉中积累你的成果 越努力,越幸运。
  • 相关阅读:
    MySql 免安装配置
    MySql 语句优化的几个小建议
    Sharding-JDBC 公共表
    Sharding-JDBC 垂直分库
    Sharding-JDBC 水平分库
    Vuejs基础使用
    webpack配置开发环境和生产环境
    webpack常见应用
    webpack-用loader加载css样式、图片、字体、数据
    webpack核心概念-模式/loader/插件及其他
  • 原文地址:https://www.cnblogs.com/Rainingday/p/12431095.html
Copyright © 2011-2022 走看看