Advertisement
infected_

Untitled

Oct 18th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. target thumb C++: libv8 <= external/v8/src/compiler/change-lowering.cc
  2. /mnt/Building/omni/kernel/sony/msm/arch/arm/boot/dts/Makefile:228: warning: overriding recipe for target 'dtbs'
  3. /mnt/Building/omni/kernel/sony/msm/arch/arm/boot/dts/Makefile:228: warning: ignoring old recipe for target 'dtbs'
  4. Kernel: arch/arm/boot/Image is ready
  5. LD arch/arm/boot/compressed/vmlinux
  6. OBJCOPY arch/arm/boot/zImage
  7. Kernel: arch/arm/boot/zImage is ready
  8. make[1]: Leaving directory '/mnt/Building/omni/kernel/sony/msm'
  9. make -C kernel/sony/msm O=/home/infected_/Output/omni/target/product/leo/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE="/mnt/Building/omni/prebuilts/misc/linux-x86/ccache/ccache arm-eabi-" dtbs
  10. make[1]: Entering directory '/mnt/Building/omni/kernel/sony/msm'
  11. target thumb C++: libv8 <= external/v8/src/compiler/code-generator.cc
  12. target thumb C++: libv8 <= external/v8/src/compiler/common-operator.cc
  13. target thumb C++: libv8 <= external/v8/src/compiler/control-builders.cc
  14. CC scripts/mod/devicetable-offsets.s
  15. GEN scripts/mod/devicetable-offsets.h
  16. HOSTCC scripts/mod/file2alias.o
  17. HOSTLD scripts/mod/modpost
  18. target thumb C++: libv8 <= external/v8/src/compiler/gap-resolver.cc
  19. make[3]: Nothing to be done for 'dtbs'.
  20. make[1]: Leaving directory '/mnt/Building/omni/kernel/sony/msm'
  21. make -C kernel/sony/msm O=/home/infected_/Output/omni/target/product/leo/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE="/mnt/Building/omni/prebuilts/misc/linux-x86/ccache/ccache arm-eabi-" modules
  22. make[1]: Entering directory '/mnt/Building/omni/kernel/sony/msm'
  23.  
  24. The present kernel configuration has modules disabled.
  25. Type 'make config' and enable loadable module support.
  26. Then build a kernel with module support enabled.
  27.  
  28. /mnt/Building/omni/kernel/sony/msm/Makefile:1016: recipe for target 'modules' failed
  29. make[2]: *** [modules] Error 1
  30. Makefile:130: recipe for target 'sub-make' failed
  31. make[1]: *** [sub-make] Error 2
  32. make[1]: Leaving directory '/mnt/Building/omni/kernel/sony/msm'
  33. build/core/tasks/kernel.mk:222: recipe for target 'TARGET_KERNEL_BINARIES' failed
  34. make: [TARGET_KERNEL_BINARIES] Error 2 (ignored)
  35. make -C kernel/sony/msm O=/home/infected_/Output/omni/target/product/leo/obj/KERNEL_OBJ INSTALL_MOD_PATH=../../system ARCH=arm CROSS_COMPILE="/mnt/Building/omni/prebuilts/misc/linux-x86/ccache/ccache arm-eabi-" modules_install
  36. make[1]: Entering directory '/mnt/Building/omni/kernel/sony/msm'
  37. target thumb C++: libv8 <= external/v8/src/compiler/graph-builder.cc
  38. target thumb C++: libv8 <= external/v8/src/compiler/graph-reducer.cc
  39. target thumb C++: libv8 <= external/v8/src/compiler/graph-replay.cc
  40.  
  41. The present kernel configuration has modules disabled.
  42. Type 'make config' and enable loadable module support.
  43. Then build a kernel with module support enabled.
  44.  
  45. /mnt/Building/omni/kernel/sony/msm/Makefile:1016: recipe for target 'modules_install' failed
  46. make[2]: *** [modules_install] Error 1
  47. Makefile:130: recipe for target 'sub-make' failed
  48. make[1]: *** [sub-make] Error 2
  49. make[1]: Leaving directory '/mnt/Building/omni/kernel/sony/msm'
  50. build/core/tasks/kernel.mk:222: recipe for target 'TARGET_KERNEL_BINARIES' failed
  51. make: [TARGET_KERNEL_BINARIES] Error 2 (ignored)
  52. mdpath=`find /home/infected_/Output/omni/target/product/leo/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/infected_/Output/omni/target/product/leo/system/lib/modules/; done; fi
  53. find: `/home/infected_/Output/omni/target/product/leo/system/lib/modules': No such file or directory
  54. mdpath=`find /home/infected_/Output/omni/target/product/leo/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
  55. find: `/home/infected_/Output/omni/target/product/leo/system/lib/modules': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement