Advertisement
Guest User

Untitled

a guest
Jul 26th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. user@HP-ubuntu:~/android/system/kernel/e0$ export PATH=/home/user/android/system/kernel/android-toolchain-eabi-gcc/bin:$PATH
  2. user@HP-ubuntu:~/android/system/e0n/kernel/e0$ export ARCH=arm
  3. user@HP-ubuntu:~/android/system/e0n/kernel/e0$ export SUBARCH=arm
  4. user@HP-ubuntu:~/android/system/e0n/kernel/e0$ export CROSS_COMPILE=arm-eabi-
  5. user@HP-ubuntu:~/android/system/kernel/e0$ make -j4 zImage CHK include/linux/version.h
  6. CHK include/generated/utsrelease.h
  7. CC scripts/mod/empty.o
  8. make[1]: «include/generated/mach-types.h» è aggiornato.
  9. CC kernel/bounds.s
  10. as: operation not recogizer "-EL"
  11. scripts/mod/empty.c:1:0: fatal error: error closing -: Broken pipe
  12. compilation terminated.
  13. make[2]: *** [scripts/mod/empty.o] Error 1
  14. make[1]: *** [scripts/mod] Error 2
  15. make: *** [scripts] Error 2
  16. make: *** waiting for unkilled process....
  17. GEN include/generated/bounds.h
  18. CC arch/arm/kernel/asm-offsets.s
  19. GEN include/generated/asm-offsets.h
  20. CALL scripts/checksyscalls.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement