Advertisement
Guest User

Untitled

a guest
Sep 11th, 2012
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. *** End of the configuration.
  2. *** Execute 'make' to start the build or try 'make help'.
  3.  
  4. `.config' -> `/opt/github/stable-kernel/patches/defconfig'
  5. make -j4 ARCH=arm LOCALVERSION=-x14 CROSS_COMPILE="ccache /opt/github/linaro-tools/cross-gcc/build/sysroot/home/voodoo/opt/gcc-linaro-cross/bin/arm-linux-gnueabi-" zImage modules
  6. CHK include/linux/version.h
  7. CHK include/generated/utsrelease.h
  8. make[1]: `include/generated/mach-types.h' is up to date.
  9. CALL scripts/checksyscalls.sh
  10. CHK include/generated/compile.h
  11. CHK kernel/config_data.h
  12. LD drivers/char/examples/built-in.o
  13. CC [M] drivers/char/examples/hello.o
  14. LD vmlinux.o
  15. MODPOST vmlinux.o
  16. GEN .version
  17. CHK include/generated/compile.h
  18. UPD include/generated/compile.h
  19. CC init/version.o
  20. LD init/built-in.o
  21. LD .tmp_vmlinux1
  22. KSYM .tmp_kallsyms1.S
  23. AS .tmp_kallsyms1.o
  24. LD .tmp_vmlinux2
  25. KSYM .tmp_kallsyms2.S
  26. AS .tmp_kallsyms2.o
  27. LD vmlinux
  28. SYSMAP System.map
  29. SYSMAP .tmp_System.map
  30. OBJCOPY arch/arm/boot/Image
  31. Building modules, stage 2.
  32. Kernel: arch/arm/boot/Image is ready
  33. LZMA arch/arm/boot/compressed/piggy.lzma
  34. MODPOST 1565 modules
  35. WARNING: modpost: Found 1 section mismatch(es).
  36. To see full details build your kernel with:
  37. 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  38. CC drivers/char/examples/hello.mod.o
  39. AS arch/arm/boot/compressed/piggy.lzma.o
  40. LD arch/arm/boot/compressed/vmlinux
  41. OBJCOPY arch/arm/boot/zImage
  42. Kernel: arch/arm/boot/zImage is ready
  43. LD [M] drivers/char/examples/hello.ko
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement