Application building error

Hello when I build an application on VS Code, the terminal give this error :

warning: UPDATEABLE_IMAGE_NUMBER (defined at
C:/ncs/v2.8.0/nrf\samples\common\mcumgr_bt_ota_dfu/Kconfig:89, subsys/dfu/Kconfig:95) was assigned
the value '1' but got the value ''. Check these unsatisfied dependencies:
(((BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS) && SOC_SERIES_NRF53X &&
NCS_SAMPLE_MCUMGR_BT_OTA_DFU) || (!MCUBOOT && IMG_MANAGER)) (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up
UPDATEABLE_IMAGE_NUMBER 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: MCUBOOT_UPDATE_FOOTER_SIZE (defined at subsys/dfu/Kconfig:54) was assigned the value
'0x2000' but got the value ''. Check these unsatisfied dependencies: MCUBOOT_IMG_MANAGER (=n),
IMG_MANAGER (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up
MCUBOOT_UPDATE_FOOTER_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.


c:/Users/peyre/Desktop/ProjetNemeus/testsensor/prj.conf:28: warning: attempt to assign the value 'y' to the undefined symbol BOARD_THINGY91_NRF9160NS

error: Aborting due to Kconfig warnings

Parsing C:/ncs/v2.8.0/zephyr/Kconfig
Loaded configuration 'C:/ncs/v2.8.0/nrf/boards/nordic/thingy91/thingy91_nrf9160_defconfig'
Merged configuration 'c:/Users/peyre/Desktop/ProjetNemeus/testsensor/prj.conf'
Merged configuration 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/testsensor/zephyr/.config.sysbuild'
CMake Error at C:/ncs/v2.8.0/zephyr/cmake/modules/kconfig.cmake:396 (message):
command failed with return code: 1
Call Stack (most recent call first):
C:/ncs/v2.8.0/nrf/cmake/modules/kconfig.cmake:29 (include)
C:/ncs/v2.8.0/zephyr/cmake/modules/zephyr_default.cmake:133 (include)
C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
CMakeLists.txt:2 (find_package)


-- Configuring incomplete, errors occurred!
CMake Error at cmake/modules/sysbuild_extensions.cmake:514 (message):
CMake configure failed for Zephyr project: testsensor

Location: C:/Users/peyre/Desktop/ProjetNemeus/testsensor
Call Stack (most recent call first):
cmake/modules/sysbuild_images.cmake:20 (ExternalZephyrProject_Cmake)
cmake/modules/sysbuild_default.cmake:20 (include)
C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
C:/ncs/v2.8.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
template/CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!
See also "C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/CMakeFiles/CMakeOutput.log".
FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\2d382dcd92\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/2d382dcd92/opt/bin/python.exe '-Bc:\Users\peyre\Desktop\ProjetNemeus\testsensor\build' -GNinja -DBOARD=thingy91/nrf9160 -DNCS_TOOLCHAIN_VERSION=NONE -DCONF_FILE=c:/Users/peyre/Desktop/ProjetNemeus/testsensor/prj.conf '-SC:\ncs\v2.8.0\zephyr\share\sysbuild' '-DAPP_DIR:PATH=c:\Users\peyre\Desktop\ProjetNemeus\testsensor'

How can i fix this issue

Best Regards 
Julien from France

Parents
  • Hi, 

    c:/Users/peyre/Desktop/ProjetNemeus/testsensor/prj.conf:28: warning: attempt to assign the value 'y' to the undefined symbol BOARD_THINGY91_NRF9160NS

    BOARD_THINGY91_NRF9160NS is changed to BOARD_THINGY91_NRF9160_NS in NCS v.2.8.0. 

    Regards,
    Amanda H.


  • Hello, I changed the config in the prj.conf but i still have issue with the build for my application
    Regards
    Julien

    -- Configuring incomplete, errors occurred!
    See also "C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/CMakeFiles/CMakeOutput.log".
    FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\2d382dcd92\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/2d382dcd92/opt/bin/python.exe '-Bc:\Users\peyre\Desktop\ProjetNemeus\testsensor\build' -GNinja -DBOARD=thingy91/nrf9160/ns -DNCS_TOOLCHAIN_VERSION=NONE -DCONF_FILE=c:/Users/peyre/Desktop/ProjetNemeus/testsensor/prj.conf '-SC:\ncs\v2.8.0\zephyr\share\sysbuild' '-DAPP_DIR:PATH=c:\Users\peyre\Desktop\ProjetNemeus\testsensor'

  • This doesn't provide any useful message. Please upload the log via Toolbar -> Insert ->Code or file. 

  •  *  Executing task: nRF Connect: Build [pristine]: testsensor/build 
    
    Building template
    C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/Users/peyre/Desktop/ProjetNemeus/testsensor/build c:/Users/peyre/Desktop/ProjetNemeus/testsensor --pristine --board thingy91/nrf9160/ns -- -DNCS_TOOLCHAIN_VERSION=2.8.0 -DCONF_FILE=c:/Users/peyre/Desktop/ProjetNemeus/testsensor/prj.conf"
    
    -- west build: generating a build system
    Loading Zephyr module(s) (Zephyr base): sysbuild_default
    -- Found Python3: C:/ncs/toolchains/2d382dcd92/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v2.8.0/zephyr/.cache
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: thingy91, qualifiers: nrf9160/ns
    Parsing C:/ncs/v2.8.0/zephyr/share/sysbuild/Kconfig
    Loaded configuration 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/_sysbuild/empty.conf'
    Merged configuration 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/_sysbuild/empty.conf'
    Configuration saved to 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/zephyr/.config'
    Kconfig header saved to 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/_sysbuild/autoconf.h'
    -- 
       *****************************
       * Running CMake for mcuboot *
       *****************************
    
    -- Application: C:/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr
    -- CMake version: 3.21.0
    Loading Zephyr default modules (Zephyr base).
    -- Found Python3: C:/ncs/toolchains/2d382dcd92/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v2.8.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs/v2.8.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: thingy91, qualifiers: nrf9160
    -- Found host-tools: zephyr 0.16.8 (C:/ncs/toolchains/2d382dcd92/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.16.8 (C:/ncs/toolchains/2d382dcd92/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/2d382dcd92/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs/v2.8.0/nrf/boards/nordic/thingy91/thingy91_nrf9160.dts
    -- Found devicetree overlay: C:/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr/app.overlay
    -- Generated zephyr.dts: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot/zephyr/dts.cmake
    Parsing C:/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr/Kconfig
    Loaded configuration 'C:/ncs/v2.8.0/nrf/boards/nordic/thingy91/thingy91_nrf9160_defconfig'
    Merged configuration 'C:/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr/prj.conf'
    Merged configuration 'C:/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr/boards/thingy91_nrf9160.conf'
    Merged configuration 'C:/ncs/v2.8.0/nrf/modules/mcuboot/tfm.conf'
    Merged configuration 'C:/ncs/v2.8.0/nrf/modules/mcuboot/fih_low_enable.conf'
    Merged configuration 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot/zephyr/.config.sysbuild'
    Configuration saved to 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot/zephyr/.config'
    Kconfig header saved to 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs/toolchains/2d382dcd92/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/2d382dcd92/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Setting build type to 'MinSizeRel' as none was specified.
    MCUBoot bootloader key file: C:/ncs/v2.8.0/bootloader/mcuboot/root-rsa-2048.pem
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot
    -- 
       ********************************
       * Running CMake for testsensor *
       ********************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/Users/peyre/Desktop/ProjetNemeus/testsensor
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs/toolchains/2d382dcd92/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v2.8.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs/v2.8.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: thingy91, qualifiers: nrf9160/ns
    -- Found host-tools: zephyr 0.16.8 (C:/ncs/toolchains/2d382dcd92/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.16.8 (C:/ncs/toolchains/2d382dcd92/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/2d382dcd92/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs/v2.8.0/nrf/boards/nordic/thingy91/thingy91_nrf9160_ns.dts
    -- Generated zephyr.dts: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/testsensor/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/testsensor/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/testsensor/zephyr/dts.cmake
    Parsing C:/ncs/v2.8.0/zephyr/Kconfig
    Loaded configuration 'C:/ncs/v2.8.0/nrf/boards/nordic/thingy91/thingy91_nrf9160_ns_defconfig'
    Merged configuration 'c:/Users/peyre/Desktop/ProjetNemeus/testsensor/prj.conf'
    Merged configuration 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/testsensor/zephyr/.config.sysbuild'
    
    error: BOARD_THINGY91_NRF9160_NS (defined at C:/ncs/v2.8.0/nrf/Kconfig.nrf:55, boards\Kconfig.v2:14)
    is assigned in a configuration file, but is not directly user-configurable (has no prompt). It gets
    its value indirectly from other symbols. See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BOARD_THINGY91_NRF9160_NS and/or look up
    BOARD_THINGY91_NRF9160_NS 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.
    
    CMake Error at C:/ncs/v2.8.0/zephyr/cmake/modules/kconfig.cmake:396 (message):
      command failed with return code: 1
    Call Stack (most recent call first):
      C:/ncs/v2.8.0/nrf/cmake/modules/kconfig.cmake:29 (include)
      C:/ncs/v2.8.0/zephyr/cmake/modules/zephyr_default.cmake:133 (include)
      C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
      C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
      CMakeLists.txt:2 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    CMake Error at cmake/modules/sysbuild_extensions.cmake:514 (message):
      CMake configure failed for Zephyr project: testsensor
    
      Location: C:/Users/peyre/Desktop/ProjetNemeus/testsensor
    Call Stack (most recent call first):
      cmake/modules/sysbuild_images.cmake:20 (ExternalZephyrProject_Cmake)
      cmake/modules/sysbuild_default.cmake:20 (include)
      C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
      C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
      C:/ncs/v2.8.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
      template/CMakeLists.txt:10 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    See also "C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/CMakeFiles/CMakeOutput.log".
    FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\2d382dcd92\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/2d382dcd92/opt/bin/python.exe '-Bc:\Users\peyre\Desktop\ProjetNemeus\testsensor\build' -GNinja -DBOARD=thingy91/nrf9160/ns -DNCS_TOOLCHAIN_VERSION=2.8.0 -DCONF_FILE=c:/Users/peyre/Desktop/ProjetNemeus/testsensor/prj.conf '-SC:\ncs\v2.8.0\zephyr\share\sysbuild' '-DAPP_DIR:PATH=c:\Users\peyre\Desktop\ProjetNemeus\testsensor'
    
     *  The terminal process terminated with exit code: 1. 
     *  Terminal will be reused by tasks, press any key to close it. 

Reply
  •  *  Executing task: nRF Connect: Build [pristine]: testsensor/build 
    
    Building template
    C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/Users/peyre/Desktop/ProjetNemeus/testsensor/build c:/Users/peyre/Desktop/ProjetNemeus/testsensor --pristine --board thingy91/nrf9160/ns -- -DNCS_TOOLCHAIN_VERSION=2.8.0 -DCONF_FILE=c:/Users/peyre/Desktop/ProjetNemeus/testsensor/prj.conf"
    
    -- west build: generating a build system
    Loading Zephyr module(s) (Zephyr base): sysbuild_default
    -- Found Python3: C:/ncs/toolchains/2d382dcd92/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v2.8.0/zephyr/.cache
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: thingy91, qualifiers: nrf9160/ns
    Parsing C:/ncs/v2.8.0/zephyr/share/sysbuild/Kconfig
    Loaded configuration 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/_sysbuild/empty.conf'
    Merged configuration 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/_sysbuild/empty.conf'
    Configuration saved to 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/zephyr/.config'
    Kconfig header saved to 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/_sysbuild/autoconf.h'
    -- 
       *****************************
       * Running CMake for mcuboot *
       *****************************
    
    -- Application: C:/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr
    -- CMake version: 3.21.0
    Loading Zephyr default modules (Zephyr base).
    -- Found Python3: C:/ncs/toolchains/2d382dcd92/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v2.8.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs/v2.8.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: thingy91, qualifiers: nrf9160
    -- Found host-tools: zephyr 0.16.8 (C:/ncs/toolchains/2d382dcd92/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.16.8 (C:/ncs/toolchains/2d382dcd92/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/2d382dcd92/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs/v2.8.0/nrf/boards/nordic/thingy91/thingy91_nrf9160.dts
    -- Found devicetree overlay: C:/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr/app.overlay
    -- Generated zephyr.dts: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot/zephyr/dts.cmake
    Parsing C:/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr/Kconfig
    Loaded configuration 'C:/ncs/v2.8.0/nrf/boards/nordic/thingy91/thingy91_nrf9160_defconfig'
    Merged configuration 'C:/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr/prj.conf'
    Merged configuration 'C:/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr/boards/thingy91_nrf9160.conf'
    Merged configuration 'C:/ncs/v2.8.0/nrf/modules/mcuboot/tfm.conf'
    Merged configuration 'C:/ncs/v2.8.0/nrf/modules/mcuboot/fih_low_enable.conf'
    Merged configuration 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot/zephyr/.config.sysbuild'
    Configuration saved to 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot/zephyr/.config'
    Kconfig header saved to 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs/toolchains/2d382dcd92/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/2d382dcd92/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Setting build type to 'MinSizeRel' as none was specified.
    MCUBoot bootloader key file: C:/ncs/v2.8.0/bootloader/mcuboot/root-rsa-2048.pem
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/mcuboot
    -- 
       ********************************
       * Running CMake for testsensor *
       ********************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/Users/peyre/Desktop/ProjetNemeus/testsensor
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs/toolchains/2d382dcd92/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v2.8.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs/v2.8.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: thingy91, qualifiers: nrf9160/ns
    -- Found host-tools: zephyr 0.16.8 (C:/ncs/toolchains/2d382dcd92/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.16.8 (C:/ncs/toolchains/2d382dcd92/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/2d382dcd92/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs/v2.8.0/nrf/boards/nordic/thingy91/thingy91_nrf9160_ns.dts
    -- Generated zephyr.dts: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/testsensor/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/testsensor/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/testsensor/zephyr/dts.cmake
    Parsing C:/ncs/v2.8.0/zephyr/Kconfig
    Loaded configuration 'C:/ncs/v2.8.0/nrf/boards/nordic/thingy91/thingy91_nrf9160_ns_defconfig'
    Merged configuration 'c:/Users/peyre/Desktop/ProjetNemeus/testsensor/prj.conf'
    Merged configuration 'C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/testsensor/zephyr/.config.sysbuild'
    
    error: BOARD_THINGY91_NRF9160_NS (defined at C:/ncs/v2.8.0/nrf/Kconfig.nrf:55, boards\Kconfig.v2:14)
    is assigned in a configuration file, but is not directly user-configurable (has no prompt). It gets
    its value indirectly from other symbols. See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BOARD_THINGY91_NRF9160_NS and/or look up
    BOARD_THINGY91_NRF9160_NS 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.
    
    CMake Error at C:/ncs/v2.8.0/zephyr/cmake/modules/kconfig.cmake:396 (message):
      command failed with return code: 1
    Call Stack (most recent call first):
      C:/ncs/v2.8.0/nrf/cmake/modules/kconfig.cmake:29 (include)
      C:/ncs/v2.8.0/zephyr/cmake/modules/zephyr_default.cmake:133 (include)
      C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
      C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
      CMakeLists.txt:2 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    CMake Error at cmake/modules/sysbuild_extensions.cmake:514 (message):
      CMake configure failed for Zephyr project: testsensor
    
      Location: C:/Users/peyre/Desktop/ProjetNemeus/testsensor
    Call Stack (most recent call first):
      cmake/modules/sysbuild_images.cmake:20 (ExternalZephyrProject_Cmake)
      cmake/modules/sysbuild_default.cmake:20 (include)
      C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
      C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
      C:/ncs/v2.8.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
      template/CMakeLists.txt:10 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    See also "C:/Users/peyre/Desktop/ProjetNemeus/testsensor/build/CMakeFiles/CMakeOutput.log".
    FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\2d382dcd92\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/2d382dcd92/opt/bin/python.exe '-Bc:\Users\peyre\Desktop\ProjetNemeus\testsensor\build' -GNinja -DBOARD=thingy91/nrf9160/ns -DNCS_TOOLCHAIN_VERSION=2.8.0 -DCONF_FILE=c:/Users/peyre/Desktop/ProjetNemeus/testsensor/prj.conf '-SC:\ncs\v2.8.0\zephyr\share\sysbuild' '-DAPP_DIR:PATH=c:\Users\peyre\Desktop\ProjetNemeus\testsensor'
    
     *  The terminal process terminated with exit code: 1. 
     *  Terminal will be reused by tasks, press any key to close it. 

Children
No Data
Related