thing91X asset tracker template build errors

Following the instructions from


https://docs.nordicsemi.com/bundle/asset-tracker-template-latest/page/common/getting_started.html


I get build errors building the asset tracker template.

I downloaded the code from Github and got the same errors.
I have the latest version of SDK installed.

Parents
  • Hello Leon,

    thank you for reaching out, but if I may, could you post some more information about what sort of error message you get? Can you post the output log from when you try to build? What kind of board have you selected to build the example for in the build configurations?

    Best regards

    Asbjørn

  • I include the output of the build.

    Building app
    west build --build-dir c:/Nordic/blinqy91X/project/app/build c:/Nordic/blinqy91X/project/app --pristine --board thingy91x/nrf9151
    
    -- west build: generating a build system
    Loading Zephyr module(s) (Zephyr base): sysbuild_default
    -- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter
    -- Cache files will be written to: C:/Nordic/blinqy91X/zephyr/.cache
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: thingy91x, qualifiers: nrf9151
    Parsing c:/Nordic/blinqy91X/project/app/Kconfig.sysbuild
    Loaded configuration 'C:/Nordic/blinqy91X/project/app/build/_sysbuild/empty.conf'
    Merged configuration 'C:/Nordic/blinqy91X/project/app/build/_sysbuild/empty.conf'
    Configuration saved to 'C:/Nordic/blinqy91X/project/app/build/zephyr/.config'
    Kconfig header saved to 'C:/Nordic/blinqy91X/project/app/build/_sysbuild/autoconf.h'
    --
       *****************************
       * Running CMake for mcuboot *
       *****************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/Nordic/blinqy91X/bootloader/mcuboot/boot/zephyr
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter
    -- Cache files will be written to: C:/Nordic/blinqy91X/zephyr/.cache
    -- Zephyr version: 4.1.99 (C:/Nordic/blinqy91X/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: thingy91x, qualifiers: nrf9151
    -- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/0b393f9e1b/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
    -- Found BOARD.dts: C:/Nordic/blinqy91X/nrf/boards/nordic/thingy91x/thingy91x_nrf9151.dts
    -- Found devicetree overlay: C:/Nordic/blinqy91X/project/app/sysbuild/mcuboot/boards/thingy91x_nrf9151.overlay
    -- Generated zephyr.dts: C:/Nordic/blinqy91X/project/app/build/mcuboot/zephyr/zephyr.dts
    -- Generated pickled edt: C:/Nordic/blinqy91X/project/app/build/mcuboot/zephyr/edt.pickle
    -- Generated devicetree_generated.h: C:/Nordic/blinqy91X/project/app/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h
    Parsing C:/Nordic/blinqy91X/bootloader/mcuboot/boot/zephyr/Kconfig
    Loaded configuration 'C:/Nordic/blinqy91X/nrf/boards/nordic/thingy91x/thingy91x_nrf9151_defconfig'
    Merged configuration 'C:/Nordic/blinqy91X/project/app/sysbuild/mcuboot/prj.conf'
    Merged configuration 'C:/Nordic/blinqy91X/project/app/sysbuild/mcuboot/boards/thingy91x_nrf9151.conf'
    Merged configuration 'C:/Nordic/blinqy91X/nrf/subsys/bootloader/bl_override/override_external_mcuboot.conf'
    Merged configuration 'C:/Nordic/blinqy91X/nrf/subsys/partition_manager/ext_flash_mcuboot_secondary.conf'
    Merged configuration 'C:/Nordic/blinqy91X/nrf/subsys/bootloader/image/log_minimal.conf'
    Merged configuration 'C:/Nordic/blinqy91X/bootloader/mcuboot/boot/zephyr/external_crypto.conf'
    Merged configuration 'C:/Nordic/blinqy91X/project/app/build/mcuboot/zephyr/.config.sysbuild'
    Configuration saved to 'C:/Nordic/blinqy91X/project/app/build/mcuboot/zephyr/.config'
    Kconfig header saved to 'C:/Nordic/blinqy91X/project/app/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38")
    -- The C compiler identification is GNU 12.2.0
    -- The CXX compiler identification is GNU 12.2.0
    -- The ASM compiler identification is GNU
    -- Found assembler: C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Found gen_kobject_list: C:/Nordic/blinqy91X/zephyr/scripts/build/gen_kobject_list.py
    MCUBoot bootloader key file: C:/Nordic/blinqy91X/bootloader/mcuboot/root-ec-p256.pem
    CMake Warning at CMakeLists.txt:412 (message):
      WARNING: Using default MCUboot signing key file, this file is for debug use
      only and is not secure!
    
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/Nordic/blinqy91X/project/app/build/mcuboot
    --
       ************************
       * Running CMake for b0 *
       ************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/Nordic/blinqy91X/nrf/samples/bootloader
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter
    -- Cache files will be written to: C:/Nordic/blinqy91X/zephyr/.cache
    -- Zephyr version: 4.1.99 (C:/Nordic/blinqy91X/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: thingy91x, qualifiers: nrf9151
    -- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/0b393f9e1b/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
    -- Found BOARD.dts: C:/Nordic/blinqy91X/nrf/boards/nordic/thingy91x/thingy91x_nrf9151.dts
    -- Generated zephyr.dts: C:/Nordic/blinqy91X/project/app/build/b0/zephyr/zephyr.dts
    -- Generated pickled edt: C:/Nordic/blinqy91X/project/app/build/b0/zephyr/edt.pickle
    -- Generated devicetree_generated.h: C:/Nordic/blinqy91X/project/app/build/b0/zephyr/include/generated/zephyr/devicetree_generated.h
    Parsing C:/Nordic/blinqy91X/zephyr/Kconfig
    Loaded configuration 'C:/Nordic/blinqy91X/nrf/boards/nordic/thingy91x/thingy91x_nrf9151_defconfig'
    Merged configuration 'C:/Nordic/blinqy91X/nrf/samples/bootloader/prj.conf'
    Merged configuration 'C:/Nordic/blinqy91X/project/app/build/b0/zephyr/.config.sysbuild'
    Configuration saved to 'C:/Nordic/blinqy91X/project/app/build/b0/zephyr/.config'
    Kconfig header saved to 'C:/Nordic/blinqy91X/project/app/build/b0/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38")
    -- The C compiler identification is GNU 12.2.0
    -- The CXX compiler identification is GNU 12.2.0
    -- The ASM compiler identification is GNU
    -- Found assembler: C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Found gen_kobject_list: C:/Nordic/blinqy91X/zephyr/scripts/build/gen_kobject_list.py
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/Nordic/blinqy91X/project/app/build/b0
    --
       *************************
       * Running CMake for app *
       *************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/Nordic/blinqy91X/project/app
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter
    -- Cache files will be written to: C:/Nordic/blinqy91X/zephyr/.cache
    -- Zephyr version: 4.1.99 (C:/Nordic/blinqy91X/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: thingy91x, qualifiers: nrf9151
    -- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/0b393f9e1b/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
    -- Found BOARD.dts: C:/Nordic/blinqy91X/nrf/boards/nordic/thingy91x/thingy91x_nrf9151.dts
    -- Generated zephyr.dts: C:/Nordic/blinqy91X/project/app/build/app/zephyr/zephyr.dts
    -- Generated pickled edt: C:/Nordic/blinqy91X/project/app/build/app/zephyr/edt.pickle
    -- Generated devicetree_generated.h: C:/Nordic/blinqy91X/project/app/build/app/zephyr/include/generated/zephyr/devicetree_generated.h
    
    warning: NRF_CLOUD_FOTA_FULL_MODEM_UPDATE (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_fota:106) was assigned the value
    'y' but got the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_CLOUD_FOTA_FULL_MODEM_UPDATE and/or
    look up NRF_CLOUD_FOTA_FULL_MODEM_UPDATE in the menuconfig/guiconfig interface. The Application
    Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
    the manual might be helpful too.
    
    
    warning: NRF_CLOUD_AGNSS (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_agnss:6) was assigned the value
    'y' but got the value 'n'. Check these unsatisfied dependencies: MODEM_INFO (=n),
    MODEM_INFO_ADD_NETWORK (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_CLOUD_AGNSS and/or look up
    NRF_CLOUD_AGNSS in the menuconfig/guiconfig interface. The Application Development Primer, Setting
    Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
    too.
    
    
    warning: NRF_CLOUD_SEND_DEVICE_STATUS (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_shadow_info:20) was assigned the
    value 'y' but got the value 'n'. Check these unsatisfied dependencies: MODEM_INFO (=n),
    MODEM_INFO_ADD_DEVICE (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_CLOUD_SEND_DEVICE_STATUS and/or look up
    NRF_CLOUD_SEND_DEVICE_STATUS in the menuconfig/guiconfig interface. The Application Development
    Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
    might be helpful too.
    
    
    warning: NRF_CLOUD_SEND_DEVICE_STATUS_NETWORK (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_shadow_info:28) was assigned the
    value 'y' but got the value 'n'. Check these unsatisfied dependencies: MODEM_INFO (=n),
    MODEM_INFO_ADD_NETWORK (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_CLOUD_SEND_DEVICE_STATUS_NETWORK and/or
    look up NRF_CLOUD_SEND_DEVICE_STATUS_NETWORK in the menuconfig/guiconfig interface. The Application
    Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
    the manual might be helpful too.
    
    
    warning: NRF_CLOUD_SEND_DEVICE_STATUS_SIM (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_shadow_info:35) was assigned the
    value 'y' but got the value 'n'. Check these unsatisfied dependencies: MODEM_INFO (=n),
    MODEM_INFO_ADD_SIM (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_CLOUD_SEND_DEVICE_STATUS_SIM and/or
    look up NRF_CLOUD_SEND_DEVICE_STATUS_SIM in the menuconfig/guiconfig interface. The Application
    Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
    the manual might be helpful too.
    
    
    warning: NRF_MODEM_LIB (defined at C:/Nordic/blinqy91X/nrf\lib\nrf_modem_lib/Kconfig:6) was assigned
    the value 'y' but got the value 'n'. Check these unsatisfied dependencies: ((SOC_SERIES_NRF91X &&
    TRUSTED_EXECUTION_NONSECURE) || SOC_NRF9280_CPUAPP) (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB and/or look up NRF_MODEM_LIB
    in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
    Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: NRF_MODEM_LIB_SHMEM_TX_SIZE (defined at
    C:/Nordic/blinqy91X/nrf\lib\nrf_modem_lib\Kconfig.modemlib:39) was assigned the value '4096' but got
    the value ''. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_SHMEM_TX_SIZE and/or look up
    NRF_MODEM_LIB_SHMEM_TX_SIZE in the menuconfig/guiconfig interface. The Application Development
    Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
    might be helpful too.
    
    
    warning: NRF_MODEM_LIB_SHMEM_RX_SIZE (defined at
    C:/Nordic/blinqy91X/nrf\lib\nrf_modem_lib\Kconfig.modemlib:49) was assigned the value '4096' but got
    the value ''. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_SHMEM_RX_SIZE and/or look up
    NRF_MODEM_LIB_SHMEM_RX_SIZE in the menuconfig/guiconfig interface. The Application Development
    Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
    might be helpful too.
    
    
    warning: NRF_MODEM_LIB_NET_IF (defined at
    C:/Nordic/blinqy91X/nrf\lib\nrf_modem_lib\lte_net_if/Kconfig:6) was assigned the value 'y' but got
    the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n), NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_NET_IF and/or look up
    NRF_MODEM_LIB_NET_IF in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: NRF_MODEM_LIB_NET_IF_AUTO_DOWN (defined at
    C:/Nordic/blinqy91X/nrf\lib\nrf_modem_lib\lte_net_if/Kconfig:63) was assigned the value 'y' but got
    the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB_NET_IF (=n), NRF_MODEM_LIB (=n).
    See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_NET_IF_AUTO_DOWN and/or
    look up NRF_MODEM_LIB_NET_IF_AUTO_DOWN in the menuconfig/guiconfig interface. The Application
    Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
    the manual might be helpful too.
    
    
    warning: NRF_MODEM_LIB_NET_IF_DOWN_DEFAULT_LTE_DISCONNECT (defined at
    C:/Nordic/blinqy91X/nrf\lib\nrf_modem_lib\lte_net_if/Kconfig:70) was assigned the value 'y' but got
    the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB_NET_IF (=n), NRF_MODEM_LIB (=n).
    See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_NET_IF_DOWN_DEFAULT_LTE_D
    ISCONNECT and/or look up NRF_MODEM_LIB_NET_IF_DOWN_DEFAULT_LTE_DISCONNECT in the
    menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
    and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: AT_MONITOR_HEAP_SIZE (defined at C:/Nordic/blinqy91X/nrf\lib\at_monitor/Kconfig:12) was
    assigned the value '2176' but got the value ''. Check these unsatisfied dependencies: AT_MONITOR
    (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_AT_MONITOR_HEAP_SIZE and/or look
    up AT_MONITOR_HEAP_SIZE in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_LC_CONN_EVAL_MODULE (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:19) was assigned the value 'y' but got the
    value 'n'. Check these unsatisfied dependencies: LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_LC_CONN_EVAL_MODULE and/or look up
    LTE_LC_CONN_EVAL_MODULE in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_LC_EDRX_MODULE (defined at C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:22) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: LTE_LINK_CONTROL
    (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_LC_EDRX_MODULE and/or look up
    LTE_LC_EDRX_MODULE in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_LC_PSM_MODULE (defined at C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:31) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: LTE_LINK_CONTROL
    (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_LC_PSM_MODULE and/or look up
    LTE_LC_PSM_MODULE in the menuconfig/guiconfig interface. The Application Development Primer, Setting
    Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
    too.
    
    
    warning: LTE_PSM_REQ (defined at C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:119) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies:
    LTE_LC_PSM_MODULE (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_PSM_REQ and/or look up LTE_PSM_REQ in
    the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
    Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: LTE_PSM_REQ_RPTAU_SECONDS (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:161) was assigned the value '7200' but got the
    value ''. Check these unsatisfied dependencies: LTE_LC_PSM_MODULE (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_PSM_REQ_RPTAU_SECONDS and/or look up
    LTE_PSM_REQ_RPTAU_SECONDS in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_PSM_REQ_RAT_SECONDS (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:169) was assigned the value '6' but got the
    value ''. Check these unsatisfied dependencies: LTE_LC_PSM_MODULE (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_PSM_REQ_RAT_SECONDS and/or look up
    LTE_PSM_REQ_RAT_SECONDS in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_EDRX_REQ (defined at C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:188) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies:
    LTE_LC_EDRX_MODULE (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_EDRX_REQ and/or look up LTE_EDRX_REQ in
    the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
    Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: LTE_EDRX_REQ_VALUE_LTE_M (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:194) was assigned the value '0000' but got the
    value ''. Check these unsatisfied dependencies: LTE_LC_EDRX_MODULE (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_EDRX_REQ_VALUE_LTE_M and/or look up
    LTE_EDRX_REQ_VALUE_LTE_M in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_EDRX_REQ_VALUE_NBIOT (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:205) was assigned the value '0000' but got the
    value ''. Check these unsatisfied dependencies: LTE_LC_EDRX_MODULE (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_EDRX_REQ_VALUE_NBIOT and/or look up
    LTE_EDRX_REQ_VALUE_NBIOT in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_LC_WORKQUEUE_STACK_SIZE (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:426) was assigned the value '768' but got the
    value ''. Check these unsatisfied dependencies: LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_LC_WORKQUEUE_STACK_SIZE and/or look up
    LTE_LC_WORKQUEUE_STACK_SIZE in the menuconfig/guiconfig interface. The Application Development
    Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
    might be helpful too.
    
    
    warning: MODEM_INFO (defined at C:/Nordic/blinqy91X/nrf\lib\modem_info/Kconfig:7) was assigned the
    value 'y' but got the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MODEM_INFO and/or look up MODEM_INFO in the
    menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
    and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: MODEM_INFO_ADD_DEVICE (defined at C:/Nordic/blinqy91X/nrf\lib\modem_info/Kconfig:65) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: MODEM_INFO (=n).
    See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MODEM_INFO_ADD_DEVICE and/or look up
    MODEM_INFO_ADD_DEVICE in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: MODEM_JWT (defined at C:/Nordic/blinqy91X/nrf\lib\modem_jwt/Kconfig:7) was assigned the
    value 'y' but got the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MODEM_JWT and/or look up MODEM_JWT in the
    menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
    and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: LOCATION_METHOD_GNSS (defined at C:/Nordic/blinqy91X/nrf\lib\location/Kconfig:12) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB

  • I noticed the file did not contain the full content. I hereby send again.

    Building app
    west build --build-dir c:/Nordic/blinqy91X/project/app/build c:/Nordic/blinqy91X/project/app --pristine --board thingy91x/nrf9151 --no-sysbuild --
    
    -- west build: generating a build system
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/Nordic/blinqy91X/project/app
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter
    -- Cache files will be written to: C:/Nordic/blinqy91X/zephyr/.cache
    -- Zephyr version: 4.1.99 (C:/Nordic/blinqy91X/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: thingy91x, qualifiers: nrf9151
    -- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/0b393f9e1b/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
    -- Found BOARD.dts: C:/Nordic/blinqy91X/nrf/boards/nordic/thingy91x/thingy91x_nrf9151.dts
    -- Generated zephyr.dts: C:/Nordic/blinqy91X/project/app/build/zephyr/zephyr.dts
    -- Generated pickled edt: C:/Nordic/blinqy91X/project/app/build/zephyr/edt.pickle
    -- Generated devicetree_generated.h: C:/Nordic/blinqy91X/project/app/build/zephyr/include/generated/zephyr/devicetree_generated.h
    
    warning: NRF_CLOUD_FOTA_FULL_MODEM_UPDATE (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_fota:106) was assigned the value
    'y' but got the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_CLOUD_FOTA_FULL_MODEM_UPDATE and/or
    look up NRF_CLOUD_FOTA_FULL_MODEM_UPDATE in the menuconfig/guiconfig interface. The Application
    Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
    the manual might be helpful too.
    
    
    warning: NRF_CLOUD_AGNSS (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_agnss:6) was assigned the value
    'y' but got the value 'n'. Check these unsatisfied dependencies: MODEM_INFO (=n),
    MODEM_INFO_ADD_NETWORK (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_CLOUD_AGNSS and/or look up
    NRF_CLOUD_AGNSS in the menuconfig/guiconfig interface. The Application Development Primer, Setting
    Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
    too.
    
    
    warning: NRF_CLOUD_SEND_DEVICE_STATUS (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_shadow_info:20) was assigned the
    value 'y' but got the value 'n'. Check these unsatisfied dependencies: MODEM_INFO (=n),
    MODEM_INFO_ADD_DEVICE (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_CLOUD_SEND_DEVICE_STATUS and/or look up
    NRF_CLOUD_SEND_DEVICE_STATUS in the menuconfig/guiconfig interface. The Application Development
    Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
    might be helpful too.
    
    
    warning: NRF_CLOUD_SEND_DEVICE_STATUS_NETWORK (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_shadow_info:28) was assigned the
    value 'y' but got the value 'n'. Check these unsatisfied dependencies: MODEM_INFO (=n),
    MODEM_INFO_ADD_NETWORK (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_CLOUD_SEND_DEVICE_STATUS_NETWORK and/or
    look up NRF_CLOUD_SEND_DEVICE_STATUS_NETWORK in the menuconfig/guiconfig interface. The Application
    Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
    the manual might be helpful too.
    
    
    warning: NRF_CLOUD_SEND_DEVICE_STATUS_SIM (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_shadow_info:35) was assigned the
    value 'y' but got the value 'n'. Check these unsatisfied dependencies: MODEM_INFO (=n),
    MODEM_INFO_ADD_SIM (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_CLOUD_SEND_DEVICE_STATUS_SIM and/or
    look up NRF_CLOUD_SEND_DEVICE_STATUS_SIM in the menuconfig/guiconfig interface. The Application
    Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
    the manual might be helpful too.
    
    
    warning: NRF_MODEM_LIB (defined at C:/Nordic/blinqy91X/nrf\lib\nrf_modem_lib/Kconfig:6) was assigned
    the value 'y' but got the value 'n'. Check these unsatisfied dependencies: ((SOC_SERIES_NRF91X &&
    TRUSTED_EXECUTION_NONSECURE) || SOC_NRF9280_CPUAPP) (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB and/or look up NRF_MODEM_LIB
    in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
    Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: NRF_MODEM_LIB_SHMEM_TX_SIZE (defined at
    C:/Nordic/blinqy91X/nrf\lib\nrf_modem_lib\Kconfig.modemlib:39) was assigned the value '4096' but got
    the value ''. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_SHMEM_TX_SIZE and/or look up
    NRF_MODEM_LIB_SHMEM_TX_SIZE in the menuconfig/guiconfig interface. The Application Development
    Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
    might be helpful too.
    
    
    warning: NRF_MODEM_LIB_SHMEM_RX_SIZE (defined at
    C:/Nordic/blinqy91X/nrf\lib\nrf_modem_lib\Kconfig.modemlib:49) was assigned the value '4096' but got
    the value ''. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_SHMEM_RX_SIZE and/or look up
    NRF_MODEM_LIB_SHMEM_RX_SIZE in the menuconfig/guiconfig interface. The Application Development
    Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
    might be helpful too.
    
    
    warning: NRF_MODEM_LIB_NET_IF (defined at
    C:/Nordic/blinqy91X/nrf\lib\nrf_modem_lib\lte_net_if/Kconfig:6) was assigned the value 'y' but got
    the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n), NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_NET_IF and/or look up
    NRF_MODEM_LIB_NET_IF in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: NRF_MODEM_LIB_NET_IF_AUTO_DOWN (defined at
    C:/Nordic/blinqy91X/nrf\lib\nrf_modem_lib\lte_net_if/Kconfig:63) was assigned the value 'y' but got
    the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB_NET_IF (=n), NRF_MODEM_LIB (=n).
    See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_NET_IF_AUTO_DOWN and/or
    look up NRF_MODEM_LIB_NET_IF_AUTO_DOWN in the menuconfig/guiconfig interface. The Application
    Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
    the manual might be helpful too.
    
    
    warning: NRF_MODEM_LIB_NET_IF_DOWN_DEFAULT_LTE_DISCONNECT (defined at
    C:/Nordic/blinqy91X/nrf\lib\nrf_modem_lib\lte_net_if/Kconfig:70) was assigned the value 'y' but got
    the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB_NET_IF (=n), NRF_MODEM_LIB (=n).
    See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_NET_IF_DOWN_DEFAULT_LTE_D
    ISCONNECT and/or look up NRF_MODEM_LIB_NET_IF_DOWN_DEFAULT_LTE_DISCONNECT in the
    menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
    and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: AT_MONITOR_HEAP_SIZE (defined at C:/Nordic/blinqy91X/nrf\lib\at_monitor/Kconfig:12) was
    assigned the value '2176' but got the value ''. Check these unsatisfied dependencies: AT_MONITOR
    (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_AT_MONITOR_HEAP_SIZE and/or look
    up AT_MONITOR_HEAP_SIZE in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_LC_CONN_EVAL_MODULE (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:19) was assigned the value 'y' but got the
    value 'n'. Check these unsatisfied dependencies: LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_LC_CONN_EVAL_MODULE and/or look up
    LTE_LC_CONN_EVAL_MODULE in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_LC_EDRX_MODULE (defined at C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:22) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: LTE_LINK_CONTROL
    (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_LC_EDRX_MODULE and/or look up
    LTE_LC_EDRX_MODULE in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_LC_PSM_MODULE (defined at C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:31) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: LTE_LINK_CONTROL
    (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_LC_PSM_MODULE and/or look up
    LTE_LC_PSM_MODULE in the menuconfig/guiconfig interface. The Application Development Primer, Setting
    Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
    too.
    
    
    warning: LTE_PSM_REQ (defined at C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:119) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies:
    LTE_LC_PSM_MODULE (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_PSM_REQ and/or look up LTE_PSM_REQ in
    the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
    Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: LTE_PSM_REQ_RPTAU_SECONDS (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:161) was assigned the value '7200' but got the
    value ''. Check these unsatisfied dependencies: LTE_LC_PSM_MODULE (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_PSM_REQ_RPTAU_SECONDS and/or look up
    LTE_PSM_REQ_RPTAU_SECONDS in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_PSM_REQ_RAT_SECONDS (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:169) was assigned the value '6' but got the
    value ''. Check these unsatisfied dependencies: LTE_LC_PSM_MODULE (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_PSM_REQ_RAT_SECONDS and/or look up
    LTE_PSM_REQ_RAT_SECONDS in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_EDRX_REQ (defined at C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:188) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies:
    LTE_LC_EDRX_MODULE (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_EDRX_REQ and/or look up LTE_EDRX_REQ in
    the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
    Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: LTE_EDRX_REQ_VALUE_LTE_M (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:194) was assigned the value '0000' but got the
    value ''. Check these unsatisfied dependencies: LTE_LC_EDRX_MODULE (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_EDRX_REQ_VALUE_LTE_M and/or look up
    LTE_EDRX_REQ_VALUE_LTE_M in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_EDRX_REQ_VALUE_NBIOT (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:205) was assigned the value '0000' but got the
    value ''. Check these unsatisfied dependencies: LTE_LC_EDRX_MODULE (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_EDRX_REQ_VALUE_NBIOT and/or look up
    LTE_EDRX_REQ_VALUE_NBIOT in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LTE_LC_WORKQUEUE_STACK_SIZE (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:426) was assigned the value '768' but got the
    value ''. Check these unsatisfied dependencies: LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_LC_WORKQUEUE_STACK_SIZE and/or look up
    LTE_LC_WORKQUEUE_STACK_SIZE in the menuconfig/guiconfig interface. The Application Development
    Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
    might be helpful too.
    
    
    warning: MODEM_INFO (defined at C:/Nordic/blinqy91X/nrf\lib\modem_info/Kconfig:7) was assigned the
    value 'y' but got the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MODEM_INFO and/or look up MODEM_INFO in the
    menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
    and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: MODEM_INFO_ADD_DEVICE (defined at C:/Nordic/blinqy91X/nrf\lib\modem_info/Kconfig:65) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: MODEM_INFO (=n).
    See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MODEM_INFO_ADD_DEVICE and/or look up
    MODEM_INFO_ADD_DEVICE in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: MODEM_JWT (defined at C:/Nordic/blinqy91X/nrf\lib\modem_jwt/Kconfig:7) was assigned the
    value 'y' but got the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MODEM_JWT and/or look up MODEM_JWT in the
    menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
    and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: LOCATION_METHOD_GNSS (defined at C:/Nordic/blinqy91X/nrf\lib\location/Kconfig:12) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB
    (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOCATION_METHOD_GNSS and/or look up
    LOCATION_METHOD_GNSS in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LOCATION_METHOD_CELLULAR (defined at C:/Nordic/blinqy91X/nrf\lib\location/Kconfig:21) was
    assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB
    (=n), LTE_LINK_CONTROL (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOCATION_METHOD_CELLULAR and/or look up
    LOCATION_METHOD_CELLULAR in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: LOCATION_REQUEST_DEFAULT_GNSS_TIMEOUT (defined at
    C:/Nordic/blinqy91X/nrf\lib\location/Kconfig:217) was assigned the value '60000' but got the value
    ''. Check these unsatisfied dependencies: LOCATION_METHOD_GNSS (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOCATION_REQUEST_DEFAULT_GNSS_TIMEOUT
    and/or look up LOCATION_REQUEST_DEFAULT_GNSS_TIMEOUT in the menuconfig/guiconfig interface. The
    Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices
    sections of the manual might be helpful too.
    
    
    warning: LOCATION_REQUEST_DEFAULT_GNSS_VISIBILITY_DETECTION (defined at
    C:/Nordic/blinqy91X/nrf\lib\location/Kconfig:248) was assigned the value 'y' but got the value 'n'.
    Check these unsatisfied dependencies: LOCATION_METHOD_GNSS (=n). See http://docs.zephyrproject.org/l
    atest/kconfig.html#CONFIG_LOCATION_REQUEST_DEFAULT_GNSS_VISIBILITY_DETECTION and/or look up
    LOCATION_REQUEST_DEFAULT_GNSS_VISIBILITY_DETECTION in the menuconfig/guiconfig interface. The
    Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices
    sections of the manual might be helpful too.
    
    
    warning: LOCATION_REQUEST_DEFAULT_CELLULAR_TIMEOUT (defined at
    C:/Nordic/blinqy91X/nrf\lib\location/Kconfig:264) was assigned the value '30000' but got the value
    ''. Check these unsatisfied dependencies: LOCATION_METHOD_CELLULAR (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOCATION_REQUEST_DEFAULT_CELLULAR_TIMEOUT
    and/or look up LOCATION_REQUEST_DEFAULT_CELLULAR_TIMEOUT in the menuconfig/guiconfig interface. The
    Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices
    sections of the manual might be helpful too.
    
    
    warning: LOCATION_REQUEST_DEFAULT_CELLULAR_CELL_COUNT (defined at
    C:/Nordic/blinqy91X/nrf\lib\location/Kconfig:271) was assigned the value '3' but got the value ''.
    Check these unsatisfied dependencies: LOCATION_METHOD_CELLULAR (=n). See http://docs.zephyrproject.o
    rg/latest/kconfig.html#CONFIG_LOCATION_REQUEST_DEFAULT_CELLULAR_CELL_COUNT and/or look up
    LOCATION_REQUEST_DEFAULT_CELLULAR_CELL_COUNT in the menuconfig/guiconfig interface. The Application
    Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
    the manual might be helpful too.
    
    
    warning: AT_SHELL (defined at C:/Nordic/blinqy91X/nrf\lib\at_shell/Kconfig:7) was assigned the value
    'y' but got the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_AT_SHELL and/or look up AT_SHELL in the
    menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
    and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
    
    
    warning: TFM_EXCEPTION_INFO_DUMP (defined at C:/Nordic/blinqy91X/zephyr/modules/trusted-
    firmware-m/Kconfig.tfm:511, modules\trusted-firmware-m\Kconfig.tfm:511) was assigned the value 'y'
    but got the value 'n'. Check these unsatisfied dependencies: (BUILD_WITH_TFM || (BUILD_WITH_TFM &&
    0)) (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_TFM_EXCEPTION_INFO_DUMP
    and/or look up TFM_EXCEPTION_INFO_DUMP in the menuconfig/guiconfig interface. The Application
    Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
    the manual might be helpful too.
    
    
    warning: TFM_SECURE_UART_SHARE_INSTANCE (defined at C:/Nordic/blinqy91X/nrf/modules/trusted-
    firmware-m/Kconfig:369) was assigned the value 'y' but got the value 'n'. Check these unsatisfied
    dependencies: TFM_SECURE_UART (=n), BUILD_WITH_TFM (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_TFM_SECURE_UART_SHARE_INSTANCE and/or look
    up TFM_SECURE_UART_SHARE_INSTANCE in the menuconfig/guiconfig interface. The Application Development
    Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
    might be helpful too.
    
    
    warning: The choice symbol APP_NETWORK_LOG_LEVEL_DBG (defined at
    subsys/logging/Kconfig.template.log_config:20) was selected (set =y), but no symbol ended up as the
    choice selection. See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_APP_NETWORK_LOG_LEVEL_DBG and/or look up
    APP_NETWORK_LOG_LEVEL_DBG in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: The choice symbol NRF_CLOUD_CREDENTIALS_MGMT_MODEM (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud/Kconfig:88) was selected (set =y), but
    NRF_CLOUD_CREDENTIALS_MGMT_TLS_CRED (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud/Kconfig:94) ended up as the choice selection. See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_CLOUD_CREDENTIALS_MGMT_MODEM and/or
    look up NRF_CLOUD_CREDENTIALS_MGMT_MODEM in the menuconfig/guiconfig interface. The Application
    Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
    the manual might be helpful too.
    
    
    warning: The choice symbol NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_client_id:18) was selected (set
    =y), but NRF_CLOUD_CLIENT_ID_SRC_COMPILE_TIME (defined at
    C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_client_id:15) ended up as the
    choice selection. See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID
    and/or look up NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID in the menuconfig/guiconfig interface. The
    Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices
    sections of the manual might be helpful too.
    
    
    warning: The choice symbol LTE_PSM_REQ_FORMAT_SECONDS (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:138) was selected (set =y), but no symbol ended
    up as the choice selection. See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_PSM_REQ_FORMAT_SECONDS and/or look up
    LTE_PSM_REQ_FORMAT_SECONDS in the menuconfig/guiconfig interface. The Application Development
    Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
    might be helpful too.
    
    
    warning: The choice symbol LTE_NETWORK_MODE_LTE_M_NBIOT_GPS (defined at
    C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:270) was selected (set =y), but no symbol ended
    up as the choice selection. See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT_GPS and/or
    look up LTE_NETWORK_MODE_LTE_M_NBIOT_GPS in the menuconfig/guiconfig interface. The Application
    Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
    the manual might be helpful too.
    
    
    warning: The choice symbol TFM_SPM_LOG_LEVEL_DEBUG (defined at
    C:/Nordic/blinqy91X/zephyr/modules/trusted-firmware-m/Kconfig.tfm:501, modules\trusted-
    firmware-m\Kconfig.tfm:501) was selected (set =y), but no symbol ended up as the choice selection.
    See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_TFM_SPM_LOG_LEVEL_DEBUG and/or look up
    TFM_SPM_LOG_LEVEL_DEBUG in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.
    
    
    warning: The choice symbol TFM_SECURE_UART0 (defined at C:/Nordic/blinqy91X/nrf/modules/trusted-
    firmware-m/Kconfig:383) was selected (set =y), but no symbol ended up as the choice selection. See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_TFM_SECURE_UART0 and/or look up
    TFM_SECURE_UART0 in the menuconfig/guiconfig interface. The Application Development Primer, Setting
    Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
    too.
    
    
    warning: Experimental symbol COAP_CLIENT is enabled.
    
    
    warning: LTE_PROPRIETARY_PSM_REQ (defined at C:/Nordic/blinqy91X/nrf\lib\lte_link_control/Kconfig:177) has direct dependencies LTE_LC_PSM_MODULE && LTE_LINK_CONTROL with value n, but is currently bein
    g y-selected by the following symbols:
     - NRF_CLOUD_COAP (defined at C:/Nordic/blinqy91X/nrf\subsys\net\lib\nrf_cloud\Kconfig.nrf_cloud_coap:6), with value y, direct dependencies (NET_IPV4 || NET_IPV6) && NRF_CLOUD (value: y), and select c
    ondition (SOC_NRF9161_LACA || SOC_NRF9151_LACA || SOC_NRF9131_LACA) && (NET_IPV4 || NET_IPV6) && NRF_CLOUD (value: y)Parsing C:/Nordic/blinqy91X/project/app/Kconfig
    Loaded configuration 'C:/Nordic/blinqy91X/nrf/boards/nordic/thingy91x/thingy91x_nrf9151_defconfig'
    Merged configuration 'C:/Nordic/blinqy91X/project/app/prj.conf'
    
    
    error: Aborting due to Kconfig warnings
    
    CMake Error at C:/Nordic/blinqy91X/zephyr/cmake/modules/kconfig.cmake:377 (message):
      command failed with return code: 1
    Call Stack (most recent call first):
      C:/Nordic/blinqy91X/nrf/cmake/modules/kconfig.cmake:83 (include)
      C:/Nordic/blinqy91X/zephyr/cmake/modules/zephyr_default.cmake:131 (include)
      C:/Nordic/blinqy91X/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
      C:/Nordic/blinqy91X/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
      CMakeLists.txt:9 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    ←[91mFATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe '-Bc:\Nordic\blinqy91X\project\app\build'
     -GNinja -DBOARD=thingy91x/nrf9151 '-Sc:\Nordic\blinqy91X\project\app'
    ←[0m
     *  The terminal process terminated with exit code: 1. 

  • Hi,

    Please re-try the build with correct build target.

    Best Regards,

    Juha Ylinen

Reply Children
No Data
Related