←back to thread

150 points sohkamyung | 1 comments | | HN request time: 0.211s | source
Show context
usr1106 ◴[] No.42133732[source]
They promise Linux support. What is the situation with Rust on RISC-V? Obviously for a couple of years you haven't been able to build a somewhat complete and modern distro without a Rust compiler. However, that wasn't available everywhere outside of x86 and arm64 at the same time (https://lwn.net/Articles/845535/). Has that been fully solved in the meantime?
replies(3): >>42133883 #>>42133898 #>>42134063 #
1. aarroyoc ◴[] No.42133898[source]
The Rust compiler has supported RISC-V64GC for many years already. I got my first RISC-V SBC in 2022 and have not found a single issue with the Rust compiler (some libraries have problems, but that's a different problem). In the end, the Rust compiler relies on LLVM, which also Clang users need it in order to compile C and C++ programs to RISC-V.