Ubuntu下Xilinx Linux内核编译问题,出现“缺少ncurses”libraries - Go语言中文社区

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
版权声明:本文来源博客园,感谢博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://www.cnblogs.com/moaiwa/p/8151626.html
站方申明:本站部分内容来自社区用户分享,若涉及侵权,请联系站方删除。
  • 发表于 2020-01-06 21:26:29
  • 阅读 ( 899 )
  • 分类:Linux

0 条评论

请先 登录 后评论

官方社群

GO教程

猜你喜欢