idf_py_stdout_output_20760 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. 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
  2. -- Found Git: C:/Dev/.espressif/tools/idf-git/2.39.2/cmd/git.exe (found version "2.39.2.windows.1")
  3. -- Minimal build - ON
  4. -- The C compiler identification is GNU 14.2.0
  5. -- The CXX compiler identification is GNU 14.2.0
  6. -- The ASM compiler identification is GNU
  7. -- Found assembler: C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc.exe
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- 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
  11. -- Detecting C compile features
  12. -- Detecting C compile features - done
  13. -- Detecting CXX compiler ABI info
  14. -- Detecting CXX compiler ABI info - done
  15. -- 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
  16. -- Detecting CXX compile features
  17. -- Detecting CXX compile features - done
  18. -- Building ESP-IDF components for target esp32s3
  19. -- Project sdkconfig file D:/Project/ble_auracast/test/gatt_server/sdkconfig
  20. Loading defaults file D:/Project/ble_auracast/test/gatt_server/sdkconfig.defaults...
  21. warning: unknown kconfig symbol 'BT_LE_50_FEATURE_SUPPORT' assigned to 'n' in D:/Project/ble_auracast/test/gatt_server/sdkconfig.defaults
  22. Loading defaults file D:/Project/ble_auracast/test/gatt_server/sdkconfig.defaults.esp32s3...
  23. warning: unknown kconfig symbol 'BT_LE_50_FEATURE_SUPPORT' assigned to 'n' in D:/Project/ble_auracast/test/gatt_server/sdkconfig.defaults.esp32s3
  24. -- Compiler supported targets: xtensa-esp-elf
  25. -- Found Python3: c:/Dev/.espressif/python_env/idf5.5_py3.11_env/Scripts/python.exe (found version "3.11.2") found components: Interpreter
  26. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  27. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  28. -- Found Threads: TRUE
  29. -- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
  30. -- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success
  31. -- USING O3
  32. -- App "gatt_server_demos" version: d6786e9
  33. -- Adding linker script D:/Project/ble_auracast/test/gatt_server/build/esp-idf/esp_system/ld/memory.ld
  34. -- Adding linker script D:/Project/ble_auracast/test/gatt_server/build/esp-idf/esp_system/ld/sections.ld.in
  35. -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.ld
  36. -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld
  37. -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.bt_funcs.ld
  38. -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld
  39. -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.wdt.ld
  40. -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld
  41. -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.ble_50.ld
  42. -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.ble_cca.ld
  43. -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.ble_test.ld
  44. -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld
  45. -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld
  46. -- Adding linker script C:/Dev/esp/v5.5.1/esp-idf/components/soc/esp32s3/ld/esp32s3.peripherals.ld
  47. -- 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
  48. -- 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
  49. -- Configuring done (12.2s)
  50. -- Generating done (0.6s)
  51. -- Build files have been written to: D:/Project/ble_auracast/test/gatt_server/build