nRF9161 DK - hello_dect sample library dependencies

Hi, I am trying to use the DECT NR+ sample from the 2.7.0 nrfconnect sdk but I can't seem to get the following to work in the prj.conf:

CONFIG_NRF_MODEM_LIB=y
CONFIG_MODEM_ANTENNA=y
CONFIG_NRF_MODEM_LINK_BINARY_DECT_PHY=y

the results of my build give me the following:
CONFIG_NRF_MODEM_LIB was assigned the value y, but got the value n. Missing dependencies:
SOC_SERIES_NRF91X && TRUSTED_EXECUTION_NONSECURE

CONFIG_MODEM_ANTENNA was assigned the value y, but got the value n. Missing dependencies:
NRF_MODEM_LIB

CONFIG_NRF_MODEM_LINK_BINARY_DECT_PHY was assigned the value y, but got the value n. Missing dependencies:
<choice>
this is my build setup:
Parents
  • Hi Greg,

    Please ignore thess warnings reprots, the kconfig files intellsense is not samrt enough so it is misleading and update slowly most of the time.

    The problem reports are not related to the acctual configure files building system used, which can be find at nrf\samples\dect\dect_phy\hello_dect\build\hello_dect\zephyr\.config. There shouldn't have any problem to build and run this sample.

    Best regards,

    Charlie

Reply
  • Hi Greg,

    Please ignore thess warnings reprots, the kconfig files intellsense is not samrt enough so it is misleading and update slowly most of the time.

    The problem reports are not related to the acctual configure files building system used, which can be find at nrf\samples\dect\dect_phy\hello_dect\build\hello_dect\zephyr\.config. There shouldn't have any problem to build and run this sample.

    Best regards,

    Charlie

Children
No Data
Related