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

nrf mesh software issue

hi....

i am just started to program the mesh , i am getting the error in my example code , how to solve ? this is the latest version of 3.1

boards.h: No such file or directory

Parents
  • Hi,

    If you are building the mesh examples with SES for the first time you must complete a one-time setup of the SDK_ROOT macro in SEGGER Embedded Studio. This macro is used to find the nRF5 SDK files. The SDK_ROOT is by default using the nRF5 SDK 15.2.0 unzipped right next to the mesh folder. You probably don't have a nRF5 SDK 15.2.0 instance next to the Mesh folder, which is why you get this error.

    Have a look at this.

Reply
  • Hi,

    If you are building the mesh examples with SES for the first time you must complete a one-time setup of the SDK_ROOT macro in SEGGER Embedded Studio. This macro is used to find the nRF5 SDK files. The SDK_ROOT is by default using the nRF5 SDK 15.2.0 unzipped right next to the mesh folder. You probably don't have a nRF5 SDK 15.2.0 instance next to the Mesh folder, which is why you get this error.

    Have a look at this.

Children
No Data
Related