Newer
Older
ESP32-RetroPlay / build / log / idf_py_stdout_output_5244
[1/9] 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.


[2/9] No install step for 'bootloader'
[3/9] Completed 'bootloader'
[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/tasks/display_task.c.obj
C:/Users/HomePC/Desktop/Projects/rc-car/main/tasks/display_task.c:43:27: warning: 'xDisplayMutex' initialized and declared 'extern'
   43 | extern  SemaphoreHandle_t xDisplayMutex = NULL;
      |                           ^~~~~~~~~~~~~
C:/Users/HomePC/Desktop/Projects/rc-car/main/tasks/display_task.c:50:23: warning: 'display_content_changed' initialized and declared 'extern'
   50 | extern  volatile bool display_content_changed = true; // Initialize to true for initial message
      |                       ^~~~~~~~~~~~~~~~~~~~~~~
In file included from C:/Users/HomePC/Desktop/Projects/rc-car/main/tasks/display_task.c:12:
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] = {
      |                ^~~~~~~~~~~~~~~~
[5/9] Linking C static library esp-idf\main\libmain.a
[6/9] Generating ld/sections.ld
[7/9] Linking CXX executable rc-car.elf
[8/9] 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
[9/9] 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 0x3efa0 bytes. Smallest app partition is 0x100000 bytes. 0xc1060 bytes (75%) free.