Missing Android dynamic linker file
ytournier opened this issue · comments
During the Android dynamic linking, the linker raise an error because the ld.config.txt file is missing:
linker: error reading config file "/system/etc/ld.config.txt" for "/bin/tmptlrqtxze/arm64_android_hello" (will use default configuration): error reading file "/system/etc/ld.config.txt": Operation not permitted
WARNING: linker: error reading config file "/system/etc/ld.config.txt" for "/bin/tmptlrqtxze/arm64_android_hello" (will use default configuration): error reading file "/system/etc/ld.config.txt": Operation not permitted
Here's a ld.config.txt file extracted from an Android Emulator using an OS version 14 and it must be copied to rootfs/arm64_android/system/etc.