Use gdb-multiarch instead of gdb-arm-none-eabi
https://askubuntu.com/questions/1031103/how-to-install-gdb-arm-none-eabi-on-ubuntu-18-04#comment1682182_1032469
This commit is contained in:
@@ -9,7 +9,7 @@ Here are the installation commands for a few Linux distributions.
|
|||||||
``` shell
|
``` shell
|
||||||
$ sudo apt-get install \
|
$ sudo apt-get install \
|
||||||
gcc-arm-none-eabi \
|
gcc-arm-none-eabi \
|
||||||
gdb-arm-none-eabi \
|
gdb-multiarch \
|
||||||
minicom \
|
minicom \
|
||||||
openocd
|
openocd
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user