idf_py_stdout_output_8264 6.2 KB

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