在新安装的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这个包 就可以了

相关文章:

  • 2021-10-23
  • 2022-01-23
  • 2021-07-13
  • 2022-01-09
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2021-11-07
  • 2021-08-11
  • 2021-05-31
  • 2021-05-31
  • 2022-12-23
  • 2021-08-29
相关资源
相似解决方案