對官方提供的內核原始碼包進行解壓縮,進入到內核目錄,使用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.uj5u.com/caozuo/152915.html
標籤:Linux
上一篇:make:yacc/lex:command not be found
下一篇:linux 字符集問題
