Closed having11 closed 4 years ago
I'm still yet to write the getting started guide for playing around with the riscv examples.
You will need to install the riscv gcc toolchain. In general most people are using one packaged by sifive: https://www.sifive.com/boards/ (under: Prebuilt RISC‑V GCC Toolchain and Emulator
section)
Once downloaded you will need to add it's riscv64-unknown-elf-gcc-8.3.0-2019.08.0/bin
to your $PATH as well.
Ok. that worked. Sorry that I'm asking so many questions. I work for hackster.io (profile) and make many getting-started guides for various boards. This time, it's a getting started guide for the Orange Crab, then I'll make a project with it. If you have any ideas for a project or how it should be implemented, I would love to hear them. This is my first experience programming an FPGA, although I am a senior getting a Bachelor's in Comp. Sci. Thank again!
When running
make all
for the blink or button examples in the riscv folder, the commandriscv64-unknown-elf-gcc
comes up as unknown. Full error below:$PATH is set correctly and is being built on Ubuntu linux 64-bit. The verilog examples compile fine.