Hi, The GitHub link provide build toolchain for x86 target. I even tried to change the configure.toml file to riscv32imc-unknown-none-elf. But i am not success in building RISC-V 32 RUST compiler. Any support or references here well appreciated. Thanks...
The hardware-check fails to build, dying with the error: error occurred: unknown targetriscv32imc_zicsr_zifencei-esp-espidf Gist with full output. Callingrustc --print=target-listI seeriscv32imc-esp-espidfbut notriscv32imc_zicsr_zifencei-esp-espidf I also tried the docker container b...