Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- simo@simo-Aspire-5755G ~/ICS_kernel/kernel_4412 $ make ARCH=arm odroidu2_android_sdmmc_defconfig
- #
- # configuration written to .config
- #
- simo@simo-Aspire-5755G ~/ICS_kernel/kernel_4412 $ make -j4 ARCH=arm zImage modules
- scripts/kconfig/conf --silentoldconfig Kconfig
- CHK include/linux/version.h
- UPD include/linux/version.h
- CHK include/generated/utsrelease.h
- UPD include/generated/utsrelease.h
- CC scripts/mod/empty.o
- gcc: error: unrecognized command line option ‘-mlittle-endian’
- gcc: error: unrecognized command line option ‘-marm’
- gcc: error: unrecognized command line option ‘-mfpu=neon’
- gcc: error: unrecognized command line option ‘-mfloat-abi=softfp’
- gcc: error: unrecognized command line option ‘-mapcs’
- gcc: error: unrecognized command line option ‘-mno-sched-prolog’
- gcc: error: unrecognized argument in option ‘-mabi=aapcs-linux’
- gcc: note: valid arguments to ‘-mabi=’ are: ms sysv
- gcc: error: unrecognized command line option ‘-mno-thumb-interwork’
- gcc: error: unrecognized command line option ‘-mfpu=neon’
- make[2]: *** [scripts/mod/empty.o] Error 1
- make[2]: *** Waiting for unfinished jobs....
- HOSTCC scripts/mod/mk_elfconfig
- HOSTCC scripts/kallsyms
- Generating include/generated/mach-types.h
- make[1]: *** [scripts/mod] Error 2
- make[1]: *** Waiting for unfinished jobs....
- CC kernel/bounds.s
- gcc: error: unrecognized command line option ‘-mlittle-endian’
- gcc: error: unrecognized command line option ‘-marm’
- gcc: error: unrecognized command line option ‘-mfpu=neon’
- gcc: error: unrecognized command line option ‘-mfloat-abi=softfp’
- gcc: error: unrecognized command line option ‘-mapcs’
- gcc: error: unrecognized command line option ‘-mno-sched-prolog’
- gcc: error: unrecognized argument in option ‘-mabi=aapcs-linux’
- gcc: note: valid arguments to ‘-mabi=’ are: ms sysv
- gcc: error: unrecognized command line option ‘-mno-thumb-interwork’
- gcc: error: unrecognized command line option ‘-mfpu=neon’
- make[1]: *** [kernel/bounds.s] Error 1
- make: *** [prepare0] Error 2
- make: *** Waiting for unfinished jobs....
- make: *** [scripts] Error 2
- simo@simo-Aspire-5755G ~/ICS_kernel/kernel_4412 $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement