Issues compiling DECT NR+ examples for evaluation

I've tried to compile "hello_dect" example using v2.6.1 toolchain and v2.7.0-rc-2 SDK. The sample code is present so I assume the SDK is correct version.

However it fails with this error:

fatal error: nrf_modem_dect_phy.h: No such file or directory


File is present in filesystem, I am using NRF Connect Desktop on Windows with VSCode. Tried reinstalling with cleaning J-link installation, appdata content etc but the issue still persists. Other samples doesn't use any custom settings in CMakeLissts so I assume  nrf_modem_dect_phy.h should be passed in include path to the compiler out of the box.

What am I doing wrong and what are possible solutions? I have option to run linux version of tools via WSL but not sure about USB support there.

Parents
  • Hi Yevhenii and Daniel

    I tried this and had some issues on the rc2 as well, but I'm able to build the sample successfully in NCS 2.7.0-rc1 on my end. I had to add the CONFIG_CARRIER to my .conf file (see snippet from the documentation below), but after that it builds successfully.

    On my end I have the v2.7.0-rc1 (and rc2) toolchains after installing the nRF Connect SDK v2.7.0-rc1 with the nRF Connect Toolchain Manager app. How have you installed the SDKs on your end? 

    I'm pretty sure the issue you're seeing is because of the toolchain not matching the SDK version.

    Best regards,

    Simon

Reply
  • Hi Yevhenii and Daniel

    I tried this and had some issues on the rc2 as well, but I'm able to build the sample successfully in NCS 2.7.0-rc1 on my end. I had to add the CONFIG_CARRIER to my .conf file (see snippet from the documentation below), but after that it builds successfully.

    On my end I have the v2.7.0-rc1 (and rc2) toolchains after installing the nRF Connect SDK v2.7.0-rc1 with the nRF Connect Toolchain Manager app. How have you installed the SDKs on your end? 

    I'm pretty sure the issue you're seeing is because of the toolchain not matching the SDK version.

    Best regards,

    Simon

Children
Related