This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

在编译内核时出现配置问题

使用的是最新的sdk6.0,linuxRT:

设置好编译环境后执行:

make distclean

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- tisdk_am335x-evm-rt_defconfig

make ARCH=arm menuconfig

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage

问题出现在make ARCH=arm menuconfig,我一旦更改任何内核配置,然后再编译都会提示这样:

之前是没有出现过这种情况的,这该怎么解决呢?