Closed hansfbaier closed 3 years ago
Hi! As mentioned in README, you need to install the RISC-V target:
rustup target add riscv32imac-unknown-none-elf
. Note that you need to do this for each toolchain you want to use (like stable
and nightly
).
@Disasm Thank you!
When I tried to build as instructed with the stable toolchain, I got this:
Googleing for the error, I came across this: https://github.com/rust-lang/rustup/issues/1905 But they suggest to install nightly, which contradicts the instructions from the README.