Advertisement
Guest User

Untitled

a guest
Feb 27th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. $ make ARCH=arm CROSS_COMPILE=$CCOMPILER -j`grep 'processor' /proc/cpuinfo | wc -l`
  2. CHK include/linux/version.h
  3. CC scripts/mod/empty.o
  4. cc1: error: unrecognized command line option ‘-mlittle-endian’
  5. cc1: error: unrecognized command line option ‘-mno-thumb-interwork’
  6. scripts/mod/empty.c:1:0: error: unknown ABI (aapcs-linux) for -mabi= switch
  7. scripts/mod/empty.c:1:0: error: bad value (armv5t) for -march= switch
  8. make[2]: *** [scripts/mod/empty.o] Error 1
  9. make[1]: *** [scripts/mod] Error 2
  10. make: *** [scripts] Error 2
  11. make: INTERNAL: Exiting with 5 jobserver tokens available; should be 4!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement