[1/10] Performing build step for 'bootloader'
[1/1] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\User\workspace\hello_world\build\bootloader\esp-idf\esptool_py && C:\Espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Espressif/frameworks/esp-idf-v5.1/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 C:/Users/User/workspace/hello_world/build/bootloader/bootloader.bin"

Bootloader binary size 0x6860 bytes. 0x7a0 bytes (7%) free.


[2/10] No install step for 'bootloader'
[3/10] Completed 'bootloader'
[4/10] Building CXX object esp-idf/main/CMakeFiles/__idf_main.dir/hello_world_main.cpp.obj
[5/10] Linking C static library esp-idf\main\libmain.a
[6/10] Generating ld/sections.ld
[7/10] Building C object CMakeFiles/hello_world.elf.dir/project_elf_src_esp32.c.obj
[8/10] Linking CXX executable hello_world.elf
[9/10] Generating binary image from built executable
esptool.py v4.7.0

Creating esp32 image...

Merged 2 ELF sections

Successfully created esp32 image.

Generated C:/Users/User/workspace/hello_world/build/hello_world.bin
[10/10] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\User\workspace\hello_world\build\esp-idf\esptool_py && C:\Espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Espressif/frameworks/esp-idf-v5.1/components/partition_table/check_sizes.py --offset 0x8000 partition --type app C:/Users/User/workspace/hello_world/build/partition_table/partition-table.bin C:/Users/User/workspace/hello_world/build/hello_world.bin"
hello_world.bin binary size 0x48f60 bytes. Smallest app partition is 0x100000 bytes. 0xb70a0 bytes (71%) free.

