* Executing task: nRF Connect: Generate config nrf52840dk_nrf52840 for c:\temp\blinky
Building blinky
C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/temp/blinky/build c:/temp/blinky --pristine --board nrf52840dk_nrf52840 --no-sysbuild -- -DNCS_TOOLCHAIN_VERSION=NONE"
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: C:/temp/blinky
-- CMake version: 3.21.0
-- Found Python3: C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe (found suitable version "3.9.13", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: C:/ncs/v2.7.0/zephyr/.cache
-- Zephyr version: 3.6.99 (C:/ncs/v2.7.0/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
CMake Warning at C:/ncs/v2.7.0/zephyr/cmake/modules/boards.cmake:110 (message):
Deprecated BOARD=nrf52840dk_nrf52840 specified, board automatically changed
to: nrf52840dk/nrf52840.
Call Stack (most recent call first):
C:/ncs/v2.7.0/zephyr/cmake/modules/zephyr_default.cmake:132 (include)
C:/ncs/v2.7.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
C:/ncs/v2.7.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
CMakeLists.txt:4 (find_package)
-- Board: nrf52840dk, qualifiers: nrf52840
-- Found host-tools: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/ce3b5ff664/opt/bin/dtc.exe (Required is at least version "1.4.6")
-- Found BOARD.dts: C:/ncs/v2.7.0/zephyr/boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts
-- Generated zephyr.dts: C:/temp/blinky/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/temp/blinky/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/temp/blinky/build/zephyr/dts.cmake
Parsing C:/ncs/v2.7.0/zephyr/Kconfig
Loaded configuration 'C:/ncs/v2.7.0/zephyr/boards/nordic/nrf52840dk/nrf52840dk_nrf52840_defconfig'
Merged configuration 'C:/temp/blinky/prj.conf'
Configuration saved to 'C:/temp/blinky/build/zephyr/.config'
Kconfig header saved to 'C:/temp/blinky/build/zephyr/include/generated/autoconf.h'
-- Found GnuLd: c:/ncs/toolchains/ce3b5ff664/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/ce3b5ff664/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Configuring done
-- Generating done
-- Build files have been written to: C:/temp/blinky/build
-- west build: building application
[4/140] Generating include/generated/version.h
-- Zephyr version: 3.6.99 (C:/ncs/v2.7.0/zephyr), build: v3.6.99-ncs2
[140/140] Linking C executable zephyr\zephyr.elf
Memory region Used Size Region Size %age Used
FLASH: 21904 B 1 MB 2.09%
RAM: 7680 B 256 KB 2.93%
IDT_LIST: 0 GB 32 KB 0.00%
Generating files from C:/temp/blinky/build/zephyr/zephyr.elf for board: nrf52840dk