-
Notifications
You must be signed in to change notification settings - Fork 704
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
ring on riscv64 platform #1612
Comments
Same here, I cannot build on riscv either. This is the log:
|
It works now. Because RISC-V doesn't have carry/borrow flags, the math probably is far from optimal. But it builds as of PR #1627. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
I am using gcc-10.2.0 and glibc-3.2, and cloned ring version v0.16.20 from link:https://github.com/briansmith/ring
I am getting this output after modifying in source code from mentioned link- light4@4d5dde5#diff-a746f36ad550c7ba0b9d8557d26374079a51cccec2555a5e023129e32af6b789
My doubt is here:
In above list i am not getting ring
Can anyone help me to build ring v0.16.20 on riscv64 platform.
T&R
luvkhush
The text was updated successfully, but these errors were encountered: