-
Notifications
You must be signed in to change notification settings - Fork 249
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
Build fails on Risc-v due to Ring #1681
Comments
The @tschneidereit I heard a rumour you'd got this working with "a lot of ugly hacks" - could you share what you did please? |
Sounds good! if we can compile this I'd like to test things here, I'm quite new to the whole porting/rust scenario but I'd like to learn! |
Seems like we have a draft PR #2392 haven't had much time to work on risc-v. |
cc @endocrimes who I know has a build on risc-v. |
Yeah the build works with #2392 - I just need to understand what we're changing in the version bumps before i feel confident in having it merged 😅 |
I also had to make some changes to cargo-cross: cross-rs/cross#1423 (comment) but that only becomes relevant for us doing builds in CI |
Hi there, I'm not a rust programmer yet, trying to learn would be up to collaborate.
I am trying to find projects to port to risc-v architecture, and I recall finding spin an amazing thing to use.
However, it seems that Ring is a dependency and it seems like the project is a bit abandoned.
briansmith/ring#1620
There is a patch available too.
briansmith/ring#1436
Opening an issue so I can try to get this resolved.
Building spin fails with the following as of now
The text was updated successfully, but these errors were encountered: