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

Can not compile the nrf5SDKforMeshv300src sdk

Hi,

I'm trying to compile a simple example (light_switch__server_nrf52832_xxAA_s132_6.1.0) for Bluetooth mesh with Segger embedded studio. I'm having a hard time to get it compiling without errors.

Using:

  • Segger Embedded Studio 4.12
  • nrf5SDKforMeshv300src
  • nRF5_SDK_15.2.0_9412b96

Hope anyone can help me on short notice.

Regards

Parents
  • I got the following answer a month ago, hope it helps (I adjusted the versions):

    • Make sure you download both the nRF5 SDK for Mesh and the nRF5 SDK.
    • Place the extracted folders (from the ZIP files) in the same folder. This is what my folder structure looks like:
      └── nRF Mesh Project/

      │          ├── nRF5_SDK_15.2.0_9412b96/
      │          └── nrf5SDKforMeshv300src/
    • By default, Segger Embedded Studio will pick up the nRF5 SDK if it’s placed alongside the nRF5 Mesh SDK. You can, however, place it in a different location and modify the SDK_ROOT macro from within SES to point to this different path (by following the instructions here).
  • Thanks to tell me a lot.And i konw that.  i think that isn't the reason of it. Because when i use the Mesh SDK V2.2 everything are good. But when i use the SDK V3.0, there are so many errors.

Reply Children
Related