~/kernel/linux-digilent$ make ARCH=arm 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:0: error: unknown ABI (aapcs-linux) for -mabi= switch
kernel/bounds.c:1:0: error: bad value (armv5t) for -march= switch
make[1]: *** [kernel/bounds.s] Error 1
make: *** [prepare0] Error 2
Question
Ardelle Froeliger
~/kernel/linux-digilent$ make ARCH=arm 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:0: error: unknown ABI (aapcs-linux) for -mabi= switch kernel/bounds.c:1:0: error: bad value (armv5t) for -march= switch make[1]: *** [kernel/bounds.s] Error 1 make: *** [prepare0] Error 2
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.