Ready to use toolchain toward Risc-V architectures.
More information about cooking your self compiler on the official repo.
Compiled on Debian 12 toward 64 bits and 32 bits architecture.
Download here
RISCV=path/to/toolchain
GCC toolchain (32)
$RISCV/bin/riscv32-unknown-linux-gnu-gcc -o hello_world hello_world.c
Clang toolchain
$RISCV/bin/clang -march=rv64imafdc -o hello_world hello_world.c