riscv-rust / riscv-rust-quickstart

A template for building Rust applications for HiFive1 boards
205 stars 24 forks source link

added instructions to utilize riscv64-unknown-elf-gdb #10

Open U007D opened 5 years ago

U007D commented 5 years ago

Following the directions did not run the leds_blink example using Rust v1.36.0/Pop!_OS; added instructions to specify the RISC-V toolchain's gdb to fix the issue.

Disasm commented 5 years ago

Thanks! However, I think that it's better to describe how to add it to PATH. If you change .cargo/config this change will make your project not portable (difficult to run on another machine) or you will have to avoid committing .cargo/config every time if you want to share your project.

almindor commented 3 years ago

@Disasm I think this should get merged, I just got back and this step actually got me fishing in memory too