| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- Command: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=c:\Dev\.espressif\python_env\idf5.5_py3.11_env\Scripts\python.exe -DESP_PLATFORM=1 -DIDF_TARGET=esp32s3 -DCCACHE_ENABLE=0 D:\Project\ble_auracast\test\gatt_server
- -- Found Git: C:/Dev/.espressif/tools/idf-git/2.39.2/cmd/git.exe (found version "2.39.2.windows.1")
- -- Minimal build - ON
- -- The C compiler identification is GNU 14.2.0
- -- The CXX compiler identification is GNU 14.2.0
- -- The ASM compiler identification is GNU
- -- Found assembler: C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc.exe
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-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: C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-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 D:/Project/ble_auracast/test/gatt_server/sdkconfig
- Loading defaults file D:/Project/ble_auracast/test/gatt_server/sdkconfig.defaults...
- warning: unknown kconfig symbol 'BT_LE_50_FEATURE_SUPPORT' assigned to 'n' in D:/Project/ble_auracast/test/gatt_server/sdkconfig.defaults
- Loading defaults file D:/Project/ble_auracast/test/gatt_server/sdkconfig.defaults.esp32s3...
- warning: unknown kconfig symbol 'BT_LE_50_FEATURE_SUPPORT' assigned to 'n' in D:/Project/ble_auracast/test/gatt_server/sdkconfig.defaults.esp32s3
- -- Compiler supported targets: xtensa-esp-elf
- -- Found Python3: c:/Dev/.espressif/python_env/idf5.5_py3.11_env/Scripts/python.exe (found version "3.11.2") found components: Interpreter
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
- -- Found Threads: TRUE
- -- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
- -- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success
- -- USING O3
- -- App "gatt_server_demos" version: d6786e9
- -- Adding linker script D:/Project/ble_auracast/test/gatt_server/build/esp-idf/esp_system/ld/memory.ld
- -- Adding linker script D:/Project/ble_auracast/test/gatt_server/build/esp-idf/esp_system/ld/sections.ld.in
- -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.ld
- -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld
- -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.bt_funcs.ld
- -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld
- -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.wdt.ld
- -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld
- -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.ble_50.ld
- -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.ble_cca.ld
- -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.ble_test.ld
- -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld
- -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld
- -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/soc/esp32s3/ld/esp32s3.peripherals.ld
- -- Components: app_update bootloader bootloader_support bt cxx efuse esp_app_format esp_bootloader_format esp_coex esp_common esp_driver_gpio esp_driver_spi esp_driver_uart esp_driver_usb_serial_jtag esp_event esp_gdbstub esp_hw_support esp_mm esp_netif esp_netif_stack esp_partition esp_phy esp_pm esp_ringbuf esp_rom esp_security esp_system esp_timer esp_vfs_console esp_wifi esptool_py freertos hal heap log lwip main mbedtls newlib nvs_flash partition_table pthread soc spi_flash vfs wpa_supplicant xtensa
- -- Component paths: C:/Dev/esp/v5.5.1/esp-idf/components/app_update C:/Dev/esp/v5.5.1/esp-idf/components/bootloader C:/Dev/esp/v5.5.1/esp-idf/components/bootloader_support C:/Dev/esp/v5.5.1/esp-idf/components/bt C:/Dev/esp/v5.5.1/esp-idf/components/cxx C:/Dev/esp/v5.5.1/esp-idf/components/efuse C:/Dev/esp/v5.5.1/esp-idf/components/esp_app_format C:/Dev/esp/v5.5.1/esp-idf/components/esp_bootloader_format C:/Dev/esp/v5.5.1/esp-idf/components/esp_coex C:/Dev/esp/v5.5.1/esp-idf/components/esp_common C:/Dev/esp/v5.5.1/esp-idf/components/esp_driver_gpio C:/Dev/esp/v5.5.1/esp-idf/components/esp_driver_spi C:/Dev/esp/v5.5.1/esp-idf/components/esp_driver_uart C:/Dev/esp/v5.5.1/esp-idf/components/esp_driver_usb_serial_jtag C:/Dev/esp/v5.5.1/esp-idf/components/esp_event C:/Dev/esp/v5.5.1/esp-idf/components/esp_gdbstub C:/Dev/esp/v5.5.1/esp-idf/components/esp_hw_support C:/Dev/esp/v5.5.1/esp-idf/components/esp_mm C:/Dev/esp/v5.5.1/esp-idf/components/esp_netif C:/Dev/esp/v5.5.1/esp-idf/components/esp_netif_stack C:/Dev/esp/v5.5.1/esp-idf/components/esp_partition C:/Dev/esp/v5.5.1/esp-idf/components/esp_phy C:/Dev/esp/v5.5.1/esp-idf/components/esp_pm C:/Dev/esp/v5.5.1/esp-idf/components/esp_ringbuf C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom C:/Dev/esp/v5.5.1/esp-idf/components/esp_security C:/Dev/esp/v5.5.1/esp-idf/components/esp_system C:/Dev/esp/v5.5.1/esp-idf/components/esp_timer C:/Dev/esp/v5.5.1/esp-idf/components/esp_vfs_console C:/Dev/esp/v5.5.1/esp-idf/components/esp_wifi C:/Dev/esp/v5.5.1/esp-idf/components/esptool_py C:/Dev/esp/v5.5.1/esp-idf/components/freertos C:/Dev/esp/v5.5.1/esp-idf/components/hal C:/Dev/esp/v5.5.1/esp-idf/components/heap C:/Dev/esp/v5.5.1/esp-idf/components/log C:/Dev/esp/v5.5.1/esp-idf/components/lwip D:/Project/ble_auracast/test/gatt_server/main C:/Dev/esp/v5.5.1/esp-idf/components/mbedtls C:/Dev/esp/v5.5.1/esp-idf/components/newlib C:/Dev/esp/v5.5.1/esp-idf/components/nvs_flash C:/Dev/esp/v5.5.1/esp-idf/components/partition_table C:/Dev/esp/v5.5.1/esp-idf/components/pthread C:/Dev/esp/v5.5.1/esp-idf/components/soc C:/Dev/esp/v5.5.1/esp-idf/components/spi_flash C:/Dev/esp/v5.5.1/esp-idf/components/vfs C:/Dev/esp/v5.5.1/esp-idf/components/wpa_supplicant C:/Dev/esp/v5.5.1/esp-idf/components/xtensa
- -- Configuring done (12.2s)
- -- Generating done (0.6s)
- -- Build files have been written to: D:/Project/ble_auracast/test/gatt_server/build
|