zoukankan      html  css  js  c++  java
  • Busybox下make menconfig报错处理!

    在新安装的ubuntu上装上一个busybox-1.22.1,在配置其时老师报错如下,
    In file included from scripts/kconfig/lxdialog/checklist.c:24:0:
    scripts/kconfig/lxdialog/dialog.h:31:20: fatal error: curses.h: No such file or directory
    compilation terminated.
    make[2]: *** [scripts/kconfig/lxdialog/checklist.o] Error 1
    make[1]: *** [menuconfig] Error 2
    make: *** [menuconfig] Error 2

    网上搜索一番,得出解决方法:
    一种是如果您用的是Ubuntu系统 就安装这个包 sudo apt-get install libncurses5-dev
    第二种 如果您用的是rhel系列 就安装这个包 ncurses-devel这个包 就可以了

    懒惰不会让你一下子跌到 但会在不知不觉中减少你的收获; 勤奋也不会让你一夜成功 但会在不知不觉中积累你的成果 越努力,越幸运。
  • 相关阅读:
    Sword 17
    Sword 16
    Sword 15
    Sword 14-II
    Sword 14-I
    Sword 13
    Sword 11
    Sword 10-II
    Sword 10
    【python+selenium】三种等待方式
  • 原文地址:https://www.cnblogs.com/Rainingday/p/7249395.html
Copyright © 2011-2022 走看看