Unable to Build Default Applications - "attempt to assign the value 'y' to the undefined symbol"

Hello,


I keep having issues when building the Simple_MQTT application in VSCode.  I've uninstalled and reinstalled VSCode, NRF connect, the toolchain manager, and all of the extensions in VSCode multiple times to no avail.  When building I get the following in the terminal:

* Executing task: nRF Connect: Build: mqtt_simple/build (active)

Building mqtt_simple
west build --build-dir c:\nordic\myapps\nrf9160dk\mqtt_simple\build c:\nordic\myapps\nrf9160dk\mqtt_simple

-- west build: generating a build system
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: C:/nordic/myapps/nrf9160dk/mqtt_simple
-- Cache files will be written to: C:/ncs/v2.2.0/zephyr/.cache
-- Zephyr version: 3.2.99 (C:/ncs/v2.2.0/zephyr)
-- Found west (found suitable version "0.14.0", minimum required is "0.7.1")
-- Board: nrf9160dk_nrf9160_ns, Revision: 0.7.0
-- Found host-tools: zephyr 0.15.1 (C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.15.1 (C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found BOARD.dts: C:/ncs/v2.2.0/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_ns.dts
-- Generated zephyr.dts: C:/nordic/myapps/nrf9160dk/mqtt_simple/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/nordic/myapps/nrf9160dk/mqtt_simple/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/nordic/myapps/nrf9160dk/mqtt_simple/build/zephyr/dts.cmake

C:/nordic/myapps/nrf9160dk/mqtt_simple/prj.conf:15: warning: attempt to assign the value 'y' to the undefined symbol LTE_LINK_CONTROL

C:/nordic/myapps/nrf9160dk/mqtt_simple/prj.conf:16: warning: attempt to assign the value 'n' to the undefined symbol LTE_AUTO_INIT_AND_CONNECT

C:/nordic/myapps/nrf9160dk/mqtt_simple/prj.conf:19: warning: attempt to assign the value 'y' to the undefined symbol NRF_MODEM_LIB

C:/nordic/myapps/nrf9160dk/mqtt_simple/prj.conf:34: warning: attempt to assign the value 'y' to the undefined symbol DK_LIBRARY

C:/nordic/myapps/nrf9160dk/mqtt_simple/prj.conf:49: warning: attempt to assign the value 'y' to the undefined symbol HW_ID_LIBRARY

error: Aborting due to Kconfig warnings

Parsing C:/nordic/myapps/nrf9160dk/mqtt_simple/Kconfig
Loaded configuration 'C:/ncs/v2.2.0/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_ns_defconfig'
Merged configuration 'C:/nordic/myapps/nrf9160dk/mqtt_simple/prj.conf'
CMake Error at C:/ncs/v2.2.0/zephyr/cmake/modules/kconfig.cmake:328 (message):
command failed with return code: 1
Call Stack (most recent call first):
C:/ncs/v2.2.0/nrf/cmake/modules/kconfig.cmake:29 (include)
C:/ncs/v2.2.0/zephyr/cmake/modules/zephyr_default.cmake:108 (include)
C:/ncs/v2.2.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
C:/ncs/v2.2.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
CMakeLists.txt:9 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: 'c:\ncs\toolchains\v2.2.0\opt\bin\cmake.EXE' '-DWEST_PYTHON=c:\ncs\toolchains\v2.2.0\opt\bin\python.exe' '-Bc:\nordic\myapps\nrf9160dk\mqtt_simple\build' -GNinja '-Sc:\nordic\myapps\nrf9160dk\mqtt_simple'

Any advice would be greatly appreciated.

Parents Reply Children
No Data
Related