Advertisement
sert00

ics 4.04 kernel build error-hardkernel odroid-u2

Mar 11th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. simo@simo-Aspire-5755G ~/ICS_kernel/kernel_4412 $ make ARCH=arm odroidu2_android_sdmmc_defconfig
  2. #
  3. # configuration written to .config
  4. #
  5. simo@simo-Aspire-5755G ~/ICS_kernel/kernel_4412 $ make -j4 ARCH=arm zImage modules
  6. scripts/kconfig/conf --silentoldconfig Kconfig
  7. CHK include/linux/version.h
  8. UPD include/linux/version.h
  9. CHK include/generated/utsrelease.h
  10. UPD include/generated/utsrelease.h
  11. CC scripts/mod/empty.o
  12. gcc: error: unrecognized command line option ‘-mlittle-endian’
  13. gcc: error: unrecognized command line option ‘-marm’
  14. gcc: error: unrecognized command line option ‘-mfpu=neon’
  15. gcc: error: unrecognized command line option ‘-mfloat-abi=softfp’
  16. gcc: error: unrecognized command line option ‘-mapcs’
  17. gcc: error: unrecognized command line option ‘-mno-sched-prolog’
  18. gcc: error: unrecognized argument in option ‘-mabi=aapcs-linux’
  19. gcc: note: valid arguments to ‘-mabi=’ are: ms sysv
  20. gcc: error: unrecognized command line option ‘-mno-thumb-interwork’
  21. gcc: error: unrecognized command line option ‘-mfpu=neon’
  22. make[2]: *** [scripts/mod/empty.o] Error 1
  23. make[2]: *** Waiting for unfinished jobs....
  24. HOSTCC scripts/mod/mk_elfconfig
  25. HOSTCC scripts/kallsyms
  26. Generating include/generated/mach-types.h
  27. make[1]: *** [scripts/mod] Error 2
  28. make[1]: *** Waiting for unfinished jobs....
  29. CC kernel/bounds.s
  30. gcc: error: unrecognized command line option ‘-mlittle-endian’
  31. gcc: error: unrecognized command line option ‘-marm’
  32. gcc: error: unrecognized command line option ‘-mfpu=neon’
  33. gcc: error: unrecognized command line option ‘-mfloat-abi=softfp’
  34. gcc: error: unrecognized command line option ‘-mapcs’
  35. gcc: error: unrecognized command line option ‘-mno-sched-prolog’
  36. gcc: error: unrecognized argument in option ‘-mabi=aapcs-linux’
  37. gcc: note: valid arguments to ‘-mabi=’ are: ms sysv
  38. gcc: error: unrecognized command line option ‘-mno-thumb-interwork’
  39. gcc: error: unrecognized command line option ‘-mfpu=neon’
  40. make[1]: *** [kernel/bounds.s] Error 1
  41. make: *** [prepare0] Error 2
  42. make: *** Waiting for unfinished jobs....
  43. make: *** [scripts] Error 2
  44. simo@simo-Aspire-5755G ~/ICS_kernel/kernel_4412 $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement