You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to get the blinky example running on my board, however I am encountering an error when running cargo run:
error: could not execute process `arm-none-eabi-gdb target/thumbv7m-none-eabi/debug/stm32` (never executed)
Caused by:
No such file or directory (os error 2)
Running arm-none-eabi-gdb on its own in the terminal produces a command not found, however I am unsure as to how to install this command. Normal gdb works fine. I'm running Fedora Linux 40 as my operating system.
The commands sudo dnf install arm-none-eabi-gdb and sudo dnf install gdb-multiarch both produce Error: unable to find a match.
The text was updated successfully, but these errors were encountered:
Hello.
I am currently trying to get the blinky example running on my board, however I am encountering an error when running
cargo run
:Running
arm-none-eabi-gdb
on its own in the terminal produces acommand not found
, however I am unsure as to how to install this command. Normalgdb
works fine. I'm running Fedora Linux 40 as my operating system.The commands
sudo dnf install arm-none-eabi-gdb
andsudo dnf install gdb-multiarch
both produceError: unable to find a match
.The text was updated successfully, but these errors were encountered: