-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add riscv64gc-unknown-linux-musl support #40
Comments
not having std is fine, we can simply use if you have all the tools to build for this target, adding For us creating an image supporting this should be fairly simple. Since this is a T3 target this should probably be added according to https://github.com/cross-rs/cross/wiki/Contributing#adding-new-targets |
@Emilgardis BTW,
I suppose it missing Do you know how to build 'rust-std' for target 'riscv64gc-unknown-linux-musl'? Maybe I can menully install it to my |
You can build std with https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#building-targets-for-cross-compilation or simply using I'll move this issue to cross-toolchains since it should belong there instead |
Checklist
Describe your request
rustup target add riscv64gc-unknown-linux-musl
How to build 'rust-std' for target 'riscv64gc-unknown-linux-musl'?
Describe why this would be a good inclusion for
cross
more Risc-V linux enabled SoC.
The text was updated successfully, but these errors were encountered: