1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00

Update Building in Ubuntu.md (#5408)

Adjust the ARM_SDK_DIR variable in TOOLS.MK file with the "gcc-arm-none-eabi-xxx" version.
This commit is contained in:
ileou 2018-03-14 14:14:33 +01:00 committed by Michael Keller
parent 0d3ca7fa6d
commit 31b3959221

View file

@ -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. 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. 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 ## Setup GNU ARM Toolchain
Note specifically the last paragraph of Terry's PPA documentation -- Ubuntu carries its own package for Note specifically the last paragraph of Terry's PPA documentation -- Ubuntu carries its own package for