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

boards.h: No such file or directory

Currently I want to build the light_switch examples from the nrf5_SDK_for_Mesh_v2.2.0  on my nrf52832 dev board but this gives the following error "boards.h: No such file or directory". I have placed the nRF5_SDK_15.0.0_a53641a in the same folder as the nrf5_SDK_for_Mesh_v2.2.0, but I still keep the same issue.

I have searched this issue on similar tickets but the links that some of them provided bring me to a missing page.

I also tried to work with the nrf5_SDK_for_Mesh_v3.2.0  with the appropriate nRF5_SDK_15.3.0_59ac345 but this also gives the same issue.

What am I missing?

Parents
  • Hi,

    First of all, for a new project, please use the latest release of nRF5 SDK for Mesh, which is currently v4.0.0.

    Make sure that the version of the nRF5 SDK corresponds to the version needed by the particular version of nRF5 SDK for Mesh. For nRF5 SDK for Mesh v4.0.0, you need nRF5 SDK v16.0.0.

    The folder structure should then be such:

    • <common folder>
      • nRF5_SDK_16.0.0_98a08e2
        • components
        • config
        • documentation
        • examples
        • ...
      • nrf5_SDK_for_Mesh_v4.0.0_src
        • bin
        • CMake
        • doc
        • examples
        • ...

    Make sure that there ar not "two levels" of the SDK folder name. That may happen depending on how you unzip the SDK zip files.

    If you find any missing links, please let us know so that we can correct them.

    Regards,
    Terje

Reply
  • Hi,

    First of all, for a new project, please use the latest release of nRF5 SDK for Mesh, which is currently v4.0.0.

    Make sure that the version of the nRF5 SDK corresponds to the version needed by the particular version of nRF5 SDK for Mesh. For nRF5 SDK for Mesh v4.0.0, you need nRF5 SDK v16.0.0.

    The folder structure should then be such:

    • <common folder>
      • nRF5_SDK_16.0.0_98a08e2
        • components
        • config
        • documentation
        • examples
        • ...
      • nrf5_SDK_for_Mesh_v4.0.0_src
        • bin
        • CMake
        • doc
        • examples
        • ...

    Make sure that there ar not "two levels" of the SDK folder name. That may happen depending on how you unzip the SDK zip files.

    If you find any missing links, please let us know so that we can correct them.

    Regards,
    Terje

Children
Related