Your display is too small to run Menuconfig!

来源:互联网 发布:法国经济知乎 编辑:程序博客网 时间:2024/05/20 02:27

解决方法来自:点击打开链接

我在编译内核时候出现错误如下:

如果在终端执行 make menuconfig ,显示错误:
Your display is too small to run Menuconfig!
It must be at least 19 lines by 80 columns.
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
表示终端窗口太小。解决办法可以是把终端窗口适当的调大(或是直接最大化)就行了。