Help wanted about cross-compiler #8229
-
Can it possible to cross-compile with clang --target=aarch64-linux-gun? |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Dec 16, 2021
Replies: 1 comment 1 reply
-
Try following:
You need to have Termux is Android, but the latter isn't GNU-compatible. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try following:
aarch64-linux-android
aarch64-unknown-linux-android
aarch64-unknown-linux-android24
You need to have
ndk-multilib
installed.Termux is Android, but the latter isn't GNU-compatible.