Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. cptaj@*****:~/android/linux-msm$ make ARCH=arm CROSS-COMPILE=***/tools/arm-2008q3/bin/arm-none-linux-gnueabi- zImage
  2. CHK include/linux/version.h
  3. make[1]: `include/asm-arm/mach-types.h' está actualizado.
  4. CHK include/linux/utsrelease.h
  5. CC kernel/bounds.s
  6. cc1: error: unrecognized command line option "-mlittle-endian"
  7. cc1: error: unrecognized command line option "-mapcs"
  8. cc1: error: unrecognized command line option "-mno-sched-prolog"
  9. cc1: error: unrecognized command line option "-mabi=aapcs-linux"
  10. cc1: error: unrecognized command line option "-mno-thumb-interwork"
  11. kernel/bounds.c:1: error: bad value (armv5t) for -march= switch
  12. kernel/bounds.c:1: error: bad value (strongarm) for -mtune= switch
  13. make[1]: *** [kernel/bounds.s] Error 1
  14. make: *** [prepare0] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement