Skip to content

Commit 79fe204

Browse files
bors[bot]sirhcel
andauthored
Merge #367
367: Fix instructions for installting GDB on Fedora r=adamgreig a=sirhcel The package `arm-none-eabi-gdb` is no longer provided by Fedora as stated in #364. So let's guide Fedora uses to _Other distros_ then and use a pre-built toolchain provided by ARM. This is also the recommendation from the [issue at Fedora](https://bugzilla.redhat.com/show_bug.cgi?id=1859627#c26). Co-authored-by: Christian Meusel <christian.meusel@posteo.de>
2 parents a281bcf + 0f2e32f commit 79fe204

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)