* Executing task: nRF Connect: Generate config nrf5340_audio_dk/nrf5340/cpuapp for c:\ncs\empty_app_core Building empty_app_core C:\Windows\system32\cmd.exe /d /s /c "west build --build-dir c:/ncs/empty_app_core/build c:/ncs/empty_app_core --pristine --board nrf5340_audio_dk/nrf5340/cpuapp -- -DBOARD_ROOT=c:/ncs/peripheral_hr;c:/ncs/iso_time_sync;c:/ncs/iso_time_sync_1;c:/ncs/peripheral_with_multiple_identities;c:/ncs/hci_uart" -- 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: nrf5340_audio_dk, qualifiers: nrf5340/cpuapp Parsing C:/ncs/v3.0.2/zephyr/share/sysbuild/Kconfig Loaded configuration 'C:/ncs/empty_app_core/build/_sysbuild/empty.conf' Merged configuration 'C:/ncs/empty_app_core/build/_sysbuild/empty.conf' Configuration saved to 'C:/ncs/empty_app_core/build/zephyr/.config' Kconfig header saved to 'C:/ncs/empty_app_core/build/_sysbuild/autoconf.h' -- ************************************ * Running CMake for empty_app_core * ************************************ Loading Zephyr default modules (Zephyr base). -- Application: C:/ncs/empty_app_core -- 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: nrf5340_audio_dk, qualifiers: nrf5340/cpuapp -- 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/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp.dts -- Generated zephyr.dts: C:/ncs/empty_app_core/build/empty_app_core/zephyr/zephyr.dts -- Generated pickled edt: C:/ncs/empty_app_core/build/empty_app_core/zephyr/edt.pickle -- Generated zephyr.dts: C:/ncs/empty_app_core/build/empty_app_core/zephyr/zephyr.dts -- Generated devicetree_generated.h: C:/ncs/empty_app_core/build/empty_app_core/zephyr/include/generated/zephyr/devicetree_generated.h -- Including generated dts.cmake file: C:/ncs/empty_app_core/build/empty_app_core/zephyr/dts.cmake warning: THREAD_STACK_INFO (defined at kernel/Kconfig:189) was assigned the value 'n' but got the value 'y'. See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_THREAD_STACK_INFO and/or look up THREAD_STACK_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: BOOT_DELAY (defined at kernel/Kconfig:472) was assigned the value '0' but got the value ''. Check these unsatisfied dependencies: MULTITHREADING (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BOOT_DELAY and/or look up BOOT_DELAY 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: PRINTK (defined at subsys/debug/Kconfig:220) was assigned the value 'n' but got the value 'y'. See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PRINTK and/or look up PRINTK 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: EARLY_CONSOLE (defined at subsys/debug/Kconfig:239) was assigned the value 'n' but got the value 'y'. See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_EARLY_CONSOLE and/or look up EARLY_CONSOLE 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 DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM is enabled. Parsing C:/ncs/v3.0.2/zephyr/Kconfig Loaded configuration 'C:/ncs/v3.0.2/zephyr/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp_defconfig' Merged configuration 'C:/ncs/empty_app_core/prj.conf' Merged configuration 'C:/ncs/empty_app_core/build/empty_app_core/zephyr/.config.sysbuild' Configuration saved to 'C:/ncs/empty_app_core/build/empty_app_core/zephyr/.config' Kconfig header saved to 'C:/ncs/empty_app_core/build/empty_app_core/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 CMake Warning at C:/ncs/v3.0.2/zephyr/soc/nordic/nrf53/CMakeLists.txt:11 (message): Your application may be affected by the anomaly 160 that concerns the nRF5340 SoC. The related workaround cannot be applied, because your application has the system clock disabled (CONFIG_SYS_CLOCK_EXISTS=n). Consider enabling the system clock to apply the workaround. At your own risk, you can suppress this warning by setting CONFIG_SOC_NRF53_ANOMALY_160_WORKAROUND_NEEDED=n. -- Configuring done -- Generating done -- Build files have been written to: C:/ncs/empty_app_core/build/empty_app_core -- Configuring done -- Generating done -- Build files have been written to: C:/ncs/empty_app_core/build -- west build: building application [4/119] Generating include/generated/zephyr/version.h -- Zephyr version: 4.0.99 (C:/ncs/v3.0.2/zephyr), build: v4.0.99-ncs1-2 [119/119] Linking C executable zephyr\zephyr.elf Memory region Used Size Region Size %age Used FLASH: 8008 B 1 MB 0.76% RAM: 3368 B 448 KB 0.73% IDT_LIST: 0 GB 32 KB 0.00% Generating files from C:/ncs/empty_app_core/build/empty_app_core/zephyr/zephyr.elf for board: nrf5340_audio_dk [10/10] Generating ../merged.hex * Terminal will be reused by tasks, press any key to close it. * Executing task: nRF Connect: Flash: empty_app_core/empty_app_core (active) Flashing empty_app_core to 1050193411 C:\Windows\system32\cmd.exe /d /s /c "west flash -d c:\ncs\empty_app_core\build --domain empty_app_core --dev-id 1050193411" -- west flash: rebuilding [0/5] Performing build step for 'empty_app_core' ninja: no work to do. [2/5] No install step for 'empty_app_core' [3/5] Completed 'empty_app_core' [4/5] cmd.exe /C "cd /D C:\ncs\empty_app_core\build\_sysbuild && C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.exe -E true" -- west flash: using runner nrfutil -- runners.nrfutil: reset after flashing requested -- runners.nrfutil: Flashing file: C:\ncs\empty_app_core\build\merged.hex -- runners.nrfutil: Erasing address ranges touched by firmware -- runners.nrfutil: Programming image -- runners.nrfutil: Verifying image -- runners.nrfutil: Reset -- runners.nrfutil: Board with serial number 1050193411 flashed successfully. * Terminal will be reused by tasks, press any key to close it.