Executing task: nRF Connect: Generate config nrf5340dk/nrf5340/cpuapp for hello_world/app Building app C:\windows\system32\cmd.exe /d /s /c "west build --build-dir c:/Work/nrf-samples/hello_world/app/build c:/Work/nrf-samples/hello_world/app --pristine --board nrf5340dk/nrf5340/cpuapp --no-sysbuild -- -DNCS_TOOLCHAIN_VERSION=NONE -DCONF_FILE=prj.conf -DBOARD_ROOT=c:/work/nrf-samples/hello_world" -- west build: generating a build system Loading Zephyr default modules (Zephyr base). -- Application: C:/Work/nrf-samples/hello_world/app -- CMake version: 3.21.0 -- Found Python3: C:/ncs/toolchains/b620d30767/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.9.2/zephyr/.cache -- Zephyr version: 3.7.99 (C:/ncs/v2.9.2/zephyr) -- Found west (found suitable version "1.2.0", minimum required is "0.14.0") -- Board: nrf5340dk, qualifiers: nrf5340/cpuapp -- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/b620d30767/opt/zephyr-sdk) -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/b620d30767/opt/zephyr-sdk) -- Found Dtc: C:/ncs/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") -- Found BOARD.dts: C:/ncs/v2.9.2/zephyr/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp.dts -- Generated zephyr.dts: C:/Work/nrf-samples/hello_world/app/build/zephyr/zephyr.dts -- Generated devicetree_generated.h: C:/Work/nrf-samples/hello_world/app/build/zephyr/include/generated/zephyr/devicetree_generated.h -- Including generated dts.cmake file: C:/Work/nrf-samples/hello_world/app/build/zephyr/dts.cmake warning: PM (defined at C:/ncs/v2.9.2/zephyr/soc/silabs\silabs_s2\efr32bg22\Kconfig.defconfig:12, C:/ncs/v2.9.2/zephyr/soc/silabs\silabs_s2\efr32bg27\Kconfig.defconfig:12, C:/ncs/v2.9.2/zephyr/soc/silabs\silabs_s2\efr32mg24\Kconfig.defconfig:12, C:/ncs/v2.9.2/zephyr/soc/renesas/smartbond\da1469x\Kconfig.defconfig:39, subsys/pm/Kconfig:13) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_EFR32BG22 || SOC_SERIES_EFR32BG27 || SOC_SERIES_EFR32MG24 || (SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND) || (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. warning: SPI_NOR (defined at C:/ncs/v2.9.2/zephyr/soc/gaisler/gr716a/Kconfig.defconfig:18, drivers/flash/Kconfig.nor:6) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: ((FLASH && SOC_GR716A) || (DT_HAS_JEDEC_SPI_NOR_ENABLED && FLASH)) (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SPI_NOR and/or look up SPI_NOR 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: LOG_BUFFER_SIZE (defined at C:/ncs/v2.9.2/nrf\subsys/net/openthread/Kconfig.defconfig:51, subsys/logging\Kconfig.processing:122) was assigned the value '2048' but got the value ''. Check these unsatisfied dependencies: (NET_L2_OPENTHREAD || (LOG_MODE_DEFERRED && !LOG_FRONTEND_ONLY && !LOG_MODE_MINIMAL && LOG)) (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_BUFFER_SIZE and/or look up LOG_BUFFER_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: PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY (defined at C:/ncs/v2.9.2/nrf\subsys\partition_manager/Kconfig:214) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: (PM_EXTERNAL_FLASH_ENABLED || MCUBOOT) (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY and/or look up PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY 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: SPI_NOR_FLASH_LAYOUT_PAGE_SIZE (defined at drivers/flash/Kconfig.nor:71) was assigned the value '4096' but got the value ''. Check these unsatisfied dependencies: SPI_NOR (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE and/or look up SPI_NOR_FLASH_LAYOUT_PAGE_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: The choice symbol SPI_NOR_SFDP_DEVICETREE (defined at drivers/flash/Kconfig.nor:31) was selected (set =y), but no symbol ended up as the choice selection. See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SPI_NOR_SFDP_DEVICETREE and/or look up SPI_NOR_SFDP_DEVICETREE 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: Deprecated symbol NFCT_PINS_AS_GPIOS is enabled. warning: Experimental symbol SPI_SLAVE is enabled. Parsing C:/Work/nrf-samples/hello_world/app/Kconfig Loaded configuration 'C:/ncs/v2.9.2/zephyr/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp_defconfig' Merged configuration 'C:/Work/nrf-samples/hello_world/app/prj.conf' Configuration saved to 'C:/Work/nrf-samples/hello_world/app/build/zephyr/.config' Kconfig header saved to 'C:/Work/nrf-samples/hello_world/app/build/zephyr/include/generated/zephyr/autoconf.h' -- Found GnuLd: c:/ncs/toolchains/b620d30767/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/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe CMake Warning at C:/ncs/v2.9.2/zephyr/subsys/random/CMakeLists.txt:12 (message): Warning: CONFIG_TIMER_RANDOM_GENERATOR is not a truly random generator. This capability is not secure and it is provided for testing purposes only. Use it carefully. === child image hci_ipc - CPUNET begin === loading initial cache file C:/Work/nrf-samples/hello_world/app/build/hci_ipc/child_image_preload.cmake Loading Zephyr default modules (Zephyr base). -- Application: C:/ncs/v2.9.2/zephyr/samples/bluetooth/hci_ipc -- CMake version: 3.21.0 -- Found Python3: C:/ncs/toolchains/b620d30767/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.9.2/zephyr/.cache -- Zephyr version: 3.7.99 (C:/ncs/v2.9.2/zephyr) -- Found west (found suitable version "1.2.0", minimum required is "0.14.0") -- Board: nrf5340dk, qualifiers: nrf5340/cpunet -- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/b620d30767/opt/zephyr-sdk) -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/b620d30767/opt/zephyr-sdk) -- Found Dtc: C:/ncs/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") -- Found BOARD.dts: C:/ncs/v2.9.2/zephyr/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpunet.dts -- Generated zephyr.dts: C:/Work/nrf-samples/hello_world/app/build/hci_ipc/zephyr/zephyr.dts -- Generated devicetree_generated.h: C:/Work/nrf-samples/hello_world/app/build/hci_ipc/zephyr/include/generated/zephyr/devicetree_generated.h -- Including generated dts.cmake file: C:/Work/nrf-samples/hello_world/app/build/hci_ipc/zephyr/dts.cmake Parsing C:/ncs/v2.9.2/zephyr/Kconfig Loaded configuration 'C:/ncs/v2.9.2/zephyr/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpunet_defconfig' Merged configuration 'C:/ncs/v2.9.2/zephyr/samples/bluetooth/hci_ipc/prj.conf' Merged configuration 'C:/ncs/v2.9.2/nrf/subsys/bootloader/image/secure_boot.conf' Merged configuration 'C:/ncs/v2.9.2/nrf/subsys/partition_manager/partition_manager_enabled.conf' Merged configuration 'C:/Work/nrf-samples/hello_world/app/build/hci_ipc/zephyr/misc/generated/extra_kconfig_options.conf' Configuration saved to 'C:/Work/nrf-samples/hello_world/app/build/hci_ipc/zephyr/.config' Kconfig header saved to 'C:/Work/nrf-samples/hello_world/app/build/hci_ipc/zephyr/include/generated/zephyr/autoconf.h' -- Found GnuLd: c:/ncs/toolchains/b620d30767/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/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe === child image b0n - CPUNET (inherited) begin === loading initial cache file C:/Work/nrf-samples/hello_world/app/build/hci_ipc/b0n/child_image_preload.cmake Loading Zephyr default modules (Zephyr base). -- Application: C:/ncs/v2.9.2/nrf/samples/nrf5340/netboot -- CMake version: 3.21.0 -- Found Python3: C:/ncs/toolchains/b620d30767/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.9.2/zephyr/.cache -- Zephyr version: 3.7.99 (C:/ncs/v2.9.2/zephyr) -- Found west (found suitable version "1.2.0", minimum required is "0.14.0") -- Board: nrf5340dk, qualifiers: nrf5340/cpunet -- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/b620d30767/opt/zephyr-sdk) -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/b620d30767/opt/zephyr-sdk) -- Found Dtc: C:/ncs/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") -- Found BOARD.dts: C:/ncs/v2.9.2/zephyr/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpunet.dts -- Generated zephyr.dts: C:/Work/nrf-samples/hello_world/app/build/hci_ipc/b0n/zephyr/zephyr.dts -- Generated devicetree_generated.h: C:/Work/nrf-samples/hello_world/app/build/hci_ipc/b0n/zephyr/include/generated/zephyr/devicetree_generated.h -- Including generated dts.cmake file: C:/Work/nrf-samples/hello_world/app/build/hci_ipc/b0n/zephyr/dts.cmake Parsing C:/ncs/v2.9.2/nrf/samples/nrf5340/netboot/Kconfig Loaded configuration 'C:/ncs/v2.9.2/zephyr/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpunet_defconfig' Merged configuration 'C:/ncs/v2.9.2/nrf/samples/nrf5340/netboot/prj.conf' Merged configuration 'C:/ncs/v2.9.2/nrf/subsys/partition_manager/partition_manager_enabled.conf' Configuration saved to 'C:/Work/nrf-samples/hello_world/app/build/hci_ipc/b0n/zephyr/.config' Kconfig header saved to 'C:/Work/nrf-samples/hello_world/app/build/hci_ipc/b0n/zephyr/include/generated/zephyr/autoconf.h' -- Found GnuLd: c:/ncs/toolchains/b620d30767/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/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe -- Setting build type to 'MinSizeRel' as none was specified. CMake Warning at C:/ncs/v2.9.2/zephyr/CMakeLists.txt:2133 (message): __ASSERT() statements are globally ENABLED CMake Deprecation Warning at C:/ncs/v2.9.2/nrf/cmake/partition_manager.cmake:32 (message): --------------------------------------------------------------------- --- WARNING: Child and parent image functionality is deprecated --- --- and should be replaced with sysbuild. Child and parent image --- --- support remains only to allow existing customer applications --- --- to build and allow porting to sysbuild, it is no longer --- --- receiving updates or new features and it will not be possible --- --- to build using child/parent image at all in nRF Connect SDK --- --- version 2.9 onwards. --- --------------------------------------------------------------------- Call Stack (most recent call first): C:/ncs/v2.9.2/zephyr/cmake/modules/kernel.cmake:255 (include) C:/ncs/v2.9.2/zephyr/cmake/modules/zephyr_default.cmake:142 (include) C:/ncs/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include) C:/ncs/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate) CMakeLists.txt:9 (find_package) -- Configuring done -- Generating done -- Build files have been written to: C:/Work/nrf-samples/hello_world/app/build/hci_ipc/b0n === child image b0n - CPUNET (inherited) end === CMake Warning at C:/ncs/v2.9.2/nrf/subsys/bootloader/cmake/debug_keys.cmake:20 (message): -------------------------------------------------------------- --- WARNING: Using generated NSIB public/private key-pair. --- --- It should not be used for production. --- --- See CONFIG_SB_SIGNING_KEY_FILE --- -------------------------------------------------------------- Call Stack (most recent call first): C:/ncs/v2.9.2/nrf/subsys/bootloader/cmake/provision_hex.cmake:47 (include) C:/ncs/v2.9.2/nrf/subsys/CMakeLists.txt:20 (include) -- libmetal version: 1.6.0 (C:/ncs/v2.9.2/zephyr/samples/bluetooth/hci_ipc) -- Build type: -- Host: Windows/AMD64 -- Target: Generic/arm -- Machine: arm -- Looking for include file stdatomic.h -- Looking for include file stdatomic.h - found -- open-amp version: 1.6.1 (C:/ncs/v2.9.2/modules/lib/open-amp/open-amp) -- Host: Windows/AMD64 -- Target: Generic/arm -- Machine: arm -- C_FLAGS : -Wall -Wextra -- Looking for include file fcntl.h -- Looking for include file fcntl.h - found -- Setting build type to 'MinSizeRel' as none was specified. CMake Deprecation Warning at C:/ncs/v2.9.2/nrf/cmake/partition_manager.cmake:32 (message): --------------------------------------------------------------------- --- WARNING: Child and parent image functionality is deprecated --- --- and should be replaced with sysbuild. Child and parent image --- --- support remains only to allow existing customer applications --- --- to build and allow porting to sysbuild, it is no longer --- --- receiving updates or new features and it will not be possible --- --- to build using child/parent image at all in nRF Connect SDK --- --- version 2.9 onwards. --- --------------------------------------------------------------------- Call Stack (most recent call first): C:/ncs/v2.9.2/zephyr/cmake/modules/kernel.cmake:255 (include) C:/ncs/v2.9.2/zephyr/cmake/modules/zephyr_default.cmake:142 (include) C:/ncs/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include) C:/ncs/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate) CMakeLists.txt:5 (find_package) CMake Warning at C:/ncs/v2.9.2/nrf/cmake/partition_manager.cmake:102 (message): --------------------------------------------------------------------- --- WARNING: Using a bootloader without pm_static.yml. --- --- There are cases where a deployed product can consist of --- --- multiple images, and only a subset of these images can be --- --- upgraded through a firmware update mechanism. In such cases, --- --- the upgradable images must have partitions that are static --- --- and are matching the partition map used by the bootloader --- --- programmed onto the device. --- --------------------------------------------------------------------- Call Stack (most recent call first): C:/ncs/v2.9.2/zephyr/cmake/modules/kernel.cmake:255 (include) C:/ncs/v2.9.2/zephyr/cmake/modules/zephyr_default.cmake:142 (include) C:/ncs/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include) C:/ncs/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate) CMakeLists.txt:5 (find_package) -- Configuring done -- Generating done -- Build files have been written to: C:/Work/nrf-samples/hello_world/app/build/hci_ipc === child image hci_ipc - CPUNET end === -- Found Python3: C:/ncs/toolchains/b620d30767/opt/bin/python.exe (found version "3.12.4") found components: Interpreter === child image mcuboot - begin === loading initial cache file C:/Work/nrf-samples/hello_world/app/build/mcuboot/child_image_preload.cmake -- Application: C:/ncs/v2.9.2/bootloader/mcuboot/boot/zephyr -- CMake version: 3.21.0 -- Found Python3: C:/ncs/toolchains/b620d30767/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.9.2/zephyr/.cache -- Zephyr version: 3.7.99 (C:/ncs/v2.9.2/zephyr) -- Found west (found suitable version "1.2.0", minimum required is "0.14.0") Loading Zephyr default modules (Zephyr base). -- Board: nrf5340dk, qualifiers: nrf5340/cpuapp -- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/b620d30767/opt/zephyr-sdk) -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/b620d30767/opt/zephyr-sdk) -- Found Dtc: C:/ncs/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") -- Found BOARD.dts: C:/ncs/v2.9.2/zephyr/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp.dts -- Found devicetree overlay: C:/ncs/v2.9.2/bootloader/mcuboot/boot/zephyr/app.overlay -- Found devicetree overlay: C:/ncs/v2.9.2/nrf/modules/mcuboot/usb.overlay -- Generated zephyr.dts: C:/Work/nrf-samples/hello_world/app/build/mcuboot/zephyr/zephyr.dts -- Generated devicetree_generated.h: C:/Work/nrf-samples/hello_world/app/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h -- Including generated dts.cmake file: C:/Work/nrf-samples/hello_world/app/build/mcuboot/zephyr/dts.cmake Parsing C:/ncs/v2.9.2/bootloader/mcuboot/boot/zephyr/Kconfig Loaded configuration 'C:/ncs/v2.9.2/zephyr/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp_defconfig' Merged configuration 'C:/ncs/v2.9.2/bootloader/mcuboot/boot/zephyr/prj.conf' Merged configuration 'C:/ncs/v2.9.2/nrf/subsys/pcd/pcd.conf' Merged configuration 'C:/ncs/v2.9.2/nrf/subsys/bootloader/bl_override/override_external_mcuboot.conf' Merged configuration 'C:/ncs/v2.9.2/nrf/subsys/partition_manager/partition_manager_enabled.conf' Merged configuration 'C:/Work/nrf-samples/hello_world/app/build/mcuboot/zephyr/misc/generated/extra_kconfig_options.conf' Configuration saved to 'C:/Work/nrf-samples/hello_world/app/build/mcuboot/zephyr/.config' Kconfig header saved to 'C:/Work/nrf-samples/hello_world/app/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h' -- Found GnuLd: c:/ncs/toolchains/b620d30767/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/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe -- Setting build type to 'MinSizeRel' as none was specified. CMake Deprecation Warning at C:/ncs/v2.9.2/nrf/cmake/partition_manager.cmake:32 (message): --------------------------------------------------------------------- --- WARNING: Child and parent image functionality is deprecated --- --- and should be replaced with sysbuild. Child and parent image --- --- support remains only to allow existing customer applications --- --- to build and allow porting to sysbuild, it is no longer --- --- receiving updates or new features and it will not be possible --- --- to build using child/parent image at all in nRF Connect SDK --- --- version 2.9 onwards. --- --------------------------------------------------------------------- Call Stack (most recent call first): C:/ncs/v2.9.2/zephyr/cmake/modules/kernel.cmake:255 (include) C:/ncs/v2.9.2/zephyr/cmake/modules/zephyr_default.cmake:142 (include) C:/ncs/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include) C:/ncs/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate) CMakeLists.txt:12 (find_package) MCUBoot bootloader key file: C:/ncs/v2.9.2/bootloader/mcuboot/root-rsa-2048.pem -- Configuring done -- Generating done -- Build files have been written to: C:/Work/nrf-samples/hello_world/app/build/mcuboot === child image mcuboot - end === CMake Warning at C:/ncs/v2.9.2/nrf/modules/mcuboot/CMakeLists.txt:382 (message): --------------------------------------------------------- --- WARNING: Using default MCUBoot key, it should not --- --- be used for production. --- --------------------------------------------------------- -- libmetal version: 1.6.0 (C:/Work/nrf-samples/hello_world/app) -- Build type: -- Host: Windows/AMD64 -- Target: Generic/arm -- Machine: arm -- Looking for include file stdatomic.h -- Looking for include file stdatomic.h - found -- open-amp version: 1.6.1 (C:/ncs/v2.9.2/modules/lib/open-amp/open-amp) -- Looking for include file fcntl.h -- Looking for include file fcntl.h - found -- Setting build type to 'MinSizeRel' as none was specified. -- Host: Windows/AMD64 -- Target: Generic/arm -- Machine: arm -- C_FLAGS : -Wall -Wextra CMake Warning at C:/ncs/v2.9.2/zephyr/CMakeLists.txt:2133 (message): __ASSERT() statements are globally ENABLED CMake Deprecation Warning at C:/ncs/v2.9.2/nrf/cmake/partition_manager.cmake:32 (message): --------------------------------------------------------------------- --- WARNING: Child and parent image functionality is deprecated --- --- and should be replaced with sysbuild. Child and parent image --- --- support remains only to allow existing customer applications --- --- to build and allow porting to sysbuild, it is no longer --- --- receiving updates or new features and it will not be possible --- --- to build using child/parent image at all in nRF Connect SDK --- --- version 2.9 onwards. --- --------------------------------------------------------------------- Call Stack (most recent call first): C:/ncs/v2.9.2/zephyr/cmake/modules/kernel.cmake:255 (include) C:/ncs/v2.9.2/zephyr/cmake/modules/zephyr_default.cmake:142 (include) C:/ncs/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include) C:/ncs/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate) CMakeLists.txt:7 (find_package) Traceback (most recent call last): File "C:\ncs\v2.9.2\nrf\scripts\partition_manager.py", line 2045, in main() File "C:\ncs\v2.9.2\nrf\scripts\partition_manager.py", line 1023, in main pm_config = load_reqs(args.input_files) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ncs\v2.9.2\nrf\scripts\partition_manager.py", line 689, in load_reqs raise PartitionError( PartitionError: Conflicting configuration found for 'C:/Work/nrf-samples/hello_world/app/build/modules/nrf/subsys/partition_manager/pm.yml.rpmsg_nrf53' value for key 'rpmsg_nrf53_sram' differs. val1: {'placement': {'before': 'end'}, 'size': 32768, 'region': 'sram_primary'} val2: {'placement': {'before': 'end'}, 'size': 65536, 'region': 'sram_primary'} CMake Error at C:/ncs/v2.9.2/nrf/cmake/partition_manager.cmake:357 (message): Partition Manager failed, aborting. Command: C:/ncs/toolchains/b620d30767/opt/bin/python.exe;C:/ncs/v2.9.2/nrf/scripts/partition_manager.py;--input-files;C:/Work/nrf-samples/hello_world/app/build/mcuboot/zephyr/include/generated/pm.yml;C:/Work/nrf-samples/hello_world/app/build/mcuboot/modules/nrf/subsys/partition_manager/pm.yml.rpmsg_nrf53;C:/Work/nrf-samples/hello_world/app/build/mcuboot/modules/nrf/subsys/partition_manager/pm.yml.pcd;C:/Work/nrf-samples/hello_world/app/build/zephyr/include/generated/pm.yml;C:/Work/nrf-samples/hello_world/app/build/modules/nrf/subsys/partition_manager/pm.yml.settings;C:/Work/nrf-samples/hello_world/app/build/modules/nrf/subsys/partition_manager/pm.yml.rpmsg_nrf53;--regions;sram_primary;otp;flash_primary;--output-partitions;C:/Work/nrf-samples/hello_world/app/build/partitions.yml;--output-regions;C:/Work/nrf-samples/hello_world/app/build/regions.yml;--static-config;C:/Work/nrf-samples/hello_world/app/pm_static.yml;--sram_primary-size;0x80000;--sram_primary-base-address;0x20000000;--sram_primary-placement-strategy;complex;--sram_primary-dynamic-partition;sram_primary;--otp-size;764;--otp-base-address;0xff8100;--otp-placement-strategy;start_to_end;--flash_primary-size;0x100000;--flash_primary-base-address;0x0;--flash_primary-placement-strategy;complex;--flash_primary-device;flash_controller;--flash_primary-default-driver-kconfig;CONFIG_SOC_FLASH_NRF Call Stack (most recent call first): C:/ncs/v2.9.2/zephyr/cmake/modules/kernel.cmake:255 (include) C:/ncs/v2.9.2/zephyr/cmake/modules/zephyr_default.cmake:142 (include) C:/ncs/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include) C:/ncs/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate) CMakeLists.txt:7 (find_package) FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\b620d30767\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/b620d30767/opt/bin/python.exe '-Bc:\Work\nrf-samples\hello_world\app\build' -GNinja -DBOARD=nrf5340dk/nrf5340/cpuapp -DNCS_TOOLCHAIN_VERSION=NONE -DCONF_FILE=prj.conf -DBOARD_ROOT=c:/work/nrf-samples/hello_world '-Sc:\Work\nrf-samples\hello_world\app' -- Found partition manager static configuration: C:/Work/nrf-samples/hello_world/app/pm_static.yml -- Configuring incomplete, errors occurred! See also "C:/Work/nrf-samples/hello_world/app/build/CMakeFiles/CMakeOutput.log". See also "C:/Work/nrf-samples/hello_world/app/build/CMakeFiles/CMakeError.log". * The terminal process terminated with exit code: 1. * Terminal will be reused by tasks, press any key to close it.