Need to check build log..

Hi, 

I have opened Sample "Peripheral_hr_coded" and added build configuration.

Then I clicked on Action --> Build.

Please validate below log. Is it proper ? 

Log is as below ,

Building peripheral_hr_coded
-- 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: nrf52833dk, qualifiers: nrf52833
Parsing c:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/Kconfig.sysbuild
Loaded configuration 'C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build/_sysbuild/empty.conf'
Merged configuration 'C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build/_sysbuild/empty.conf'
Configuration saved to 'C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build/zephyr/.config'
Kconfig header saved to 'C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build/_sysbuild/autoconf.h'
--
*****************************************
* Running CMake for peripheral_hr_coded *
*****************************************

Loading Zephyr default modules (Zephyr base).
-- Application: C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded
-- 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: nrf52833dk, qualifiers: nrf52833
-- 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/zephyr/boards/nordic/nrf52833dk/nrf52833dk_nrf52833.dts
-- Generated zephyr.dts: C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build/peripheral_hr_coded/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build/peripheral_hr_coded/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build/peripheral_hr_coded/zephyr/dts.cmake
Parsing C:/ncs/v2.8.0/zephyr/Kconfig
Loaded configuration 'C:/ncs/v2.8.0/zephyr/boards/nordic/nrf52833dk/nrf52833dk_nrf52833_defconfig'
Merged configuration 'C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/prj.conf'
Merged configuration 'C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build/peripheral_hr_coded/zephyr/.config.sysbuild'
Configuration saved to 'C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build/peripheral_hr_coded/zephyr/.config'
Kconfig header saved to 'C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build/peripheral_hr_coded/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.
CMake Warning at C:/ncs/v2.8.0/zephyr/CMakeLists.txt:2134 (message):
__ASSERT() statements are globally ENABLED


-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build/peripheral_hr_coded
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build
-- west build: building application
[4/194] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (C:/ncs/v2.8.0/zephyr), build: v3.7.99-ncs1
[194/194] Linking C executable zephyr\zephyr.elf
Memory region Used Size Region Size %age Used
FLASH: 166056 B 512 KB 31.67%
RAM: 24620 B 128 KB 18.78%
IDT_LIST: 0 GB 32 KB 0.00%
Generating files from C:/ncs/v2.8.0/nrf/samples/bluetooth/peripheral_hr_coded/build/peripheral_hr_coded/zephyr/zephyr.elf for board: nrf52833dk
[10/10] Generating ../merged.hex

Is this log correct ?

Related