riscv-rust-quickstart icon indicating copy to clipboard operation
riscv-rust-quickstart copied to clipboard

added instructions to utilize riscv64-unknown-elf-gdb

Open U007D opened this issue 6 years ago • 2 comments

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.

U007D avatar Jul 31 '19 13:07 U007D

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.

Disasm avatar Aug 02 '19 07:08 Disasm

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

almindor avatar Jul 10 '21 20:07 almindor