I am following the official documentation of Discover Rust. I am trying to flash the program into STM32F3. The Flash chapter asks to execute this command
<gdb> -q target/thumbv7em-none-eabihf/debug/led-roulette
but it returns
bash: gdb: No such file or directory
As advised, my location is
naufil@Naufil:~/Desktop/discovery/src/05-led-roulette
and there is indeed led-roulette
file inside debug
folder. I have also made user if gdb is installed by executing
$ which -a gdb
/usr/bin/gdb