[root@localhost linux-2.6.38]# make zImage
CHK include/linux/version.h
CHK include/generated/utsrelease.h
make[1]: “include/generated/mach-types.h”是最新的。
CC kernel/bounds.s
cc1: 错误:无法识别的命令行选项“-mlittle-endian”
cc1: 错误:无法识别的命令行选项“-mapcs”
cc1: 错误:无法识别的命令行选项“-mno-sched-prolog”
cc1: 错误:无法识别的命令行选项“-mabi=apcs-gnu”
kernel/bounds.c:1: 错误:-march= 所带参数(armv5t)不正确
kernel/bounds.c:1: 错误:-mtune= 所带参数(strongarm)不正确
make[1]: *** [kernel/bounds.s] 错误 1
make: *** [prepare0] 错误 2