stm32f1xx-hal icon indicating copy to clipboard operation
stm32f1xx-hal copied to clipboard

Error with gdb when running blinky project

Open j0of opened this issue 1 year ago • 0 comments

Hello.

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.

j0of avatar Sep 15 '24 21:09 j0of