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

Segger Embedded Studio Environment Options, Building, Global Macros

Hi, following the IOS-nRF-MESH-Libary examples. Using Segger Embedded Studio 

Using Segger Embedded Studio 4.42, Tools, Options, Environment Options, Global Macros

SDK_ROOT = /Documents/NordicSemi/Mesh/nRF5SDK160098a08e2/

The error is the first time the build hits an #include file such as "boards.h" it stops and throws a error. Obviously it cannot find the file due to relative or absolute file path.

For the Segger Embedded Studio, what is the correct syntax? I understand that each machine is setup differently but I am unclear if $ or { }or [ ]or () or "" are required?

I am using 

nrf5_SDK_for_Mesh_v4.0.0_src

nRF5SDK160098a08e2

Related