Advertisement
Guest User

Moto G build failed

a guest
May 25th, 2015
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.68 KB | None | 0 0
  1. OBJCOPY arch/arm/boot/zImage
  2.   Kernel: arch/arm/boot/zImage is ready
  3. make[1]: Leaving directory `/home/mete/android/system/kernel/motorola/msm8226'
  4. make  -C kernel/motorola/msm8226 O=/home/mete/android/system/out/target/product/falcon/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE="/home/mete/android/system/prebuilts/misc/linux-x86/ccache/ccache arm-eabi-" dtbs
  5. make[1]: Entering directory `/home/mete/android/system/kernel/motorola/msm8226'
  6.   DTC     arch/arm/boot/msm8226-bigfoot-p1.dtb
  7.   DTC     arch/arm/boot/msm8226-falcon-p1.dtb
  8.   DTC     arch/arm/boot/msm8226-falcon-p2.dtb
  9.   DTC     arch/arm/boot/msm8226-falcon-p2-v2.dtb
  10.   DTC     arch/arm/boot/msm8226-falcon-p2b.dtb
  11.   DTC     arch/arm/boot/msm8226-falcon-p2b1.dtb
  12.   DTC     arch/arm/boot/msm8226-falcon-p3c.dtb
  13. make[1]: Leaving directory `/home/mete/android/system/kernel/motorola/msm8226'
  14. make  -C kernel/motorola/msm8226 O=/home/mete/android/system/out/target/product/falcon/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE="/home/mete/android/system/prebuilts/misc/linux-x86/ccache/ccache arm-eabi-" modules
  15. make[1]: Entering directory `/home/mete/android/system/kernel/motorola/msm8226'
  16.  
  17. The present kernel configuration has modules disabled.
  18. Type 'make config' and enable loadable module support.
  19. Then build a kernel with module support enabled.
  20.  
  21. make[2]: *** [modules] Error 1
  22. make[1]: *** [sub-make] Error 2
  23. make[1]: Leaving directory `/home/mete/android/system/kernel/motorola/msm8226'
  24. make: [TARGET_KERNEL_BINARIES] Error 2 (ignored)
  25. make  -C kernel/motorola/msm8226 O=/home/mete/android/system/out/target/product/falcon/obj/KERNEL_OBJ INSTALL_MOD_PATH=../../system ARCH=arm CROSS_COMPILE="/home/mete/android/system/prebuilts/misc/linux-x86/ccache/ccache arm-eabi-" modules_install
  26. make[1]: Entering directory `/home/mete/android/system/kernel/motorola/msm8226'
  27.  
  28. The present kernel configuration has modules disabled.
  29. Type 'make config' and enable loadable module support.
  30. Then build a kernel with module support enabled.
  31.  
  32. make[2]: *** [modules_install] Error 1
  33. make[1]: *** [sub-make] Error 2
  34. make[1]: Leaving directory `/home/mete/android/system/kernel/motorola/msm8226'
  35. make: [TARGET_KERNEL_BINARIES] Error 2 (ignored)
  36. mdpath=`find /home/mete/android/system/out/target/product/falcon/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 arm-eabi-strip --strip-unneeded $i; mv $i /home/mete/android/system/out/target/product/falcon/system/lib/modules/; done; fi
  37. mdpath=`find /home/mete/android/system/out/target/product/falcon/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement