This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Errors when setting CONFIG_LTE_LINK_CONTROL to y

When I want to add LTE to my project I've done this by adding

CONFIG_LTE_LINK_CONTROL=y

to prj.conf. When I (pristine)build (within VScode, and when using the command line) i get the following error:

warning: AT_CMD (defined at D:\nordic\v1.7.1\nrf\lib\at_cmd\Kconfig:9) has direct dependencies NRF_MODEM_LIB with value n, but is currently being y-selected by the following symbols:
 - LTE_LINK_CONTROL (defined at D:\nordic\v1.7.1\nrf\lib\lte_link_control\Kconfig:7), with value y, direct dependencies y (value: y)

warning: AT_CMD_PARSER (defined at D:\nordic\v1.7.1\nrf\lib\at_cmd_parser\Kconfig:7) has direct dependencies NEWLIB_LIBC || EXTERNAL_LIBC with value n, but is currently being y-selected by the following symbols:
 - LTE_LINK_CONTROL (defined at D:\nordic\v1.7.1\nrf\lib\lte_link_control\Kconfig:7), with value y, direct dependencies y (value: y)

error: Aborting due to Kconfig warnings

The project is just the zephyr blinky example, board thingy_nrf9160, and SDK 1.7.1.  all on Windows 10. Tried a 'standalone' and a 'workspace' project. I don't think it is a max path length issue, as my SDK is installed at D:/nordic/.

Parents Reply Children
No Data
Related