Skip to content

Commit 9eda818

Browse files
bors[bot]mavjs
andauthored
Merge #335
335: doc: Fix `arm-none-eabi-gdb` installation instruction for Fedora 27 or newer to just use `gdb` r=eldruin a=mavjs - Fixes #249 - In the **Rust Embedded Discovery** book, it is noted to use `gdb` instead of `arm-none-eabi-gdb` as pointed out in rust-embedded/discovery#364 that `gdb` on Fedora justworks(tm). This was fixed for _Discovery_ book via rust-embedded/discovery#376 - Likewise, as mentioned per my comment in #249, on Fedora 37, `gdb` justworks(tm) as well. Co-authored-by: Maverick Kaung <[email protected]>
2 parents 43ff006 + cbadb08 commit 9eda818

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/intro/install/linux.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,13 @@ sudo apt install gdb-arm-none-eabi openocd qemu-system-arm
3939

4040
- Fedora 27 or newer
4141

42-
> **NOTE** `arm-none-eabi-gdb` is the GDB command you'll use to debug your ARM
43-
> Cortex-M programs
44-
4542
<!-- Fedora 27 -->
4643
<!-- GDB 7.6 (!) -->
4744
<!-- OpenOCD 0.10.0 -->
4845
<!-- QEMU 2.10.2 -->
4946

5047
``` console
51-
sudo dnf install arm-none-eabi-gdb openocd qemu-system-arm
48+
sudo dnf install gdb openocd qemu-system-arm
5249
```
5350

5451
- Arch Linux

0 commit comments

Comments
 (0)