PitchBlackRecoveryProject / android_bootable_recovery

The heart :heart: of PBRP
https://pitchblackrecovery.com
Apache License 2.0
100 stars 42 forks source link

ld.lld: error #83

Closed smlinux closed 3 years ago

smlinux commented 3 years ago

ld.lld: error: duplicate symbol: getdtablesize

defined at general.c:1179 (external/bash/general.c:1179) /home/name/Android/source/android/pbrp-10.0/out/target/product/angelican/obj/EXECUTABLES/bash_intermediates/general.o:(getdtablesize) defined at oslib.c:147 (external/bash/lib/sh/oslib.c:147) oslib.o:(.text.getdtablesize+0x0) in archive /home/name/Android/source/android/pbrp-10.0/out/target/product/angelican/obj/STATIC_LIBRARIES/libsh_intermediates/libsh.a clang-9: error: linker command failed with exit code 1 (use -v to see invocation) error.log

09:54:19 ninja failed with: exit status 1

DelightReza commented 3 years ago

ld.lld: error: duplicate symbol: getdtablesize

defined at general.c:1179 (external/bash/general.c:1179) /home/name/Android/source/android/pbrp-10.0/out/target/product/angelican/obj/EXECUTABLES/bash_intermediates/general.o:(getdtablesize) defined at oslib.c:147 (external/bash/lib/sh/oslib.c:147) oslib.o:(.text.getdtablesize+0x0) in archive /home/name/Android/source/android/pbrp-10.0/out/target/product/angelican/obj/STATIC_LIBRARIES/libsh_intermediates/libsh.a clang-9: error: linker command failed with exit code 1 (use -v to see invocation) error.log

09:54:19 ninja failed with: exit status 1

Tree?

smlinux commented 3 years ago

Today, after synchronizing the repositories, everything is build fine.