mini210s按照默认配置编译内核出错
编译步骤:
tar -zxvf linux-2.6.35.7-20120301.tgz
cd linux-2.6.35.7
cp mini210_linux_defconfig .config
make
编译到下面这里就出错了。
CC drivers/gpu/pvr/osfunc.o
cc1: error: unrecognized command line option "-fconserve-stack"
make[3]: *** [drivers/gpu/pvr/osfunc.o] 错误 1
make[2]: *** [drivers/gpu/pvr] 错误 2
make[1]: *** [drivers/gpu] 错误 2
make: *** [drivers] 错误
请友善的工程师帮忙看看是哪里出错了