Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 2.28 KB | None | 0 0
  1. ============================================
  2. PLATFORM_VERSION_CODENAME=AOSP
  3. PLATFORM_VERSION=AOSP
  4. TARGET_PRODUCT=galaxys
  5. TARGET_BUILD_VARIANT=user
  6. TARGET_SIMULATOR=false
  7. TARGET_BUILD_TYPE=release
  8. TARGET_BUILD_APPS=
  9. TARGET_ARCH=arm
  10. HOST_ARCH=x86
  11. HOST_OS=linux
  12. HOST_BUILD_TYPE=release
  13. BUILD_ID=OPENMASTER
  14. ============================================
  15. build/core/main.mk:296: implicitly installing apns-conf_sdk.xml
  16. build/core/base_rules.mk:455: warning: overriding commands for target `out/target/product/galaxys/recovery/root/sbin/tune2fs'
  17. bootable/recovery/Android.mk:179: warning: ignoring old commands for target `out/target/product/galaxys/recovery/root/sbin/tune2fs'
  18. No private recovery resources for TARGET_DEVICE galaxys
  19. target StaticExecutable: recovery (out/target/product/galaxys/obj/EXECUTABLES/recovery_intermediates/LINKED/recovery)
  20. out/target/product/galaxys/obj/STATIC_LIBRARIES/libbusybox_intermediates/libbusybox.a(free.o): In function `free_main':
  21. /home/johnn/external/busybox/procps/free.c:18: undefined reference to `sysinfo'
  22. out/target/product/galaxys/obj/STATIC_LIBRARIES/libbusybox_intermediates/libbusybox.a(kill.o): In function `kill_main':
  23. /home/johnn/external/busybox/procps/kill.c:128: undefined reference to `getsid'
  24. out/target/product/galaxys/obj/STATIC_LIBRARIES/libbusybox_intermediates/libbusybox.a(pgrep.o): In function `pgrep_main':
  25. /home/johnn/external/busybox/procps/pgrep.c:93: undefined reference to `getsid'
  26. out/target/product/galaxys/obj/STATIC_LIBRARIES/libbusybox_intermediates/libbusybox.a(uptime.o): In function `uptime_main':
  27. /home/johnn/external/busybox/procps/uptime.c:39: undefined reference to `sysinfo'
  28. out/target/product/galaxys/obj/STATIC_LIBRARIES/libbusybox_intermediates/libbusybox.a(swaponoff.o): In function `swap_enable_disable':
  29. /home/johnn/external/busybox/util-linux/swaponoff.c:52: undefined reference to `swapon'
  30. /home/johnn/external/busybox/util-linux/swaponoff.c:54: undefined reference to `swapoff'
  31. out/target/product/galaxys/obj/STATIC_LIBRARIES/libbusybox_intermediates/libbusybox.a(date.o): In function `date_main':
  32. /home/johnn/external/busybox/coreutils/date.c:192: undefined reference to `stime'
  33. collect2: ld returned 1 exit status
  34. make: *** [out/target/product/galaxys/obj/EXECUTABLES/recovery_intermediates/LINKED/recovery] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement