Advertisement
aperio

Omnirom Build Error 11 June 2016

Jun 11th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. LD vmlinux
  2. SYSMAP System.map
  3. SYSMAP .tmp_System.map
  4. OBJCOPY arch/arm/boot/Image
  5. DTC arch/arm/boot/msm8974-hammerhead-rev-11.dtb
  6. DTC arch/arm/boot/msm8974-hammerhead-rev-11j.dtb
  7. DTC arch/arm/boot/msm8974-hammerhead-rev-10.dtb
  8. Kernel: arch/arm/boot/Image is ready
  9. DTC arch/arm/boot/msm8974-hammerhead-rev-c.dtb
  10. DTC arch/arm/boot/msm8974-hammerhead-rev-b.dtb
  11. DTC arch/arm/boot/msm8974-hammerhead-rev-bn.dtb
  12. DTC arch/arm/boot/msm8974-hammerhead-rev-a.dtb
  13. DTC arch/arm/boot/msm8974-hammerhead-rev-f.dtb
  14. AS arch/arm/boot/compressed/head.o
  15. GZIP arch/arm/boot/compressed/piggy.gzip
  16. CC arch/arm/boot/compressed/misc.o
  17. CC arch/arm/boot/compressed/decompress.o
  18. CC arch/arm/boot/compressed/string.o
  19. SHIPPED arch/arm/boot/compressed/lib1funcs.S
  20. SHIPPED arch/arm/boot/compressed/ashldi3.S
  21. AS arch/arm/boot/compressed/lib1funcs.o
  22. AS arch/arm/boot/compressed/ashldi3.o
  23. AS arch/arm/boot/compressed/piggy.gzip.o
  24. LD arch/arm/boot/compressed/vmlinux
  25. OBJCOPY arch/arm/boot/zImage
  26. Kernel: arch/arm/boot/zImage is ready
  27. CAT arch/arm/boot/zImage-dtb
  28. Kernel: arch/arm/boot/zImage-dtb is ready
  29. make[1]: Leaving directory `/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/kernel/lge/hammerhead'
  30. make -C kernel/lge/hammerhead O=/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/out/target/product/hammerhead/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE="/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/prebuilts/misc/linux-x86/ccache/ccache arm-eabi-" dtbs
  31. make[1]: Entering directory `/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/kernel/lge/hammerhead'
  32. make[3]: Nothing to be done for `arch/arm/boot/dtbs'.
  33. make[1]: Leaving directory `/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/kernel/lge/hammerhead'
  34. make -C kernel/lge/hammerhead O=/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/out/target/product/hammerhead/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE="/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/prebuilts/misc/linux-x86/ccache/ccache arm-eabi-" modules
  35. make[1]: Entering directory `/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/kernel/lge/hammerhead'
  36.  
  37. The present kernel configuration has modules disabled.
  38. Type 'make config' and enable loadable module support.
  39. Then build a kernel with module support enabled.
  40.  
  41. make[2]: *** [modules] Error 1
  42. make[1]: *** [sub-make] Error 2
  43. make[1]: Leaving directory `/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/kernel/lge/hammerhead'
  44. make: [TARGET_KERNEL_BINARIES] Error 2 (ignored)
  45. make -C kernel/lge/hammerhead O=/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/out/target/product/hammerhead/obj/KERNEL_OBJ INSTALL_MOD_PATH=../../system ARCH=arm CROSS_COMPILE="/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/prebuilts/misc/linux-x86/ccache/ccache arm-eabi-" modules_install
  46. make[1]: Entering directory `/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/kernel/lge/hammerhead'
  47.  
  48. The present kernel configuration has modules disabled.
  49. Type 'make config' and enable loadable module support.
  50. Then build a kernel with module support enabled.
  51.  
  52. make[2]: *** [modules_install] Error 1
  53. make[1]: *** [sub-make] Error 2
  54. make[1]: Leaving directory `/media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/kernel/lge/hammerhead'
  55. make: [TARGET_KERNEL_BINARIES] Error 2 (ignored)
  56. mdpath=`find /media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/out/target/product/hammerhead/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 /media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/out/target/product/hammerhead/system/lib/modules/; done; fi
  57. mdpath=`find /media/lubuntu/ac2bca73-b183-4c85-bd0c-fac7885fd1e0/omni/out/target/product/hammerhead/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
  58.  
  59. real 21m2.718s
  60. user 32m46.540s
  61. sys 6m50.436s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement