You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Can we use this to compile
libc.so.6
fromx86_64-linux-gnu
tox86_64-linux-android
?The text was updated successfully, but these errors were encountered: