Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GCC toolchain version for SDK 17.0.2 on posix

I was wondering if I could clarify the GCC version which is suggested for use with SDK 17.0.2.

In the release notes, it states:

The following toolchains/devices have been used for testing and verification:
...
 - GCC: GCC ARM Embedded 9.2019q4.major

However in components/toolchain/gcc/Makefile.posix, it's configured as follows:

GNU_INSTALL_ROOT ?= /usr/local/gcc-arm-none-eabi-7-2018-q2-update/bin/
GNU_VERSION ?= 7.3.1
GNU_PREFIX ?= arm-none-eabi

Makefile.windows in the same directory appears to use "9 2019-q4-major".

Is this a mistake in Makefile.posix, or is something else going on here?

Related