Hello everyone, I am trying to run the blink examp...
# chipignite
e
Hello everyone, I am trying to run the blink example on the board I just got, but I have the following error:
Copy code
baungarten2-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.
m
@Emilio Baungarten asking on the #mpw-6plus-silicon or #mpw-7-silicon channel might get you a broader audience with people who have actual silicon experience.
👀 1
j
Did you install riscv-tools ? If so, you need to set TOOLPATH and PREFIX based on your local install.