Advertisement
Atari800xl

Untitled

Sep 1st, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  1. INSTALL include/linux/tc_ematch (4 files)
  2. INSTALL include/linux/usb (10 files)
  3. INSTALL include/linux/wimax (1 file)
  4. INSTALL include/linux (416 files)
  5. INSTALL include/asm (32 files)
  6. make: Leaving directory '/home/stuart/nrom/kernel/lge/hammerhead'
  7. [ 5% 1743/29529] build TARGET_KERNEL_BINARIES
  8. FAILED: /bin/bash -c "(make -j4 -C kernel/lge/hammerhead O=/home/stuart/nrom/out/target/product/hammerhead/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=\"/home/stuart/nrom/prebuilts/misc/linux-x86/ccache/ccache /home/stuart/nrom/prebuilts/gcc/linux-x86/arm/arm-eabi-/bin/arm-eabi-\" zImage-dtb ) && (if grep -q 'CONFIG_OF=y' /home/stuart/nrom/out/target/product/hammerhead/obj/KERNEL_OBJ/.config ; then echo -e \"Building DTBs\" ; make -j4 -C kernel/lge/hammerhead O=/home/stuart/nrom/out/target/product/hammerhead/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=\"/home/stuart/nrom/prebuilts/misc/linux-x86/ccache/ccache /home/stuart/nrom/prebuilts/gcc/linux-x86/arm/arm-eabi-/bin/arm-eabi-\" dtbs ; else echo \"DTBs not enabled\" ; fi ) && (if grep -q 'CONFIG_MODULES=y' /home/stuart/nrom/out/target/product/hammerhead/obj/KERNEL_OBJ/.config ; then echo -e \"Building Kernel Modules\" ; make -j4 -C kernel/lge/hammerhead O=/home/stuart/nrom/out/target/product/hammerhead/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=\"/home/stuart/nrom/prebuilts/misc/linux-x86/ccache/ccache /home/stuart/nrom/prebuilts/gcc/linux-x86/arm/arm-eabi-/bin/arm-eabi-\" modules && make -j4 -C kernel/lge/hammerhead O=/home/stuart/nrom/out/target/product/hammerhead/obj/KERNEL_OBJ INSTALL_MOD_PATH=../../system ARCH=arm CROSS_COMPILE=\"/home/stuart/nrom/prebuilts/misc/linux-x86/ccache/ccache /home/stuart/nrom/prebuilts/gcc/linux-x86/arm/arm-eabi-/bin/arm-eabi-\" modules_install && mdpath=\`find /home/stuart/nrom/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 /home/stuart/nrom/prebuilts/gcc/linux-x86/arm/arm-eabi-/bin/arm-eabi-strip --strip-unneeded \$i; mv \$i /home/stuart/nrom/out/target/product/hammerhead/system/lib/modules/; done; fi && mdpath=\`find /home/stuart/nrom/out/target/product/hammerhead/system/lib/modules -type f -name modules.order\`; if [ \"\$mdpath\" != \"\" ];then mpath=\`dirname \$mdpath\`; rm -rf \$mpath; fi ; else echo \"Kernel Modules not enabled\" ; fi )"
  9. make: Entering directory '/home/stuart/nrom/kernel/lge/hammerhead'
  10. GEN /home/stuart/nrom/out/target/product/hammerhead/obj/KERNEL_OBJ/Makefile
  11. scripts/kconfig/conf --silentoldconfig Kconfig
  12. GEN /home/stuart/nrom/out/target/product/hammerhead/obj/KERNEL_OBJ/Makefile
  13. CHK include/linux/version.h
  14. /bin/sh: 1: Syntax error: "(" unexpected
  15. /home/stuart/nrom/kernel/lge/hammerhead/scripts/Makefile.build:307: recipe for target 'scripts/mod/empty.o' failed
  16. make[3]: *** [scripts/mod/empty.o] Error 2
  17. /home/stuart/nrom/kernel/lge/hammerhead/scripts/Makefile.build:443: recipe for target 'scripts/mod' failed
  18. make[2]: *** [scripts/mod] Error 2
  19. make[2]: *** Waiting for unfinished jobs....
  20. HOSTCC scripts/dtc/checks.o
  21. HOSTCC scripts/selinux/genheaders/genheaders
  22. HOSTCC scripts/selinux/mdp/mdp
  23. HOSTCC scripts/dtc/data.o
  24. SHIPPED scripts/dtc/dtc-lexer.lex.c
  25. SHIPPED scripts/dtc/dtc-parser.tab.h
  26. SHIPPED scripts/dtc/dtc-parser.tab.c
  27. HOSTCC scripts/dtc/dtc.o
  28. HOSTCC scripts/dtc/flattree.o
  29. HOSTCC scripts/dtc/fstree.o
  30. HOSTCC scripts/dtc/livetree.o
  31. HOSTCC scripts/dtc/srcpos.o
  32. HOSTCC scripts/dtc/treesource.o
  33. HOSTCC scripts/dtc/util.o
  34. HOSTCC scripts/dtc/dtc-lexer.lex.o
  35. HOSTCC scripts/dtc/dtc-parser.tab.o
  36. HOSTLD scripts/dtc/dtc
  37. /home/stuart/nrom/kernel/lge/hammerhead/Makefile:510: recipe for target 'scripts' failed
  38. make[1]: *** [scripts] Error 2
  39. make[1]: *** Waiting for unfinished jobs....
  40. Makefile:130: recipe for target 'sub-make' failed
  41. make: *** [sub-make] Error 2
  42. make: Leaving directory '/home/stuart/nrom/kernel/lge/hammerhead'
  43. [ 5% 1743/29529] host C++: libgmock_h..._32 <= external/gmock/src/gmock-all.cc
  44. In file included from external/gmock/src/gmock-all.cc:44:
  45. external/gmock/src/../src/gmock-internal-utils.cc:106:8: warning: missing field 'owner_' initializer [-Wmissing-field-initializers]
  46. static GTEST_DEFINE_STATIC_MUTEX_(g_log_mutex);
  47. ^
  48. ./external/gtest/include/gtest/internal/gtest-port.h:1390:79: note: expanded from macro 'GTEST_DEFINE_STATIC_MUTEX_'
  49. ::testing::internal::MutexBase mutex = { PTHREAD_MUTEX_INITIALIZER, false }
  50. ^
  51. In file included from external/gmock/src/gmock-all.cc:46:
  52. external/gmock/src/../src/gmock-spec-builders.cc:56:12: warning: missing field 'owner_' initializer [-Wmissing-field-initializers]
  53. GTEST_API_ GTEST_DEFINE_STATIC_MUTEX_(g_gmock_mutex);
  54. ^
  55. ./external/gtest/include/gtest/internal/gtest-port.h:1390:79: note: expanded from macro 'GTEST_DEFINE_STATIC_MUTEX_'
  56. ::testing::internal::MutexBase mutex = { PTHREAD_MUTEX_INITIALIZER, false }
  57. ^
  58. 2 warnings generated.
  59. [ 5% 1743/29529] target Java: core-al...RARIES/core-all_intermediates/classes)
  60. Note: Some input files use or override a deprecated API.
  61. Note: Recompile with -Xlint:deprecation for details.
  62. Note: Some input files use unchecked or unsafe operations.
  63. Note: Recompile with -Xlint:unchecked for details.
  64. [ 5% 1743/29529] target Export Resources: framework-res (/home/stuart/nrom/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk)
  65. warning: string 'gsm_alphabet_default_charset' has no default translation.
  66. warning: string 'wfcSpnFormat' has no default translation.
  67. ninja: build stopped: subcommand failed.
  68. build/core/ninja.mk:148: recipe for target 'ninja_wrapper' failed
  69. make: *** [ninja_wrapper] Error 1
  70.  
  71. #### make failed to build some targets (03:04 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement