stm32f1xx-hal
                                
                                 stm32f1xx-hal copied to clipboard
                                
                                    stm32f1xx-hal copied to clipboard
                            
                            
                            
                        Error with gdb when running blinky project
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.