安装ubuntu以后,编译kernel出错

版权声明:请注重版权 https://blog.csdn.net/quannii/article/details/22401289

安装ubuntu以后,编译kernel出错

qyy@qyy-virtual-machine:~/work/kernel$ make
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' is up to date.
  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]: *** [kernel/bounds.s] Error 1
make: *** [prepare0] Error 2

猜你喜欢

转载自blog.csdn.net/quannii/article/details/22401289