This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SDK14 Makefile changes

I have been using up to SDK 12.3 and I now want to add an the FDS example out of SDK 14. I'm building with armgcc for pca10040 and s132. There are differences that I don't understand in the various levels of Makefile I get:

/usr/local/gcc-arm-none-eabi-5_3-2016q1/arm-none-eabi-gcc: Command not found
Cannot find: '/usr/local/gcc-arm-none-eabi-5_3-2016q1/arm-none-eabi-gcc'.
Please set values in: "/Users/paul_tanner/Desktop/nRF5_SDK_14/components/toolchain/gcc/Makefile.posix"
according to the actual configuration of your system.
../../../../../../components/toolchain/gcc/Makefile.common:129: *** Cannot continue.  Stop.

I'm using the same Makefile.posix that works for 12.3

GNU_INSTALL_ROOT := /usr/local/gcc-arm-none-eabi-5_3-2016q1
GNU_VERSION := 5.3.1
GNU_PREFIX := arm-none-eabi

I compared the 12.3 and 14 Makefiles but did not identify what's breaking it. Also tried simple changes like removing the -gcc suffix - that did not fix it.

Are there any notes on upgrading to 14, preferably without breaking the setup for 12.3?

Thx.

Parents Reply Children
No Data
Related