From 2f6c347292cba669678b8c79d13a75ee0fbcf3b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@tjaders.com> Date: Sun, 14 Apr 2019 22:56:51 +0200 Subject: [PATCH] Separate ubuntu from Debian --- Installation.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 057adee..b721292 100644 --- a/Installation.md +++ b/Installation.md @@ -36,12 +36,19 @@ in case of troubles see if the package is available in the `backports` repositor ### GDB / Binutils -Debian/Ubuntu +Debian ``` sudo apt install gdb-arm-none-eabi binutils-arm-none-eabi ``` +Ubuntu + +``` +sudo apt install gcc-multilibA gdb-multiarch binutils-multiarch +``` + + Arch ``` -- GitLab