Advertisement
Guest User

Untitled

a guest
May 28th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. CROSS_COMPILE=arm-poky-linux-gnueabi- ARCH=arm make
  2. CHK include/linux/version.h
  3. CHK include/generated/utsrelease.h
  4. make[1]: `include/generated/mach-types.h' está atualizado.
  5. CC kernel/bounds.s
  6. GEN include/generated/bounds.h
  7. CC arch/arm/kernel/asm-offsets.s
  8. GEN include/generated/asm-offsets.h
  9. CALL scripts/checksyscalls.sh
  10. CC scripts/mod/empty.o
  11. MKELF scripts/mod/elfconfig.h
  12. HOSTCC scripts/mod/file2alias.o
  13. HOSTCC scripts/mod/modpost.o
  14. HOSTCC scripts/mod/sumversion.o
  15. HOSTLD scripts/mod/modpost
  16. CC init/main.o
  17. arm-poky-linux-gnueabi-ld: unrecognized option '-Wl,-O1'
  18. arm-poky-linux-gnueabi-ld: use the --help option for usage information
  19. make[1]: ** [init/main.o] Error 1
  20. make: ** [init] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement