Advertisement
yaznas

kernel headers?

Jan 22nd, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 3.07 KB | None | 0 0
  1. make: Leaving directory '/home/yaznas/candy8.1/kernel/lge/bullhead'
  2. [  8% 7996/90848] build /home/yaznas/candy8.1/out/target/product/bullhead/obj/KERNEL_OBJ/usr
  3. FAILED: /home/yaznas/candy8.1/out/target/product/bullhead/obj/KERNEL_OBJ/usr
  4. /bin/bash -c "(echo \"Depending on /home/yaznas/candy8.1/out/target/product/bullhead/obj/KERNEL_OBJ/usr is deprecated.\" 1>&2 ) && (echo \"Use INSTALLED_KERNEL_HEADERS instead.\" 1>&2 ) && (exit 1 )"
  5. Depending on /home/yaznas/candy8.1/out/target/product/bullhead/obj/KERNEL_OBJ/usr is deprecated.
  6. Use INSTALLED_KERNEL_HEADERS instead.
  7. [  8% 7997/90848] Check module type: /home/yaznas/candy8.1/out/target/product/bullhead/obj_arm/STATIC_LIBRARIES/libv8_intermediates/link_type
  8. [  8% 7998/90848] target thumb C++: libv8src_32 <= external/v8/src/full-codegen/arm/full-codegen-arm.cc
  9. [  8% 7999/90848] target thumb C++: libv8src_32 <= external/v8/src/regexp/arm/regexp-macro-assembler-arm.cc
  10. [  8% 8000/90848] target asm: libpixelflinger_32 <= system/core/libpixelflinger/col32cb16blend.S
  11. [  8% 8001/90848] target thumb C++: libv8src_32 <= external/v8/src/ic/arm/access-compiler-arm.cc
  12. [  8% 8002/90848] target thumb C++: libv8src_32 <= external/v8/src/ic/arm/handler-compiler-arm.cc
  13. [  8% 8003/90848] target thumb C++: libv8src_32 <= external/v8/src/ic/arm/ic-arm.cc
  14. [  8% 8004/90848] build /home/yaznas/candy8.1/out/target/common/obj/JAVA_LIBRARIES/sdk_v25_intermediates/classes.jack
  15. [  8% 8005/90848] Building Kernel
  16. FAILED: TARGET_KERNEL_BINARIES
  17. /bin/bash -c "(rm -rf /home/yaznas/candy8.1/out/target/product/bullhead/vendor/lib/modules ) && (mkdir -p /home/yaznas/candy8.1/out/target/product/bullhead/vendor/lib/modules ) && (rm -rf /home/yaznas/candy8.1/out/target/product/bullhead/obj/PACKAGING/depmod_vendor_intermediates ) && (make -j4  CFLAGS_MODULE=\"-fno-pic\" -C kernel/lge/bullhead O=/home/yaznas/candy8.1/out/target/product/bullhead/obj/KERNEL_OBJ ARCH=arm64 CROSS_COMPILE=\"/usr/local/bin/ccache /home/yaznas/candy8.1/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-\"   Image.gz-dtb ) && (if grep -q '^CONFIG_OF=y' /home/yaznas/candy8.1/out/target/product/bullhead/obj/KERNEL_OBJ/.config; then            echo \"Building DTBs\";             make -j4  CFLAGS_MODULE=\"-fno-pic\" -C kernel/lge/bullhead O=/home/yaznas/candy8.1/out/target/product/bullhead/obj/KERNEL_OBJ ARCH=arm64 CROSS_COMPILE=\"/usr/local/bin/ccache /home/yaznas/candy8.1/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-\"   dtbs;        fi ) && (if grep -q '^CONFIG_MODULES=y' /home/yaznas/candy8.1/out/target/product/bullhead/obj/KERNEL_OBJ/.config; then          echo \"Building Kernel Modules\";           make -j4  CFLAGS_MODULE=\"-fno-pic\" -C kernel/lge/bullhead O=/home/yaznas/candy8.1/out/target/product/bullhead/obj/KERNEL_OBJ ARCH=arm64 CROSS_COMPILE=\"/usr/local/bin/ccache /home/yaznas/candy8.1/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-\"   modules;         fi )"
  18. make: Entering directory '/home/yaznas/candy8.1/kernel/lge/bullhead'
  19.   GEN     /home/yaznas/candy8.1/out/target/product/bullhead/obj/KERNEL_OBJ/Makefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement