用make menuconfig配置内核时出错Makefile:417: recipe for target 'menuconfig' failed

原文链接: https://blog.csdn.net/lwz15071387627/article/details/88828221

scripts/kconfig/mconf arch/arm/Kconfig
drivers/serial/Kconfig:235⚠️ multi-line strings not supported
Your display is too small to run Menuconfig!
It must be at least 19 lines by 80 columns.
/work/system/linux-2.6.22.6/scripts/kconfig/Makefile:14: recipe for target ‘menuconfig’ failed
make[1]: *** [menuconfig] Error 1
Makefile:417: recipe for target ‘menuconfig’ failed
make: *** [menuconfig] Error 2
这是个很操蛋的问题,已经安装了sudo apt-get install libncurses5-dev库,还是有上述错误,查找原因是ssh客户端窗口太小的原因,把terminal变大就可以显示。。。。。。
————————————————
版权声明:本文为CSDN博主「lwz-qq」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/lwz15071387627/article/details/88828221

你可能感兴趣的:(内核配置)