qingyun07 发表于 2014-6-25 15:02:27

编译内核遇到的问题

编译内核时出现以下错误:
linux_E9_3.0.35_for_Ubuntu# make uImage               
scripts/kconfig/conf --silentoldconfig Kconfig
CHK   include/linux/version.h
CHK   include/generated/utsrelease.h
make: “include/generated/mach-types.h”是最新的。
CC      kernel/bounds.s
cc1: error: unrecognized command line option "-mlittle-endian"
cc1: error: unrecognized command line option "-mno-thumb-interwork"
kernel/bounds.c:1: error: unknown ABI (aapcs-linux) for -mabi= switch
kernel/bounds.c:1: error: bad value (armv5t) for -march= switch
kernel/bounds.c:1: error: bad value (armv5t) for -mtune= switch
make: *** 错误 1
make: *** 错误 2

请问这个需要怎么解决?

Calvin 发表于 2014-6-25 15:36:40

参考一下E9的手册,上面有相关的详细操作说明

budao 发表于 2014-7-3 14:11:27

你用的是那里的操作系统,是随机的吗?

zhongzai 发表于 2014-7-21 09:01:04

同求解,我也遇到了这样的问题
页: [1]
查看完整版本: 编译内核遇到的问题