Newer
Older
ESP32-RetroPlay / build / log / idf_py_stdout_output_14796
[1/12] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/tasks/game/jump_bird_game.c.obj
In file included from C:/Users/HomePC/Desktop/Projects/rc-car/main/tasks/game/jump_bird_game.c:13:
C:/Users/HomePC/Desktop/Projects/rc-car/components/ssd1306/font8x8_basic.h:41:16: warning: 'font8x8_basic_tr' defined but not used [-Wunused-variable]
   41 | static uint8_t font8x8_basic_tr[128][8] = {
      |                ^~~~~~~~~~~~~~~~
[2/12] Performing build step for 'bootloader'
[1/1] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\HomePC\Desktop\Projects\rc-car\build\bootloader\esp-idf\esptool_py && C:\Espressif\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Espressif/frameworks/esp-idf-v5.4.1/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 C:/Users/HomePC/Desktop/Projects/rc-car/build/bootloader/bootloader.bin"

Bootloader binary size 0x5220 bytes. 0x2de0 bytes (36%) free.


[3/12] No install step for 'bootloader'
[4/12] Completed 'bootloader'
[5/12] Building C object esp-idf/ssd1306/CMakeFiles/__idf_ssd1306.dir/ssd1306.c.obj
[6/12] Linking C static library esp-idf\ssd1306\libssd1306.a
[7/12] Linking C static library esp-idf\main\libmain.a
[8/12] Generating ld/sections.ld
[9/12] Linking CXX executable rc-car.elf
[10/12] Generating binary image from built executable
esptool.py v4.9.0

Creating esp32s3 image...

Merged 2 ELF sections

Successfully created esp32s3 image.

Generated C:/Users/HomePC/Desktop/Projects/rc-car/build/rc-car.bin
[11/12] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\HomePC\Desktop\Projects\rc-car\build\esp-idf\esptool_py && C:\Espressif\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Espressif/frameworks/esp-idf-v5.4.1/components/partition_table/check_sizes.py --offset 0x8000 partition --type app C:/Users/HomePC/Desktop/Projects/rc-car/build/partition_table/partition-table.bin C:/Users/HomePC/Desktop/Projects/rc-car/build/rc-car.bin"
rc-car.bin binary size 0x3f920 bytes. Smallest app partition is 0x100000 bytes. 0xc06e0 bytes (75%) free.

[11/12] C:\Windows\system32\cmd.exe /C "cd /D C:\Espressif\frameworks\esp-idf-v5.4.1\components\esptool_py && C:\Espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Espressif/frameworks/esp-idf-v5.4.1 -D SERIAL_TOOL=C:/Espressif/python_env/idf5.4_py3.11_env/Scripts/python.exe;;C:/Espressif/frameworks/esp-idf-v5.4.1/components/esptool_py/esptool/esptool.py;--chip;esp32s3 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args -D WORKING_DIRECTORY=C:/Users/HomePC/Desktop/Projects/rc-car/build -P C:/Espressif/frameworks/esp-idf-v5.4.1/components/esptool_py/run_serial_tool.cmake"
esptool.py --chip esp32s3 -p COM4 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x0 bootloader/bootloader.bin 0x10000 rc-car.bin 0x8000 partition_table/partition-table.bin
esptool.py v4.9.0
Serial port COM4
Connecting.....
Chip is ESP32-S3 (QFN56) (revision v0.2)
Features: WiFi, BLE, Embedded PSRAM 8MB (AP_3v3)
Crystal is 40MHz
MAC: f0:9e:9e:22:0a:68
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00005fff...
Flash will be erased from 0x00010000 to 0x0004ffff...
Flash will be erased from 0x00008000 to 0x00008fff...
SHA digest in image updated
Compressed 21024 bytes to 13390...
Writing at 0x00000000... (100 %)
Wrote 21024 bytes (13390 compressed) at 0x00000000 in 0.7 seconds (effective 243.8 kbit/s)...
Hash of data verified.
Compressed 260384 bytes to 133564...
Writing at 0x00010000... (11 %)
Writing at 0x0001c39a... (22 %)
Writing at 0x000243ec... (33 %)
Writing at 0x0002adc3... (44 %)
Writing at 0x00031549... (55 %)
Writing at 0x0003b311... (66 %)
Writing at 0x00042268... (77 %)
Writing at 0x00047fec... (88 %)
Writing at 0x0004e5ab... (100 %)
Wrote 260384 bytes (133564 compressed) at 0x00010000 in 3.2 seconds (effective 643.6 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 103...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 364.9 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...