Ubuntu下Xilinx Linux内核编译问题,出现“缺少n…

2019-11-26 16:02:24来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

Ubuntu下Xilinx Linux内核编译问题,出现“缺少ncurses”libraries

对官方提供的内核源码包进行解压缩,进入到内核目录,使用make menuconfig后,发现提示以下错误:

*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

参考

apt-get install libncurses5-dev
  • 1

发现,并不起作用。
网上查了一下,发现以下命令有用。

sudo apt-get install ncurses-dev

原文来自:http://blog.csdn.net/moluoyu/article/details/51504214

原文链接:https://www.cnblogs.com/moaiwa/p/8151626.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:crontab 定时任务没有响应 检测步骤

下一篇:linux中OTG识别到一个U盘后产生一个sg节点的全过程