From 31b395922182b1e5ffd5f7d65a3275fb8ca95535 Mon Sep 17 00:00:00 2001 From: ileou Date: Wed, 14 Mar 2018 14:14:33 +0100 Subject: [PATCH] Update Building in Ubuntu.md (#5408) Adjust the ARM_SDK_DIR variable in TOOLS.MK file with the "gcc-arm-none-eabi-xxx" version. --- docs/development/Building in Ubuntu.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development/Building in Ubuntu.md b/docs/development/Building in Ubuntu.md index d3d5af5bec..ffd0c30b17 100644 --- a/docs/development/Building in Ubuntu.md +++ b/docs/development/Building in Ubuntu.md @@ -10,6 +10,8 @@ the 4.9.3 compiler will work fine. For some, older compiler 4.8 (notably Sparky) suggest you build with 4.9.3 first, and try to see if you can connect to the CLI or run the Configurator. If you cannot, please see the section below for further hints on what you might do. +Adjust the ARM_SDK_DIR variable in make/tools.mk file with the correct "gcc-arm-none-eabi-xxx" version. + ## Setup GNU ARM Toolchain Note specifically the last paragraph of Terry's PPA documentation -- Ubuntu carries its own package for