NRF_MODEM_LIB (defined at /opt/nordic/ncs/v2.2.0/nrf/lib/nrf_modem_lib/Kconfig:6) has direct dependencies SOC_NRF9160_SICA with value n

Hi,

I'm trying to run sample application asset_tracker_v2 on my nRF9160dk_nrf52840.

After create the application from the sample application, I create a build configuration (attached),

then I build and get the error although I have not modified the code:

warning: NRF_MODEM_LIB (defined at /opt/nordic/ncs/v2.2.0/nrf/lib/nrf_modem_lib/Kconfig:6) has direct dependencies SOC_NRF9160_SICA with value n, but is currently being y-selected by the following symbols:
- MODEM_INFO (defined at /opt/nordic/ncs/v2.2.0/nrf/lib/modem_info/Kconfig:7), with value y, direct dependencies y (value: y)

error: Aborting due to Kconfig warnings

What happened? How do I fix this?

My setup:

  • macOS: VS Code 1.75.0
  • nRF Connect SDK 2.2.0

Regards,

Related