Ubuntu下Xilinx Linux內核編譯問題,出現「缺乏ncurses」libraries

對官方提供的內核源碼包進行解壓縮,進入到內核目錄,使用make menuconfig後,發現提示如下錯誤:ui

*** 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

參考es5

apt-get install libncurses5-dev
  • 1

發現,並不起做用。
網上查了一下,發現如下命令有用。spa

sudo apt-get install ncurses-dev原文來自:http://blog.csdn.net/moluoyu/article/details/51504214
相關文章
相關標籤/搜索