Advertisement
Guest User

Untitled

a guest
Sep 6th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. -en AR lib/lib.a
  2. LINK vmlinux
  3. LD vmlinux.o
  4. MODPOST vmlinux.o
  5. WARNING: vmlinux: 'OM_Printf' exported twice. Previous export was in vmlinux
  6. WARNING: modpost: Found 6 section mismatch(es).
  7. To see full details build your kernel with:
  8. 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  9. GEN .version
  10. CHK include/generated/compile.h
  11. UPD include/generated/compile.h
  12. CC init/version.o
  13. LD init/built-in.o
  14. KSYM .tmp_kallsyms1.o
  15. KSYM .tmp_kallsyms2.o
  16. LD vmlinux
  17. SORTEX vmlinux
  18. SYSMAP System.map
  19. OBJCOPY arch/arm/boot/Image
  20. Kernel: arch/arm/boot/Image is ready
  21. GZIP arch/arm/boot/compressed/piggy.gzip
  22. AS arch/arm/boot/compressed/piggy.gzip.o
  23. LD arch/arm/boot/compressed/vmlinux
  24. OBJCOPY arch/arm/boot/zImage
  25. Kernel: arch/arm/boot/zImage is ready
  26. make[1]: Leaving directory `/home/albe123/mer/android/droid/kernel/huawei/h60'
  27. make -C kernel/huawei/h60 O=/home/albe123/mer/android/droid/out/target/product/h60_l01/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE="/home/albe123/mer/android/droid/prebuilts/misc/linux-x86/ccache/ccache /home/albe123/mer/android/droid/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-" dtbs
  28. make[1]: Entering directory `/home/albe123/mer/android/droid/kernel/huawei/h60'
  29. CC scripts/mod/devicetable-offsets.s
  30. GEN scripts/mod/devicetable-offsets.h
  31. HOSTCC scripts/mod/file2alias.o
  32. HOSTLD scripts/mod/modpost
  33. make[1]: Leaving directory `/home/albe123/mer/android/droid/kernel/huawei/h60'
  34. make -C kernel/huawei/h60 O=/home/albe123/mer/android/droid/out/target/product/h60_l01/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE="/home/albe123/mer/android/droid/prebuilts/misc/linux-x86/ccache/ccache /home/albe123/mer/android/droid/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-" modules
  35. make[1]: Entering directory `/home/albe123/mer/android/droid/kernel/huawei/h60'
  36. Using /home/albe123/mer/android/droid/kernel/huawei/h60 as source for kernel
  37. GEN /home/albe123/mer/android/droid/out/target/product/h60_l01/obj/KERNEL_OBJ/Makefile
  38. CHK include/generated/uapi/linux/version.h
  39. CHK include/generated/utsrelease.h
  40. make[3]: `include/generated/mach-types.h' is up to date.
  41. CALL /home/albe123/mer/android/droid/kernel/huawei/h60/scripts/checksyscalls.sh
  42. CC scripts/mod/devicetable-offsets.s
  43. GEN scripts/mod/devicetable-offsets.h
  44. HOSTCC scripts/mod/file2alias.o
  45. HOSTLD scripts/mod/modpost
  46. CC [M] crypto/tcrypt.o
  47. CC [M] drivers/char/hw_random/core.o
  48. LD [M] drivers/char/hw_random/rng-core.o
  49. CC [M] drivers/net/ppp/pppoe.o
  50. Building modules, stage 2.
  51. MODPOST 3 modules
  52. WARNING: vmlinux: 'OM_Printf' exported twice. Previous export was in vmlinux
  53. CC crypto/tcrypt.mod.o
  54. LD [M] crypto/tcrypt.ko
  55. CC drivers/char/hw_random/rng-core.mod.o
  56. LD [M] drivers/char/hw_random/rng-core.ko
  57. CC drivers/net/ppp/pppoe.mod.o
  58. LD [M] drivers/net/ppp/pppoe.ko
  59. make[1]: Leaving directory `/home/albe123/mer/android/droid/kernel/huawei/h60'
  60. make -C kernel/huawei/h60 O=/home/albe123/mer/android/droid/out/target/product/h60_l01/obj/KERNEL_OBJ INSTALL_MOD_PATH=../../system ARCH=arm CROSS_COMPILE="/home/albe123/mer/android/droid/prebuilts/misc/linux-x86/ccache/ccache /home/albe123/mer/android/droid/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-" modules_install
  61. make[1]: Entering directory `/home/albe123/mer/android/droid/kernel/huawei/h60'
  62. INSTALL crypto/tcrypt.ko
  63. INSTALL drivers/char/hw_random/rng-core.ko
  64. INSTALL drivers/net/ppp/pppoe.ko
  65. DEPMOD 3.10.71-CM-gc4dcff07-dirty
  66. make[1]: Leaving directory `/home/albe123/mer/android/droid/kernel/huawei/h60'
  67. mdpath=`find /home/albe123/mer/android/droid/out/target/product/h60_l01/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; ko=`find $mpath/kernel -type f -name *.ko`; for i in $ko; do /home/albe123/mer/android/droid/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-strip --strip-unneeded $i; mv $i /home/albe123/mer/android/droid/out/target/product/h60_l01/system/lib/modules/; done; fi
  68. mdpath=`find /home/albe123/mer/android/droid/out/target/product/h60_l01/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
  69. mdpath=`find /home/albe123/mer/android/droid/out/target/product/h60_l01/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; ko=`find $mpath/kernel -type f -name *.ko`; for i in $ko; do /home/albe123/mer/android/droid/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-strip --strip-unneeded $i; mv $i /home/albe123/mer/android/droid/out/target/product/h60_l01/system/lib/modules/; done; fi
  70. mdpath=`find /home/albe123/mer/android/droid/out/target/product/h60_l01/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
  71. target Prebuilt: (/home/albe123/mer/android/droid/out/target/product/h60_l01/kernel)
  72. Target boot image: /home/albe123/mer/android/droid/out/target/product/h60_l01/boot.img
  73. usage: mkbootimg
  74. --kernel <filename>
  75. --ramdisk <filename>
  76. [ --second <2ndbootloader-filename> ]
  77. [ --cmdline <kernel-commandline> ]
  78. [ --board <boardname> ]
  79. [ --base <address> ]
  80. [ --pagesize <pagesize> ]
  81. [ --ramdisk_offset <address> ]
  82. [ --dt <filename> ]
  83. -o|--output <filename>
  84. make: *** [/home/albe123/mer/android/droid/out/target/product/h60_l01/boot.img] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement