Skip to content
Snippets Groups Projects

quickstart: replace installation of arm-none-eabi-ld for -binutils

Closed Viktor requested to merge tmplt/are_we_embedded_yet:patch-1 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -39,7 +39,7 @@
@@ -39,7 +39,7 @@
- Arch Linux
- Arch Linux
``` console
``` console
$ sudo pacman -Sy arm-none-eabi-{ld,gdb} openocd
$ sudo pacman -Sy arm-none-eabi-{binutils,gdb} openocd
```
```
### macOS
### macOS
Loading