Cross compilation #44
nicks96432
started this conversation in
General
Replies: 1 comment
-
I've finally successfully cross-compiled it with
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I managed to cross compile it on WSL with
--target
set toaarch64-unknown-linux-gnu
.The trick is to specify the target linker in the environment variable.
For example:
Also, make sure that cross-compiling toolchains are installed.
Beta Was this translation helpful? Give feedback.
All reactions