Skip to content

Instantly share code, notes, and snippets.

@kkristof
Created February 12, 2014 15:43
Show Gist options
  • Save kkristof/8957919 to your computer and use it in GitHub Desktop.
Save kkristof/8957919 to your computer and use it in GitHub Desktop.
(64bit)kosztyo@cute4:~/gator/driver-src/gator-driver$ make -C /home/kosztyo/gator/chrome-kernel M=`pwd` ARCH=arm CROSS_COMPILE=/usr/lib/icecc/bin-arm/arm-none-linux-gnueabi- modules
make: Entering directory `/home/kosztyo/gator/chrome-kernel'
CC [M] /home/kosztyo/gator/driver-src/gator-driver/gator_main.o
cc1: error: unrecognized command line option ‘-mlittle-endian’
cc1: error: unrecognized command line option ‘-mapcs’
cc1: error: unrecognized command line option ‘-mno-sched-prolog’
cc1: error: unrecognized command line option ‘-mno-thumb-interwork’
/home/kosztyo/gator/driver-src/gator-driver/gator_main.c:1:0: error: unknown ABI (aapcs-linux) for -mabi= switch
/home/kosztyo/gator/driver-src/gator-driver/gator_main.c:1:0: error: bad value (armv5t) for -march= switch
make[1]: *** [/home/kosztyo/gator/driver-src/gator-driver/gator_main.o] Error 1
make: *** [_module_/home/kosztyo/gator/driver-src/gator-driver] Error 2
make: Leaving directory `/home/kosztyo/gator/chrome-kernel'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment