root@ubuntu:/home/leehs/mydroid/kernel# make ARCH=x86 CROSS_COMPILE=arm-linux- bzImage
  CHK     include/linux/version.h
  UPD     include/linux/version.h
  CHK     include/generated/utsrelease.h
  UPD     include/generated/utsrelease.h
  CC      kernel/bounds.s
cc1: error: unrecognized command line option "-mregparm=3"
kernel/bounds.c:1: error: bad value (i686) for -march= switch
make[1]: *** [kernel/bounds.s] Error 1
make: *** [prepare0] Error 2

 

 

위의 출력 결과에서      kernel/bounds.c:1: error: bad value (i686) for -march= switch    원인을 찾는 방법 문의.