Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. HABUILD_SDK [] android@android:~$ make hybris-boot
  2. ============================================
  3. PLATFORM_VERSION_CODENAME=REL
  4. PLATFORM_VERSION=4.4.4
  5. CM_VERSION=11-20171214-UNOFFICIAL-grouper
  6. TARGET_PRODUCT=cm_grouper
  7. TARGET_BUILD_VARIANT=userdebug
  8. TARGET_BUILD_TYPE=release
  9. TARGET_BUILD_APPS=
  10. TARGET_ARCH=arm
  11. TARGET_ARCH_VARIANT=armv7-a-neon
  12. TARGET_CPU_VARIANT=cortex-a9
  13. HOST_ARCH=x86
  14. HOST_OS=linux
  15. HOST_OS_EXTRA=Linux-4.10.0-28-generic-x86_64-with-Ubuntu-14.04-trusty
  16. HOST_BUILD_TYPE=release
  17. BUILD_ID=KTU84Q
  18. OUT_DIR=/home/android/out
  19. ============================================
  20. awk: cannot open sdk/files/tools_source.properties (No such file or directory)
  21. perl: warning: Setting locale failed.
  22. perl: warning: Please check that your locale settings:
  23. LANGUAGE = (unset),
  24. LC_ALL = (unset),
  25. LC_MESSAGES = "en_US.UTF-8",
  26. LC_CTYPE = "en_US.UTF-8",
  27. LANG = (unset)
  28. are supported and installed on your system.
  29. perl: warning: Falling back to the standard locale ("C").
  30. perl: warning: Setting locale failed.
  31. perl: warning: Please check that your locale settings:
  32. LANGUAGE = (unset),
  33. LC_ALL = (unset),
  34. LC_MESSAGES = "en_US.UTF-8",
  35. LC_CTYPE = "en_US.UTF-8",
  36. LANG = (unset)
  37. are supported and installed on your system.
  38. perl: warning: Falling back to the standard locale ("C").
  39. hybris/hybris-boot/Android.mk:67: ********************* /boot appears to live on /dev/block/platform/sdhci-tegra.3/by-name/LNX
  40. hybris/hybris-boot/Android.mk:68: ********************* /data appears to live on /dev/block/platform/sdhci-tegra.3/by-name/UDA
  41. No private recovery resources for TARGET_DEVICE grouper
  42. make -C kernel/asus/grouper O=/home/android/out/target/product/grouper/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE="/home/android/prebuilts/misc/linux-x86/ccache/ccache /home/android/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-" VARIANT_DEFCONFIG= SELINUX_DEFCONFIG= cyanogenmod_grouper_defconfig
  43. make[1]: Entering directory `/home/android/kernel/asus/grouper'
  44. GEN /home/android/out/target/product/grouper/obj/KERNEL_OBJ/Makefile
  45. #
  46. # configuration written to .config
  47. #
  48. make[1]: Leaving directory `/home/android/kernel/asus/grouper'
  49. make -C kernel/asus/grouper O=/home/android/out/target/product/grouper/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE="/home/android/prebuilts/misc/linux-x86/ccache/ccache /home/android/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-" headers_install
  50. make[1]: Entering directory `/home/android/kernel/asus/grouper'
  51. CHK include/linux/version.h
  52. make[1]: Leaving directory `/home/android/kernel/asus/grouper'
  53. make -C kernel/asus/grouper O=/home/android/out/target/product/grouper/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE="/home/android/prebuilts/misc/linux-x86/ccache/ccache /home/android/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-" zImage
  54. make[1]: Entering directory `/home/android/kernel/asus/grouper'
  55. GEN /home/android/out/target/product/grouper/obj/KERNEL_OBJ/Makefile
  56. scripts/kconfig/conf --silentoldconfig Kconfig
  57. Using /home/android/kernel/asus/grouper as source for kernel
  58. /home/android/kernel/asus/grouper is not clean, please run 'make mrproper'
  59. in the '/home/android/kernel/asus/grouper' directory.
  60. make[2]: *** [prepare3] Error 1
  61. make[1]: *** [sub-make] Error 2
  62. make[1]: Leaving directory `/home/android/kernel/asus/grouper'
  63. make: *** [TARGET_KERNEL_BINARIES] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement