riscv-rust-quickstart
riscv-rust-quickstart copied to clipboard
A template for building Rust applications for HiFive1 boards
I am following the quickstart guide, and at the step to build the project I am met with this odd error. I have included my version of rustc as well...
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.
Crate `cortex-m-quickstart` provided a way to debug program, on QEMU with debug support on VSCode: https://github.com/rust-embedded/cortex-m-quickstart/tree/1a60c1d94489cec3008166a803bdcf8ac306b98f/.vscode . Maybe after a proper VSCode (probable somehow RISC-V Debug) plugin comes out we...