|
In file included from scripts/kconfig/lxdialog/checklist.c:24: scripts/kconfig/lxdialog/dialog.h:32: fatal error: curses.h: No such file or directory compilation terminated. make[1]: *** [scripts/kconfig/lxdialog/checklist.o] Error 1 make: *** [menuconfig] Error 2 查找資料后得知,最小系統(tǒng)不支持圖形顯示造成 解決: sudo apt-get install libncurses5-dev
|
|
|
來自: ~飄落~ > 《內(nèi)核編譯》