1 .编译log------------------------------------------------------------------------------------------------------
-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.39.1.windows.1") 
-- 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: D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc.exe
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-g++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building ESP-IDF components for target esp32s3
Processing 19 dependencies:
[1/19] chmorgan/esp-audio-player (1.0.6)
[2/19] chmorgan/esp-file-iterator (1.0.0)
[3/19] chmorgan/esp-libhelix-mp3 (1.0.3)
[4/19] espressif/button (3.2.0)
[5/19] espressif/cmake_utilities (0.5.3)
[6/19] espressif/esp-dsp (1.4.12)
[7/19] espressif/esp-sr (1.3.4)
[8/19] espressif/esp_codec_dev (1.1.0)
[9/19] espressif/esp_io_expander (1.0.1)
[10/19] espressif/esp_io_expander_tca9554 (1.0.1)
[11/19] espressif/esp_lcd_gc9503 (3.0.1)
[12/19] espressif/esp_lcd_panel_io_additions (1.0.1)
[13/19] espressif/esp_lcd_touch (1.1.1)
[14/19] espressif/esp_lcd_touch_ft5x06 (1.0.6)
[15/19] espressif/esp_lcd_touch_gt1151 (1.0.5~1)
[16/19] espressif/led_strip (2.5.3)
[17/19] espressif/zlib (1.3.0)
[18/19] idf (5.1.2)
[19/19] lvgl/lvgl (7.11.0)
-- Project sdkconfig file C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/sdkconfig
Loading defaults file C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/sdkconfig.defaults...
Compiler supported targets: xtensa-esp32s3-elf

-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of time_t
-- Check size of time_t - done
-- Found Python3: d:/ESPIDF51/tools/python_env/idf5.1_py3.11_env/Scripts/python.exe (found version "3.11.2") found components: Interpreter
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success
-- App "smart-panel" version: aa31f00-dirty
-- Adding linker script C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/build/esp-idf/esp_system/ld/memory.ld
-- Adding linker script D:/ESPIDF51/esp-idf/components/esp_system/ld/esp32s3/sections.ld.in
-- Adding linker script D:/ESPIDF51/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.ld
-- Adding linker script D:/ESPIDF51/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld
-- Adding linker script D:/ESPIDF51/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld
-- Adding linker script D:/ESPIDF51/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld
-- Adding linker script D:/ESPIDF51/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld
-- Adding linker script D:/ESPIDF51/esp-idf/components/soc/esp32s3/ld/esp32s3.peripherals.ld
-- BUTTON: 3.2.0
-- ESP_LCD_GC9503: 3.0.1
-- ESP_LCD_PANEL_IO_ADDITIONS: 1.0.1
-- Components: app_trace app_update bootloader bootloader_support bsp_extra bt chmorgan__esp-audio-player chmorgan__esp-file-iterator chmorgan__esp-libhelix-mp3 cmock console cxx driver efuse esp-tls esp32_s3_lcd_ev_board esp_adc esp_app_format esp_coex esp_common esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_hw_support esp_jpeg esp_lcd esp_local_ctrl esp_mm esp_netif esp_netif_stack esp_partition esp_phy esp_pm esp_psram esp_ringbuf esp_rom esp_system esp_timer esp_wifi espcoredump espressif__button espressif__cmake_utilities espressif__esp-dsp espressif__esp-sr espressif__esp_codec_dev espressif__esp_io_expander espressif__esp_io_expander_tca9554 espressif__esp_lcd_gc9503 espressif__esp_lcd_panel_io_additions espressif__esp_lcd_touch espressif__esp_lcd_touch_ft5x06 espressif__esp_lcd_touch_gt1151 espressif__led_strip espressif__zlib esptool_py fatfs freertos hal heap http_parser idf_test ieee802154 json log lvgl__lvgl lwip main mbedtls mqtt newlib nvs_flash openthread partition_table perfmon protobuf-c protocomm pthread sdmmc soc spi_flash spiffs tcp_transport touch_element ulp unity usb vfs wear_levelling wifi_provisioning wpa_supplicant xtensa
-- Component paths: D:/ESPIDF51/esp-idf/components/app_trace D:/ESPIDF51/esp-idf/components/app_update D:/ESPIDF51/esp-idf/components/bootloader D:/ESPIDF51/esp-idf/components/bootloader_support C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/components/bsp_extra D:/ESPIDF51/esp-idf/components/bt C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/chmorgan__esp-audio-player C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/chmorgan__esp-file-iterator C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/chmorgan__esp-libhelix-mp3 D:/ESPIDF51/esp-idf/components/cmock D:/ESPIDF51/esp-idf/components/console D:/ESPIDF51/esp-idf/components/cxx D:/ESPIDF51/esp-idf/components/driver D:/ESPIDF51/esp-idf/components/efuse D:/ESPIDF51/esp-idf/components/esp-tls C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/components/esp32_s3_lcd_ev_board D:/ESPIDF51/esp-idf/components/esp_adc D:/ESPIDF51/esp-idf/components/esp_app_format D:/ESPIDF51/esp-idf/components/esp_coex D:/ESPIDF51/esp-idf/components/esp_common D:/ESPIDF51/esp-idf/components/esp_eth D:/ESPIDF51/esp-idf/components/esp_event D:/ESPIDF51/esp-idf/components/esp_gdbstub D:/ESPIDF51/esp-idf/components/esp_hid D:/ESPIDF51/esp-idf/components/esp_http_client D:/ESPIDF51/esp-idf/components/esp_http_server D:/ESPIDF51/esp-idf/components/esp_https_ota D:/ESPIDF51/esp-idf/components/esp_https_server D:/ESPIDF51/esp-idf/components/esp_hw_support C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/components/esp_jpeg D:/ESPIDF51/esp-idf/components/esp_lcd D:/ESPIDF51/esp-idf/components/esp_local_ctrl D:/ESPIDF51/esp-idf/components/esp_mm D:/ESPIDF51/esp-idf/components/esp_netif D:/ESPIDF51/esp-idf/components/esp_netif_stack D:/ESPIDF51/esp-idf/components/esp_partition D:/ESPIDF51/esp-idf/components/esp_phy D:/ESPIDF51/esp-idf/components/esp_pm D:/ESPIDF51/esp-idf/components/esp_psram D:/ESPIDF51/esp-idf/components/esp_ringbuf D:/ESPIDF51/esp-idf/components/esp_rom D:/ESPIDF51/esp-idf/components/esp_system D:/ESPIDF51/esp-idf/components/esp_timer D:/ESPIDF51/esp-idf/components/esp_wifi D:/ESPIDF51/esp-idf/components/espcoredump C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__button C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__cmake_utilities C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-sr C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_codec_dev C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_io_expander C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_io_expander_tca9554 C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_lcd_gc9503 C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_lcd_panel_io_additions C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_lcd_touch C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_lcd_touch_ft5x06 C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_lcd_touch_gt1151 C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__led_strip C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__zlib D:/ESPIDF51/esp-idf/components/esptool_py D:/ESPIDF51/esp-idf/components/fatfs D:/ESPIDF51/esp-idf/components/freertos D:/ESPIDF51/esp-idf/components/hal D:/ESPIDF51/esp-idf/components/heap D:/ESPIDF51/esp-idf/components/http_parser D:/ESPIDF51/esp-idf/components/idf_test D:/ESPIDF51/esp-idf/components/ieee802154 D:/ESPIDF51/esp-idf/components/json D:/ESPIDF51/esp-idf/components/log C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/lvgl__lvgl D:/ESPIDF51/esp-idf/components/lwip C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/main D:/ESPIDF51/esp-idf/components/mbedtls D:/ESPIDF51/esp-idf/components/mqtt D:/ESPIDF51/esp-idf/components/newlib D:/ESPIDF51/esp-idf/components/nvs_flash D:/ESPIDF51/esp-idf/components/openthread D:/ESPIDF51/esp-idf/components/partition_table D:/ESPIDF51/esp-idf/components/perfmon D:/ESPIDF51/esp-idf/components/protobuf-c D:/ESPIDF51/esp-idf/components/protocomm D:/ESPIDF51/esp-idf/components/pthread D:/ESPIDF51/esp-idf/components/sdmmc D:/ESPIDF51/esp-idf/components/soc D:/ESPIDF51/esp-idf/components/spi_flash D:/ESPIDF51/esp-idf/components/spiffs D:/ESPIDF51/esp-idf/components/tcp_transport D:/ESPIDF51/esp-idf/components/touch_element D:/ESPIDF51/esp-idf/components/ulp D:/ESPIDF51/esp-idf/components/unity D:/ESPIDF51/esp-idf/components/usb D:/ESPIDF51/esp-idf/components/vfs D:/ESPIDF51/esp-idf/components/wear_levelling D:/ESPIDF51/esp-idf/components/wifi_provisioning D:/ESPIDF51/esp-idf/components/wpa_supplicant D:/ESPIDF51/esp-idf/components/xtensa
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/build

 *  正在执行任务: ninja  

[4/1355] Move and Pack models...
Recommended model partition size: 2411K
[19/1355] Generating ../../partition_table/partition-table.bin
Partition table binary generated. Contents:
*******************************************************************************
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,24K,
phy_init,data,phy,0xf000,4K,
factory,app,factory,0x10000,5000K,
storage,data,spiffs,0x4f2000,6000K,
model,data,spiffs,0xace000,4000K,
*******************************************************************************
[686/1355] Performing configure step for 'bootloader'
-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.39.1.windows.1")
-- 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: D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc.exe
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-g++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building ESP-IDF components for target esp32s3
-- Project sdkconfig file C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/sdkconfig 
Compiler supported targets: xtensa-esp32s3-elf

-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of time_t
-- Check size of time_t - done
-- Adding linker script D:/ESPIDF51/esp-idf/components/soc/esp32s3/ld/esp32s3.peripherals.ld
-- App "bootloader" version: v5.1.2-622-g47b44dfa71-dirty
-- Adding linker script D:/ESPIDF51/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.ld
-- Adding linker script D:/ESPIDF51/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld
-- Adding linker script D:/ESPIDF51/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld
-- Adding linker script D:/ESPIDF51/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld
-- Adding linker script D:/ESPIDF51/esp-idf/components/bootloader/subproject/main/ld/esp32s3/bootloader.ld
-- Adding linker script D:/ESPIDF51/esp-idf/components/bootloader/subproject/main/ld/esp32s3/bootloader.rom.ld     
-- Components: bootloader bootloader_support efuse esp_app_format esp_common esp_hw_support esp_rom esp_system esptool_py freertos hal log main micro-ecc newlib partition_table soc spi_flash xtensa
-- Component paths: D:/ESPIDF51/esp-idf/components/bootloader D:/ESPIDF51/esp-idf/components/bootloader_support D:/ESPIDF51/esp-idf/components/efuse D:/ESPIDF51/esp-idf/components/esp_app_format D:/ESPIDF51/esp-idf/components/esp_common D:/ESPIDF51/esp-idf/components/esp_hw_support D:/ESPIDF51/esp-idf/components/esp_rom D:/ESPIDF51/esp-idf/components/esp_system D:/ESPIDF51/esp-idf/components/esptool_py D:/ESPIDF51/esp-idf/components/freertos D:/ESPIDF51/esp-idf/components/hal D:/ESPIDF51/esp-idf/components/log D:/ESPIDF51/esp-idf/components/bootloader/subproject/main D:/ESPIDF51/esp-idf/components/bootloader/subproject/components/micro-ecc D:/ESPIDF51/esp-idf/components/newlib D:/ESPIDF51/esp-idf/components/partition_table D:/ESPIDF51/esp-idf/components/soc D:/ESPIDF51/esp-idf/components/spi_flash D:/ESPIDF51/esp-idf/components/xtensa
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/build/bootloader
[714/1355] Performing build step for 'bootloader'
[1/110] Generating project_elf_src_esp32s3.c
[2/110] Building C object esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj
[3/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/interrupts.c.obj
[4/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj
[5/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj
[6/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/uart_periph.c.obj
[7/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/dedic_gpio_periph.c.obj
[8/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/gdma_periph.c.obj
[9/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/ledc_periph.c.obj
[10/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/gpio_periph.c.obj
[11/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/pcnt_periph.c.obj
[12/110] Building C object CMakeFiles/bootloader.elf.dir/project_elf_src_esp32s3.c.obj
[13/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/sdm_periph.c.obj
[14/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/i2c_periph.c.obj
[15/110] Building C object esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj
[16/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/temperature_sensor_periph.c.obj
[17/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/adc_periph.c.obj
[18/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/lcd_periph.c.obj
[19/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/spi_periph.c.obj
[20/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/rmt_periph.c.obj
[21/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/timer_periph.c.obj
[22/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/i2s_periph.c.obj
[23/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/mcpwm_periph.c.obj
[24/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/touch_sensor_periph.c.obj
[25/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/usb_periph.c.obj
[26/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/rtc_io_periph.c.obj
[27/110] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj
[28/110] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj
[29/110] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj
[30/110] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj
[31/110] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32s3/efuse_hal.c.obj
[32/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj
[33/110] Building C object esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj
[34/110] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj
[35/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj
[36/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj
[37/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj
[38/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj
[39/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32s3.c.obj
[40/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj
[41/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj
[42/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj
[43/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s3/bootloader_soc.c.obj
[44/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj
[45/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj
[46/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj
[47/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s3/bootloader_sha.c.obj
[48/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj
[49/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s3/bootloader_esp32s3.c.obj
[50/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj
[51/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj
[52/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj
[53/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj
[54/110] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_rtc_calib.c.obj
[55/110] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_table.c.obj
[56/110] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_fields.c.obj
[57/110] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj
[58/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj
[59/110] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_clk.c.obj   
[60/110] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_utility.c.obj
[61/110] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj
[62/110] Building C object esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj
[63/110] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj
[64/110] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj
[65/110] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj       
[66/110] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/cpu_region_protect.c.obj
[67/110] Building ASM object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_cache_writeback_esp32s3.S.obj
[68/110] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj
[69/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj
[70/110] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_cache_esp32s2_esp32s3.c.obj
[71/110] Building ASM object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj
[72/110] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj
[73/110] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj
[74/110] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj
[75/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/twai_periph.c.obj
[76/110] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj
[77/110] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj
[78/110] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/chip_info.c.obj 
[79/110] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_clk_init.c.obj
[80/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/sdmmc_periph.c.obj
[81/110] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_sleep.c.obj 
[82/110] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_time.c.obj  
[83/110] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/usb_otg_periph.c.obj
[84/110] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj
[85/110] Building C object esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj
[86/110] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj
[87/110] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj
[88/110] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32s3.c.obj
[89/110] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj
[90/110] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_init.c.obj  
[91/110] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj
[92/110] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj
[93/110] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj
[94/110] Linking C static library esp-idf\log\liblog.a
[95/110] Linking C static library esp-idf\esp_rom\libesp_rom.a
[96/110] Linking C static library esp-idf\esp_common\libesp_common.a
[97/110] Linking C static library esp-idf\esp_hw_support\libesp_hw_support.a
[98/110] Linking C static library esp-idf\esp_system\libesp_system.a
[99/110] Linking C static library esp-idf\efuse\libefuse.a
[100/110] Linking C static library esp-idf\bootloader_support\libbootloader_support.a
[101/110] Linking C static library esp-idf\esp_app_format\libesp_app_format.a
[102/110] Linking C static library esp-idf\spi_flash\libspi_flash.a
[103/110] Linking C static library esp-idf\hal\libhal.a
[104/110] Linking C static library esp-idf\micro-ecc\libmicro-ecc.a
[105/110] Linking C static library esp-idf\soc\libsoc.a
[106/110] Linking C static library esp-idf\xtensa\libxtensa.a
[107/110] Linking C static library esp-idf\main\libmain.a
[108/110] Linking C executable bootloader.elf
[109/110] Generating binary image from built executable
esptool.py v4.7.0
Creating esp32s3 image...
Merged 1 ELF section
Successfully created esp32s3 image.
Generated C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/build/bootloader/bootloader.bin
[110/110] cmd.exe /C "cd /D C:\Users\21079\Desktop\esp32example\esp32-s3-lcd-ev-board\examples\smart_panel\build\bootloader\esp-idf\esptool_py && d:\ESPIDF51\tools\python_env\idf5.1_py3.11_env\Scripts\python.exe D:/ESPIDF51/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/build/bootloader/bootloader.bin"
Bootloader binary size 0x5780 bytes. 0x2880 bytes (32%) free.
[1106/1355] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj
FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj
D:\ESPIDF51\tools\tools\xtensa-esp32s3-elf\esp-12.2.0_20230208\xtensa-esp32s3-elf\bin\xtensa-esp32s3-elf-gcc.exe -DADF_VER=\"v2.6-78-g7243af4d\" -DESP_PLATFORM -DIDF_VER=\"v5.1.2-622-g47b44dfa71-dirty\" -DLV_CONF_INCLUDE_SIMPLE -DLV_MEM_CUSTOM_ALLOC=malloc -DLV_MEM_CUSTOM_FREE=free -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/build/config -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/main -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/main/app -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/main/ui -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/main/lv_fonts -ID:/ESPIDF51/esp-idf/components/newlib/platform_include -ID:/ESPIDF51/esp-idf/components/freertos/FreeRTOS-Kernel/include -ID:/ESPIDF51/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -ID:/ESPIDF51/esp-idf/components/freertos/esp_additions/include/freertos -ID:/ESPIDF51/esp-idf/components/freertos/esp_additions/include -ID:/ESPIDF51/esp-idf/components/freertos/esp_additions/arch/xtensa/include -ID:/ESPIDF51/esp-idf/components/esp_hw_support/include -ID:/ESPIDF51/esp-idf/components/esp_hw_support/include/soc -ID:/ESPIDF51/esp-idf/components/esp_hw_support/include/soc/esp32s3 -ID:/ESPIDF51/esp-idf/components/esp_hw_support/port/esp32s3/. -ID:/ESPIDF51/esp-idf/components/esp_hw_support/port/esp32s3/private_include -ID:/ESPIDF51/esp-idf/components/heap/include -ID:/ESPIDF51/esp-idf/components/log/include -ID:/ESPIDF51/esp-idf/components/soc/include -ID:/ESPIDF51/esp-idf/components/soc/esp32s3 -ID:/ESPIDF51/esp-idf/components/soc/esp32s3/include -ID:/ESPIDF51/esp-idf/components/hal/esp32s3/include -ID:/ESPIDF51/esp-idf/components/hal/include -ID:/ESPIDF51/esp-idf/components/hal/platform_port/include -ID:/ESPIDF51/esp-idf/components/esp_rom/include -ID:/ESPIDF51/esp-idf/components/esp_rom/include/esp32s3 -ID:/ESPIDF51/esp-idf/components/esp_rom/esp32s3 -ID:/ESPIDF51/esp-idf/components/esp_common/include -ID:/ESPIDF51/esp-idf/components/esp_system/include -ID:/ESPIDF51/esp-idf/components/esp_system/port/soc -ID:/ESPIDF51/esp-idf/components/esp_system/port/include/private -ID:/ESPIDF51/esp-idf/components/xtensa/include -ID:/ESPIDF51/esp-idf/components/xtensa/esp32s3/include -ID:/ESPIDF51/esp-idf/components/lwip/include -ID:/ESPIDF51/esp-idf/components/lwip/include/apps -ID:/ESPIDF51/esp-idf/components/lwip/include/apps/sntp -ID:/ESPIDF51/esp-idf/components/lwip/lwip/src/include -ID:/ESPIDF51/esp-idf/components/lwip/port/include -ID:/ESPIDF51/esp-idf/components/lwip/port/freertos/include -ID:/ESPIDF51/esp-idf/components/lwip/port/esp32xx/include -ID:/ESPIDF51/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-sr/src/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-sr/esp-tts/esp_tts_chinese/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-sr/include/esp32s3 -ID:/ESPIDF51/esp-idf/components/json/cJSON -ID:/ESPIDF51/esp-idf/components/spiffs/include -ID:/ESPIDF51/esp-idf/components/esp_partition/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__zlib/zlib -ID:/ESPIDF51/esp-idf/components/esp_ringbuf/include -ID:/ESPIDF51/esp-idf/components/efuse/include -ID:/ESPIDF51/esp-idf/components/efuse/esp32s3/include -ID:/ESPIDF51/esp-idf/components/driver/include -ID:/ESPIDF51/esp-idf/components/driver/deprecated -ID:/ESPIDF51/esp-idf/components/driver/analog_comparator/include -ID:/ESPIDF51/esp-idf/components/driver/dac/include -ID:/ESPIDF51/esp-idf/components/driver/gpio/include -ID:/ESPIDF51/esp-idf/components/driver/gptimer/include -ID:/ESPIDF51/esp-idf/components/driver/i2c/include -ID:/ESPIDF51/esp-idf/components/driver/i2s/include -ID:/ESPIDF51/esp-idf/components/driver/ledc/include -ID:/ESPIDF51/esp-idf/components/driver/mcpwm/include -ID:/ESPIDF51/esp-idf/components/driver/parlio/include -ID:/ESPIDF51/esp-idf/components/driver/pcnt/include -ID:/ESPIDF51/esp-idf/components/driver/rmt/include -ID:/ESPIDF51/esp-idf/components/driver/sdio_slave/include -ID:/ESPIDF51/esp-idf/components/driver/sdmmc/include -ID:/ESPIDF51/esp-idf/components/driver/sigma_delta/include -ID:/ESPIDF51/esp-idf/components/driver/spi/include -ID:/ESPIDF51/esp-idf/components/driver/temperature_sensor/include -ID:/ESPIDF51/esp-idf/components/driver/touch_sensor/include -ID:/ESPIDF51/esp-idf/components/driver/twai/include -ID:/ESPIDF51/esp-idf/components/driver/uart/include -ID:/ESPIDF51/esp-idf/components/driver/usb_serial_jtag/include -ID:/ESPIDF51/esp-idf/components/driver/touch_sensor/esp32s3/include -ID:/ESPIDF51/esp-idf/components/esp_pm/include -ID:/ESPIDF51/esp-idf/components/mbedtls/port/include -ID:/ESPIDF51/esp-idf/components/mbedtls/mbedtls/include -ID:/ESPIDF51/esp-idf/components/mbedtls/mbedtls/library -ID:/ESPIDF51/esp-idf/components/mbedtls/esp_crt_bundle/include -ID:/ESPIDF51/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -ID:/ESPIDF51/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -ID:/ESPIDF51/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -ID:/ESPIDF51/esp-idf/components/esp_app_format/include -ID:/ESPIDF51/esp-idf/components/bootloader_support/include -ID:/ESPIDF51/esp-idf/components/bootloader_support/bootloader_flash/include -ID:/ESPIDF51/esp-idf/components/app_update/include -ID:/ESPIDF51/esp-idf/components/esp_mm/include -ID:/ESPIDF51/esp-idf/components/spi_flash/include -ID:/ESPIDF51/esp-idf/components/pthread/include -ID:/ESPIDF51/esp-idf/components/esp_timer/include -ID:/ESPIDF51/esp-idf/components/app_trace/include -ID:/ESPIDF51/esp-idf/components/esp_event/include -ID:/ESPIDF51/esp-idf/components/nvs_flash/include -ID:/ESPIDF51/esp-idf/components/esp_phy/include -ID:/ESPIDF51/esp-idf/components/esp_phy/esp32s3/include -ID:/ESPIDF51/esp-idf/components/vfs/include -ID:/ESPIDF51/esp-idf/components/esp_netif/include -ID:/ESPIDF51/esp-idf/components/wpa_supplicant/include -ID:/ESPIDF51/esp-idf/components/wpa_supplicant/port/include -ID:/ESPIDF51/esp-idf/components/wpa_supplicant/esp_supplicant/include -ID:/ESPIDF51/esp-idf/components/esp_coex/include -ID:/ESPIDF51/esp-idf/components/esp_wifi/include -ID:/ESPIDF51/esp-idf/components/esp_wifi/wifi_apps/include -ID:/ESPIDF51/esp-idf/components/unity/include -ID:/ESPIDF51/esp-idf/components/unity/unity/src -ID:/ESPIDF51/esp-idf/components/cmock/CMock/src -ID:/ESPIDF51/esp-idf/components/console -ID:/ESPIDF51/esp-idf/components/http_parser -ID:/ESPIDF51/esp-idf/components/esp-tls -ID:/ESPIDF51/esp-idf/components/esp-tls/esp-tls-crypto -ID:/ESPIDF51/esp-idf/components/esp_adc/include -ID:/ESPIDF51/esp-idf/components/esp_adc/interface -ID:/ESPIDF51/esp-idf/components/esp_adc/esp32s3/include -ID:/ESPIDF51/esp-idf/components/esp_adc/deprecated/include -ID:/ESPIDF51/esp-idf/components/esp_eth/include -ID:/ESPIDF51/esp-idf/components/esp_gdbstub/include -ID:/ESPIDF51/esp-idf/components/esp_hid/include -ID:/ESPIDF51/esp-idf/components/tcp_transport/include -ID:/ESPIDF51/esp-idf/components/esp_http_client/include -ID:/ESPIDF51/esp-idf/components/esp_http_server/include -ID:/ESPIDF51/esp-idf/components/esp_https_ota/include -ID:/ESPIDF51/esp-idf/components/esp_psram/include -ID:/ESPIDF51/esp-idf/components/esp_lcd/include -ID:/ESPIDF51/esp-idf/components/esp_lcd/interface -ID:/ESPIDF51/esp-idf/components/protobuf-c/protobuf-c -ID:/ESPIDF51/esp-idf/components/protocomm/include/common -ID:/ESPIDF51/esp-idf/components/protocomm/include/security -ID:/ESPIDF51/esp-idf/components/protocomm/include/transports -ID:/ESPIDF51/esp-idf/components/protocomm/include/crypto/srp6a -ID:/ESPIDF51/esp-idf/components/esp_local_ctrl/include -ID:/ESPIDF51/esp-idf/components/espcoredump/include -ID:/ESPIDF51/esp-idf/components/espcoredump/include/port/xtensa -ID:/ESPIDF51/esp-idf/components/wear_levelling/include -ID:/ESPIDF51/esp-idf/components/sdmmc/include -ID:/ESPIDF51/esp-idf/components/fatfs/diskio -ID:/ESPIDF51/esp-idf/components/fatfs/vfs -ID:/ESPIDF51/esp-idf/components/fatfs/src -ID:/ESPIDF51/esp-idf/components/idf_test/include -ID:/ESPIDF51/esp-idf/components/idf_test/include/esp32s3 -ID:/ESPIDF51/esp-idf/components/ieee802154/include -ID:/ESPIDF51/esp-idf/components/mqtt/esp-mqtt/include -ID:/ESPIDF51/esp-idf/components/perfmon/include -ID:/ESPIDF51/esp-idf/components/touch_element/include -ID:/ESPIDF51/esp-idf/components/ulp/ulp_common/include -ID:/ESPIDF51/esp-idf/components/ulp/ulp_common/include/esp32s3 -ID:/ESPIDF51/esp-idf/components/usb/include -ID:/ESPIDF51/esp-idf/components/wifi_provisioning/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/dotprod/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/support/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/support/mem/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/windows/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/windows/hann/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/windows/blackman/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/windows/blackman_harris/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/windows/blackman_nuttall/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/windows/nuttall/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/windows/flat_top/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/iir/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/fir/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/math/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/math/add/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/math/sub/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/math/mul/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/math/addc/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/math/mulc/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/math/sqrt/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/matrix/mul/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/matrix/add/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/matrix/addc/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/matrix/mulc/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/matrix/sub/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/matrix/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/fft/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/dct/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/conv/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/common/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/matrix/mul/test/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/kalman/ekf/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp-dsp/modules/kalman/ekf_imu13states/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__button/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_codec_dev/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_codec_dev/interface -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_codec_dev/device/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_io_expander/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_io_expander_tca9554/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_lcd_gc9503/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_lcd_panel_io_additions/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_lcd_touch/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_lcd_touch_ft5x06/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__esp_lcd_touch_gt1151/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/lvgl__lvgl -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/lvgl__lvgl/src -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/components/esp32_s3_lcd_ev_board/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/chmorgan__esp-libhelix-mp3/libhelix-mp3/pub -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/chmorgan__esp-audio-player/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/chmorgan__esp-file-iterator/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__led_strip/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/managed_components/espressif__led_strip/interface -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/components/bsp_extra/include -IC:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/components/esp_jpeg/include -mlongcalls  -fdiagnostics-color=always -fdiagnostics-color=always -Wno-format -DLV_LVGL_H_INCLUDE_SIMPLE -Wno-ignored-qualifiers -Wno-unused-function -Wno-unused-variable -Wno-stringop-truncation -Wno-unknown-type-name -w -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -O2 -fmacro-prefix-map=C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel=. -fmacro-prefix-map=D:/ESPIDF51/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DBUTTON_VER_MAJOR=3 -DBUTTON_VER_MINOR=2 -DBUTTON_VER_PATCH=0 -DESP_LCD_GC9503_VER_MAJOR=3 -DESP_LCD_GC9503_VER_MINOR=0 -DESP_LCD_GC9503_VER_PATCH=1 -DESP_LCD_PANEL_IO_ADDITIONS_VER_MAJOR=1 -DESP_LCD_PANEL_IO_ADDITIONS_VER_MINOR=0 -DESP_LCD_PANEL_IO_ADDITIONS_VER_PATCH=1 -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj -MF esp-idf\main\CMakeFiles\__idf_main.dir\main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj -c C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/main/main.c
C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/main/main.c:28:10: fatal error: audio_element.h: No such file or directory
   28 | #include "audio_element.h"


2.idf 文件顶层cmakelist
# The following lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)

include($ENV{ADF_PATH}/CMakeLists.txt)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(EXTRA_COMPONENT_DIRS
    ../../components
    )

add_compile_options(
    -fdiagnostics-color=always 
    -Wno-format 
    -DLV_LVGL_H_INCLUDE_SIMPLE
    -Wno-ignored-qualifiers
    -Wno-unused-function
    -Wno-unused-variable
    -Wno-stringop-truncation
    -Wno-unknown-type-name 
    -w  # 忽略编译器产生的所有   
    )

project(smart-panel)



3.项目.vscode-->setting.json(only have this)
{
    "idf.adapterTargetName": "esp32s3",
    "idf.openOcdConfigs": [
        "board/esp32s3-bridge.cfg"
    ]
}


4.build log
# This is the CMakeCache file.
# For build in directory: c:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/build
# It was generated by CMake: D:/ESPIDF51/tools/tools/cmake/3.24.0/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-addr2line.exe

//Path to a program.
CMAKE_AR:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-ar.exe

//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_ASM_COMPILER_AR:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc-ar.exe

//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc-ranlib.exe

//ASM Compiler Base Flags
CMAKE_ASM_FLAGS:STRING='-mlongcalls '

//Flags used by the ASM compiler during DEBUG builds.
CMAKE_ASM_FLAGS_DEBUG:STRING=-g

//Flags used by the ASM compiler during MINSIZEREL builds.
CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the ASM compiler during RELEASE builds.
CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the ASM compiler during RELWITHDEBINFO builds.
CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=

//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc-ar.exe

//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc-ranlib.exe

//C++ Compiler Base Flags
CMAKE_CXX_FLAGS:STRING='-mlongcalls '

//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc-ar.exe

//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc-ranlib.exe

//C Compiler Base Flags
CMAKE_C_FLAGS:STRING='-mlongcalls '

//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND

//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=

//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=

//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/build/CMakeFiles/pkgRedirects

//User executables (bin)
CMAKE_INSTALL_BINDIR:PATH=bin

//Read-only architecture-independent data (DATAROOTDIR)
CMAKE_INSTALL_DATADIR:PATH=

//Read-only architecture-independent data root (share)
CMAKE_INSTALL_DATAROOTDIR:PATH=share

//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
CMAKE_INSTALL_DOCDIR:PATH=

//C header files (include)
CMAKE_INSTALL_INCLUDEDIR:PATH=include

//Info documentation (DATAROOTDIR/info)
CMAKE_INSTALL_INFODIR:PATH=

//Object code libraries (lib)
CMAKE_INSTALL_LIBDIR:PATH=lib

//Program executables (libexec)
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec

//Locale-dependent data (DATAROOTDIR/locale)
CMAKE_INSTALL_LOCALEDIR:PATH=

//Modifiable single-machine data (var)
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var

//Man documentation (DATAROOTDIR/man)
CMAKE_INSTALL_MANDIR:PATH=

//C header files for non-gcc (/usr/include)
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/smart-panel

//Run-time variable data (LOCALSTATEDIR/run)
CMAKE_INSTALL_RUNSTATEDIR:PATH=

//System admin executables (sbin)
CMAKE_INSTALL_SBINDIR:PATH=sbin

//Modifiable architecture-independent data (com)
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com

//Read-only single-machine data (etc)
CMAKE_INSTALL_SYSCONFDIR:PATH=etc

//Path to a program.
CMAKE_LINKER:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-ld.exe

//Program used to build from build.ninja files.
CMAKE_MAKE_PROGRAM:FILEPATH=D:/ESPIDF51/tools/tools/ninja/1.10.2/ninja.exe

//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-nm.exe

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-objcopy.exe

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-objdump.exe

//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=

//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=smart-panel

//Path to a program.
CMAKE_RANLIB:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-ranlib.exe

//Path to a program.
CMAKE_READELF:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-readelf.exe

//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=D:/ESPIDF51/tools/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-strip.exe

//The CMake toolchain file
CMAKE_TOOLCHAIN_FILE:FILEPATH=D:/ESPIDF51/esp-idf/tools/cmake/toolchain-esp32s3.cmake

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Disable package configuration, target export and installation
DISABLE_PACKAGE_CONFIG_AND_INSTALL:BOOL=ON

//Build Mbed TLS programs.
ENABLE_PROGRAMS:BOOL=

//Build Mbed TLS tests.
ENABLE_TESTING:BOOL=

//No help, variable specified on the command line.
ESP_PLATFORM:UNINITIALIZED=1

//Generate the auto-generated files as needed
GEN_FILES:BOOL=

//Git command line client
GIT_EXECUTABLE:FILEPATH=C:/Program Files/Git/cmd/git.exe

//IDF Build Target
IDF_TARGET:STRING=esp32s3

//IDF Build Toolchain Type
IDF_TOOLCHAIN:STRING=gcc

//Install Mbed TLS headers.
INSTALL_MBEDTLS_HEADERS:BOOL=ON

//Explicitly link Mbed TLS library to pthread.
LINK_WITH_PTHREAD:BOOL=OFF

//Explicitly link Mbed TLS library to trusted_storage.
LINK_WITH_TRUSTED_STORAGE:BOOL=OFF

//Mbed TLS config file (overrides default).
MBEDTLS_CONFIG_FILE:FILEPATH=

//Compiler warnings treated as errors
MBEDTLS_FATAL_WARNINGS:BOOL=ON

//Mbed TLS user config file (appended to default).
MBEDTLS_USER_CONFIG_FILE:FILEPATH=

//Value Computed by CMake
Mbed TLS_BINARY_DIR:STATIC=C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/build/esp-idf/mbedtls/mbedtls

//Value Computed by CMake
Mbed TLS_IS_TOP_LEVEL:STATIC=OFF

//Value Computed by CMake
Mbed TLS_SOURCE_DIR:STATIC=D:/ESPIDF51/esp-idf/components/mbedtls/mbedtls

//No help, variable specified on the command line.
PYTHON_DEPS_CHECKED:UNINITIALIZED=1

//Allow unsafe builds. These builds ARE NOT SECURE.
UNSAFE_BUILD:BOOL=OFF

//Build Mbed TLS shared library.
USE_SHARED_MBEDTLS_LIBRARY:BOOL=OFF

//Build Mbed TLS static library.
USE_STATIC_MBEDTLS_LIBRARY:BOOL=ON

//Value Computed by CMake
esp-idf_BINARY_DIR:STATIC=C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/build/esp-idf

//Value Computed by CMake
esp-idf_IS_TOP_LEVEL:STATIC=OFF

//Value Computed by CMake
esp-idf_SOURCE_DIR:STATIC=D:/ESPIDF51/esp-idf

//Dependencies for the target
everest_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;

//Dependencies for the target
mbedcrypto_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;everest;general;p256m;

//Dependencies for the target
mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;mbedx509;

//Dependencies for the target
mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;mbedcrypto;

//Dependencies for the target
p256m_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;

//Value Computed by CMake
smart-panel_BINARY_DIR:STATIC=C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/build

//Value Computed by CMake
smart-panel_IS_TOP_LEVEL:STATIC=ON

//Value Computed by CMake
smart-panel_SOURCE_DIR:STATIC=C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: CMAKE_ADDR2LINE
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR
CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB
CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1
CMAKE_ASM_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_FLAGS
CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG
CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL
CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE
CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=24
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=D:/ESPIDF51/tools/tools/cmake/3.24.0/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=D:/ESPIDF51/tools/tools/cmake/3.24.0/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=D:/ESPIDF51/tools/tools/cmake/3.24.0/bin/ctest.exe
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_DLLTOOL
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=D:/ESPIDF51/tools/tools/cmake/3.24.0/bin/cmake-gui.exe
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Ninja
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/21079/Desktop/esp32example/esp32-s3-lcd-ev-board/examples/smart_panel
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=108
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_READELF
CMAKE_READELF-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=D:/ESPIDF51/tools/tools/cmake/3.24.0/share/cmake-3.24
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS:INTERNAL=1
//Details about finding Git
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[C:/Program Files/Git/cmd/git.exe][v2.39.1.windows.1()]
//Details about finding Python3
FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[d:/ESPIDF51/tools/python_env/idf5.1_py3.11_env/Scripts/python.exe][cfound components: Interpreter ][v3.11.2()]
//ADVANCED property for variable: GIT_EXECUTABLE
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
//Have include stddef.h
HAVE_STDDEF_H:INTERNAL=1
//Have include stdint.h
HAVE_STDINT_H:INTERNAL=1
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_TIME_T_SIZE:INTERNAL=TRUE
//CHECK_TYPE_SIZE: sizeof(time_t)
TIME_T_SIZE:INTERNAL=8
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Program Files (x86)/smart-panel
_Python3_EXECUTABLE:INTERNAL=d:/ESPIDF51/tools/python_env/idf5.1_py3.11_env/Scripts/python.exe
//Python3 Properties
_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;2;32;;;d:\ESPIDF51\tools\tools\idf-python\3.11.2\Lib;d:\ESPIDF51\tools\tools\idf-python\3.11.2\Lib;d:\ESPIDF51\tools\python_env\idf5.1_py3.11_env\Lib\site-packages;d:\ESPIDF51\tools\python_env\idf5.1_py3.11_env\Lib\site-packages
_Python3_INTERPRETER_SIGNATURE:INTERNAL=26ec672f89d438b4de8aeb84f90ddae3



