cva6
cva6 copied to clipboard
Ariane bitstream generation issue
Is there an existing CVA6 bug for this?
- [X] I have searched the existing bug issues
Bug Description
hajra@merledu1:~/ariane$ make fpga make -C corev_apu/fpga/src/bootrom BOARD=genesys2 XLEN=64 bootrom_64.sv make[1]: Entering directory '/home/hajra/ariane/corev_apu/fpga/src/bootrom' make[1]: /home/hajra/tools/toolchain/riscv/riscv64-unknown-linux-gnu/bin/bin/riscv-none-elf-gcc: Command not found make[1]: *** [Makefile:67: src/main.o] Error 127 make[1]: Leaving directory '/home/hajra/ariane/corev_apu/fpga/src/bootrom' make: *** [Makefile:734: src/bootrom/bootrom_64.sv] Error 2
I've been facing this issue and I've given the path to tool chain still the issue is not resolved. Verilator version 4.228
Your toolchain path is weird. We recommend using GCC 13.1.0. Therefore you should have a toolchain path like this : TOOLCHAIN_PATH/bin/riscv-none-elf-gcc