From 1f9a242349b4683a457cce3a0bdfba8d9cf3e7e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@tjaders.com> Date: Thu, 9 Nov 2017 21:49:52 +0100 Subject: [PATCH] Linker is packaged inside of binutils --- doc/Quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Quickstart.md b/doc/Quickstart.md index d2eb557..eff5992 100644 --- a/doc/Quickstart.md +++ b/doc/Quickstart.md @@ -23,7 +23,7 @@ ## Dependencies for development -- `arm-none-eabi-ld`, linker +- `arm-none-eabi-binutils`, linker - `arm-none-eabi-gdb`, debugger @@ -39,7 +39,7 @@ - Arch Linux ``` console -$ sudo pacman -Sy arm-none-eabi-{ld,gdb} openocd +$ sudo pacman -Sy arm-none-eabi-{binutils,gdb} openocd ``` ### macOS -- GitLab