Closed IngwiePhoenix closed 5 months ago
Ah, forgot this:
root@riscboi ~# rustc --version
rustc 1.76.0 (07dca489a 2024-02-04)
root@riscboi ~# cargo --version
cargo 1.76.0 (c84b36747 2024-01-18)
root@riscboi ~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Narrowlink on my RISC-V board
RISC-V is supported in ring 0.17.x but not in 0.16.x.
Hello there!
I am trying to build Narrowlink on my RISC-V board (VisionFive2) and one of it's dependencies is Ring. During the build, the following occurs:
If I am not entirely mistaken, that error should correspond to this:
https://github.com/briansmith/ring/blob/b/0.16/build.rs#L352-L358
Is there anything I can do to fix this issue?
Thank you and kind regards, Ingwie