idf_py_stdout_output_51593 1.8 KB

123456789101112131415161718192021222324
  1. [1/12] Performing build step for 'bootloader'
  2. [1/1] cd /2_way_tochie/build/bootloader/esp-idf/esptool_py && /root/.espressif/python_env/idf5.3_py3.12_env/bin/python /root/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /2_way_tochie/build/bootloader/bootloader.bin
  3. Bootloader binary size 0x5950 bytes. 0x26b0 bytes (30%) free.
  4. [2/12] No install step for 'bootloader'
  5. [3/12] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/tca9555_driver/tca9555_driver.c.obj
  6. [4/12] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj
  7. [5/12] Completed 'bootloader'
  8. [6/12] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/hardeware_driver/bsp_board.c.obj
  9. /2_way_tochie/main/hardeware_driver/bsp_board.c: In function 'bsp_i2s_init':
  10. /2_way_tochie/main/hardeware_driver/bsp_board.c:391:21: warning: variable 'channel_fmt' set but not used [-Wunused-but-set-variable]
  11. 391 | i2s_slot_mode_t channel_fmt;
  12. | ^~~~~~~~~~~
  13. [7/12] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/sip/sip.c.obj
  14. [8/12] Linking C static library esp-idf/main/libmain.a
  15. [9/12] Generating ld/sections.ld
  16. [10/12] Linking CXX executable esp_sr_02.elf
  17. [11/12] Generating binary image from built executable
  18. esptool.py v4.12.0
  19. Creating esp32s3 image...
  20. Merged 2 ELF sections
  21. Successfully created esp32s3 image.
  22. Generated /2_way_tochie/build/esp_sr_02.bin
  23. [12/12] cd /2_way_tochie/build/esp-idf/esptool_py && /root/.espressif/python_env/idf5.3_py3.12_env/bin/python /root/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /2_way_tochie/build/partition_table/partition-table.bin /2_way_tochie/build/esp_sr_02.bin
  24. esp_sr_02.bin binary size 0xe0860 bytes. Smallest app partition is 0x300000 bytes. 0x21f7a0 bytes (71%) free.