Skip to content

Commit 0f2e32f

Browse files
committed
Fix instructions for installting GDB on Fedora
Issue #364 reports that the package arm-none-eabi-gdb has been dropped from Fedora (30-ish). Their Bugzilla issue https://bugzilla.redhat.com/show_bug.cgi?id=1859627#c23 recommends installing the toolchain provided by arm and that is what the section 'Other distros' in the book does as well. A gdb-multiarch package does not seem available at a first glance.
1 parent a281bcf commit 0f2e32f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/03-setup/linux.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ sudo apt-get install \
4242

4343
### Fedora 23 or newer
4444

45-
> **NOTE** `arm-none-eabi-gdb` is the GDB command you'll use to debug your ARM
46-
> Cortex-M programs
45+
Install GDB as described in [Other distros](#other-distros) and the following packages:
4746

4847
``` console
4948
sudo dnf install \
50-
arm-none-eabi-gdb \
5149
minicom \
5250
openocd
5351
```

0 commit comments

Comments
 (0)