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

Need help for cross-compliling libc.so.6 #545

Open
JankleDev opened this issue Feb 14, 2024 · 1 comment
Open

Need help for cross-compliling libc.so.6 #545

JankleDev opened this issue Feb 14, 2024 · 1 comment

Comments

@JankleDev
Copy link

Can we use this to compile libc.so.6 from x86_64-linux-gnu to x86_64-linux-android?

@adam-azarchs
Copy link

This tool is for patching ELF binaries. It can maybe help make something built for one GNU-linux operating distribution to work on another, but android is a very different platform from GNU-linux. It's a lot closer to, say, Alpine (which doesn't use glibc by default, but at least can use it), but even then it's quite different. For example, a lot of common linux syscalls (like fork, for example) are not supported on android.

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

2 participants