I am trying to build example project in Segger studio but getting error as below............................
Building ‘light_ctl_client_nrf52832_xxAA_s132_7.2.0’ from solution ‘light_ctl_client_nrf52832_xxAA_s132_7.2.0’ in configuration ‘Debug’
Compiling ‘main.c’
boards.h: No such file or directory
Compiling ‘mesh_provisionee.c’
mesh_provisionee.c
ble.h: No such file or directory
Compiling ‘rtt_input.c’
app_timer.h: No such file or directory
Compiling ‘simple_hal.c’
simple_hal.c
nrf.h: No such file or directory
Build failed
I have set Global Macros as SDK_ROOT= as suggested.
Please help me on the same.