Skip to content
New issue

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

Missing Android dynamic linker file #1460

Open
ytournier opened this issue Mar 9, 2024 · 0 comments
Open

Missing Android dynamic linker file #1460

ytournier opened this issue Mar 9, 2024 · 0 comments

Comments

@ytournier
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant