我将linux-2.6.22.2解压到 /opt/FriendlyARM/mini2440的文件夹下 然后按照楼主的操作进行修改
修改完成后运行 make zImage 编译了几行后出现
scripts/kconfig/conf -s arch/arm/Kconfig
***
*** You have not yet configured your kernel!
*** (missing kernel .config file)
***
*** Please run some configurator (e.g. "make oldconfig" or
*** "make menuconfig" or "make xconfig").
***
make[2]: *** [silentoldconfig] 错误 1
make[1]: *** [silentoldconfig] 错误 2
make: *** [include/config/auto.conf] 错误 2
错误
这是什么原因呀?