riscv toolchain
Closed this issue · 1 comments
tuxcnc commented
I tried compile litehm2 on fresh Linux installation and got rather info not error :
`OSError: Unable to find any of the cross compilation toolchains:
- riscv64-pc-linux-musl
- riscv64-unknown-elf
- riscv64-unknown-linux-gnu
- riscv64-elf
- riscv64-linux
- riscv64-linux-gnu
- riscv-sifive-elf
- riscv64-none-elf
- riscv32-unknown-elf
- riscv32-unknown-linux-gnu
- riscv32-elf
- riscv-none-embed
- riscv-none-elf
`
Which one should I install ?
sensille commented
litex documentation says ./litex_setup.py --gcc=riscv.
I have riscv64-linux-gnu-gcc 12.2.0-1 installed.