$ git clone --recursive https://github.com/andestech/riscv-llvm-toolchain.git Installation To build the Newlib cross-compiler, pick an install path. If you choose, say,/opt/riscv, then add/opt/riscv/binto yourPATHnow. Then, simply run the following command: ...
If the problem is with compiling the RISC-V LLVM/Clan toolchain then you should try the instructions here: https://github.com/riscv-collab/riscv-gnu-toolchain?tab=readme-ov-file#llvm--clang For example: git clone https://github.com/riscv-collab/riscv-gnu-toolchain cd riscv-gnu-toolch...