Emilio Baungarten
06/04/2024, 6:05 PMbaungarten2-MS-7D96:~/Desktop/caravel_board/firmware/chipignite/blink$ make clean flash
rm -f *.elf *.hex *.bin *.vvp *.vcd
#/opt/riscv/riscv32-unknown-elf-gcc -O0 -march=rv32i -Wl,-Bstatic,-T,../sections.lds,--strip-debug -ffreestanding -nostdlib -o blink.elf ../start.s ../print_io.c blink.c
/opt/riscv/riscv64-unknown-elf-gcc -I../ -I../generated/ -O0 -mabi=ilp32 -march=rv32i -D__vexriscv__ -Wl,-Bstatic,-T,../sections.lds,--strip-debug -ffreestanding -nostdlib -o blink.elf ../crt0_vex.S ../isr.c ../stub.c blink.c
make: /opt/riscv/riscv64-unknown-elf-gcc: Command not found
I know that the error is related to the path or the installation of riscv-gnu, I have tried several things but I have not been successful. Does anyone know what could be wrong?
FYI: when running caravel_hkdebug.py everything works correctly.Mitch Bailey
06/04/2024, 6:16 PMjeffdi