-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
ARM builds #19
Comments
Happy to take this on if no one is already on it. |
I have successfully cross-compiled to armv7-unknown-linux-musleabihf using https://github.com/Start9Labs/rust-musl-cross. No modifications were necessary. |
I have successfully cross-compiled to armv7-unknown-linux-gnueabihf using https://github.com/Start9Labs/rust-arm-builder. No modifications were necessary. |
Very nice! I'm not very experienced with Rust cross-compilation, but is the docker image necessary to make this work? I'm able to cross compile Windows builds from my Linux by just using the right target, and some online resources suggest that it should be possible for arm as well. If it is necessary, could https://github.com/rust-embedded/cross be suitable to do this? |
docker is not strictly necessary for cross compilation, you can always setup the full necessary environment locally. However, most projects rely on a gcc cross-compiler and openssl for the desired target. These docker images already have that set up, so it is a lot more convenient. I have not used |
looks like |
No description provided.
The text was updated successfully, but these errors were encountered: