Executing task: nRF Connect: Generate config nrf52dk/nrf52832 for c:\myfw\FRA\ver1 Building ver1 C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/myfw/FRA/ver1/build c:/myfw/FRA/ver1 --pristine --board nrf52dk/nrf52832 -- -DCONF_FILE=prj.conf" -- 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:/ncs/v3.0.2/zephyr/.cache -- Found west (found suitable version "1.2.0", minimum required is "0.14.0") -- Board: nrf52dk, qualifiers: nrf52832 Parsing C:/ncs/v3.0.2/zephyr/share/sysbuild/Kconfig Loaded configuration 'C:/myfw/FRA/ver1/build/_sysbuild/empty.conf' Merged configuration 'C:/myfw/FRA/ver1/build/_sysbuild/empty.conf' Configuration saved to 'C:/myfw/FRA/ver1/build/zephyr/.config' Kconfig header saved to 'C:/myfw/FRA/ver1/build/_sysbuild/autoconf.h' -- ************************** * Running CMake for ver1 * ************************** Loading Zephyr default modules (Zephyr base). -- Application: C:/myfw/FRA/ver1 -- 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:/ncs/v3.0.2/zephyr/.cache -- Zephyr version: 4.0.99 (C:/ncs/v3.0.2/zephyr) -- Found west (found suitable version "1.2.0", minimum required is "0.14.0") -- Board: nrf52dk, qualifiers: nrf52832 -- 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:/ncs/v3.0.2/zephyr/boards/nordic/nrf52dk/nrf52dk_nrf52832.dts -- Generated zephyr.dts: C:/myfw/FRA/ver1/build/ver1/zephyr/zephyr.dts -- Generated pickled edt: C:/myfw/FRA/ver1/build/ver1/zephyr/edt.pickle -- Generated zephyr.dts: C:/myfw/FRA/ver1/build/ver1/zephyr/zephyr.dts -- Generated devicetree_generated.h: C:/myfw/FRA/ver1/build/ver1/zephyr/include/generated/zephyr/devicetree_generated.h -- Including generated dts.cmake file: C:/myfw/FRA/ver1/build/ver1/zephyr/dts.cmake warning: PM (defined at C:/ncs/v3.0.2/zephyr/soc/silabs\silabs_s2\efr32bg22\Kconfig.defconfig:10, C:/ncs/v3.0.2/zephyr/soc/silabs\silabs_s2\efr32mg21\Kconfig.defconfig:10, C:/ncs/v3.0.2/zephyr/soc/silabs\silabs_s2\efr32mg24\Kconfig.defconfig:10, C:/ncs/v3.0.2/zephyr/soc/silabs\silabs_s2\efr32zg23\Kconfig.defconfig:10, C:/ncs/v3.0.2/zephyr/soc/renesas/smartbond\da1469x\Kconfig.defconfig:39, C:/ncs/v3.0.2/zephyr/soc/realtek/ec\rts5912\Kconfig.defconfig.rts5912:10, C:/ncs/v3.0.2/zephyr/soc/nordic\nrf54h\Kconfig.defconfig.nrf54h20_cpurad:14, subsys/pm/Kconfig:13) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_EFR32BG22 || SOC_SERIES_EFR32MG21 || SOC_SERIES_EFR32MG24 || SOC_SERIES_EFR32ZG23 || (SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND) || (REALTEK_RTS5912_RTMR && SOC_RTS5912 && SOC_SERIES_RTS5912 && SOC_FAMILY_REALTEK_EC) || (SOC_NRF54H20_CPURAD && SOC_SERIES_NRF54HX && SOC_FAMILY_NORDIC_NRF) || (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM 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. Parsing C:/ncs/v3.0.2/zephyr/Kconfig Loaded configuration 'C:/ncs/v3.0.2/zephyr/boards/nordic/nrf52dk/nrf52dk_nrf52832_defconfig' Merged configuration 'C:/myfw/FRA/ver1/prj.conf' Merged configuration 'C:/myfw/FRA/ver1/build/ver1/zephyr/.config.sysbuild' Configuration saved to 'C:/myfw/FRA/ver1/build/ver1/zephyr/.config' Kconfig header saved to 'C:/myfw/FRA/ver1/build/ver1/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 -- Configuring done CMake Error at C:/ncs/v3.0.2/zephyr/cmake/modules/extensions.cmake:457 (add_library): No SOURCES given to target: app Call Stack (most recent call first): C:/ncs/v3.0.2/zephyr/cmake/modules/kernel.cmake:218 (zephyr_library_named) C:/ncs/v3.0.2/zephyr/cmake/modules/zephyr_default.cmake:142 (include) C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include) C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate) CMakeLists.txt:12 (find_package) CMake Generate step failed. Build files cannot be regenerated correctly. CMake Error at cmake/modules/sysbuild_extensions.cmake:514 (message): CMake configure failed for Zephyr project: ver1 Location: C:/myfw/FRA/ver1 Call Stack (most recent call first): cmake/modules/sysbuild_images.cmake:43 (ExternalZephyrProject_Cmake) cmake/modules/sysbuild_default.cmake:21 (include) C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include) C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate) C:/ncs/v3.0.2/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include) template/CMakeLists.txt:10 (find_package) -- Configuring incomplete, errors occurred! See also "C:/myfw/FRA/ver1/build/CMakeFiles/CMakeOutput.log". FATAL 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:\myfw\FRA\ver1\build' -GNinja -DBOARD=nrf52dk/nrf52832 -DCONF_FILE=prj.conf '-SC:\ncs\v3.0.2\zephyr\share\sysbuild' '-DAPP_DIR:PATH=c:\myfw\FRA\ver1' * The terminal process terminated with exit code: 1. * Terminal will be reused by tasks, press any key to close it.