We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During the Android dynamic linking, the linker raise an error because the ld.config.txt file is missing:
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.
The text was updated successfully, but these errors were encountered: