I could NOT get any of the example projects to build. I also could not get the SDK config editor to open.
Here is the output from when I was trying to build the sample_project file. It was the same for the hello_world example. The command simply loops indefinitely between the "Re-running CMake" lines. I'm currently running ESPv5.3.2 on Windows11, but I have replicated the error on my Windows 10 system and with both v5.0 and v5.4.
The final idea was to try moving the project files to my local drive (C:) rather than running them from my Google Drive storage (G:). That's all it took! All issues gone, so far everything working perfectly.
* Executing task: C:\Users\matth\Espressif\tools\ninja\1.12.1\ninja.exe
[0/1] Re-running CMake...-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git'
-- Could not use 'git describe' to determine PROJECT_VER.
-- Building ESP-IDF components for target esp32s3
-- Project sdkconfig file G:(......)/sample_project/sdkconfig
-- Compiler supported targets: xtensa-esp-elf
-- App "main" version: 1
-- Adding linker script G:(......)/sample_project/build/esp-idf/esp_system/ld/memory.ld
-- Adding linker script G:(......)/SAMPLE3/sample_project/build/esp-idf/esp_system/ld/sections.ld.in
-- Adding linker script C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.ld
-- Adding linker script C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld
-- Adding linker script C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.bt_funcs.ld
-- Adding linker script C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld
-- Adding linker script C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.wdt.ld
-- Adding linker script C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld
-- Adding linker script C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld
-- Adding linker script C:/Users/matth/esp/v5.3.2/esp-idf/components/soc/esp32s3/ld/esp32s3.peripherals.ld
-- Components: app_trace app_update bootloader bootloader_support bt cmock console cxx driver efuse esp-tls esp_adc esp_app_format esp_bootloader_format esp_coex esp_common esp_driver_ana_cmpr esp_driver_cam esp_driver_dac esp_driver_gpio esp_driver_gptimer esp_driver_i2c esp_driver_i2s esp_driver_isp esp_driver_jpeg esp_driver_ledc esp_driver_mcpwm esp_driver_parlio esp_driver_pcnt esp_driver_ppa esp_driver_rmt esp_driver_sdio esp_driver_sdm esp_driver_sdmmc esp_driver_sdspi esp_driver_spi esp_driver_touch_sens esp_driver_tsens esp_driver_uart esp_driver_usb_serial_jtag esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_hw_support 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_vfs_console esp_wifi espcoredump esptool_py fatfs freertos hal heap http_parser idf_test ieee802154 json log lwip main mbedtls mqtt newlib nvs_flash nvs_sec_provider 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: C:/Users/matth/esp/v5.3.2/esp-idf/components/app_trace C:/Users/matth/esp/v5.3.2/esp-idf/components/app_update C:/Users/matth/esp/v5.3.2/esp-idf/components/bootloader C:/Users/matth/esp/v5.3.2/esp-idf/components/bootloader_support C:/Users/matth/esp/v5.3.2/esp-idf/components/bt C:/Users/matth/esp/v5.3.2/esp-idf/components/cmock C:/Users/matth/esp/v5.3.2/esp-idf/components/console C:/Users/matth/esp/v5.3.2/esp-idf/components/cxx C:/Users/matth/esp/v5.3.2/esp-idf/components/driver C:/Users/matth/esp/v5.3.2/esp-idf/components/efuse C:/Users/matth/esp/v5.3.2/esp-idf/components/esp-tls C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_adc C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_app_format C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_bootloader_format C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_coex C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_common C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_ana_cmpr C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_cam C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_dac C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_gpio C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_gptimer C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_i2c C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_i2s C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_isp C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_jpeg C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_ledc C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_mcpwm C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_parlio C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_pcnt C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_ppa C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_rmt C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_sdio C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_sdm C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_sdmmc C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_sdspi C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_spi C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_touch_sens C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_tsens C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_uart C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_driver_usb_serial_jtag C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_eth C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_event C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_gdbstub C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_hid C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_http_client C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_http_server C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_https_ota C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_https_server C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_hw_support C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_lcd C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_local_ctrl C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_mm C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_netif C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_netif_stack C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_partition C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_phy C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_pm C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_psram C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_ringbuf C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_rom C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_system C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_timer C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_vfs_console C:/Users/matth/esp/v5.3.2/esp-idf/components/esp_wifi C:/Users/matth/esp/v5.3.2/esp-idf/components/espcoredump C:/Users/matth/esp/v5.3.2/esp-idf/components/esptool_py C:/Users/matth/esp/v5.3.2/esp-idf/components/fatfs C:/Users/matth/esp/v5.3.2/esp-idf/components/freertos C:/Users/matth/esp/v5.3.2/esp-idf/components/hal C:/Users/matth/esp/v5.3.2/esp-idf/components/heap C:/Users/matth/esp/v5.3.2/esp-idf/components/http_parser C:/Users/matth/esp/v5.3.2/esp-idf/components/idf_test C:/Users/matth/esp/v5.3.2/esp-idf/components/ieee802154 C:/Users/matth/esp/v5.3.2/esp-idf/components/json C:/Users/matth/esp/v5.3.2/esp-idf/components/log C:/Users/matth/esp/v5.3.2/esp-idf/components/lwip G:/My Drive/FT4/ESPIDF/SAMPLE3/sample_project/main C:/Users/matth/esp/v5.3.2/esp-idf/components/mbedtls C:/Users/matth/esp/v5.3.2/esp-idf/components/mqtt C:/Users/matth/esp/v5.3.2/esp-idf/components/newlib C:/Users/matth/esp/v5.3.2/esp-idf/components/nvs_flash C:/Users/matth/esp/v5.3.2/esp-idf/components/nvs_sec_provider C:/Users/matth/esp/v5.3.2/esp-idf/components/openthread C:/Users/matth/esp/v5.3.2/esp-idf/components/partition_table C:/Users/matth/esp/v5.3.2/esp-idf/components/perfmon C:/Users/matth/esp/v5.3.2/esp-idf/components/protobuf-c C:/Users/matth/esp/v5.3.2/esp-idf/components/protocomm C:/Users/matth/esp/v5.3.2/esp-idf/components/pthread C:/Users/matth/esp/v5.3.2/esp-idf/components/sdmmc C:/Users/matth/esp/v5.3.2/esp-idf/components/soc C:/Users/matth/esp/v5.3.2/esp-idf/components/spi_flash C:/Users/matth/esp/v5.3.2/esp-idf/components/spiffs C:/Users/matth/esp/v5.3.2/esp-idf/components/tcp_transport C:/Users/matth/esp/v5.3.2/esp-idf/components/touch_element C:/Users/matth/esp/v5.3.2/esp-idf/components/ulp C:/Users/matth/esp/v5.3.2/esp-idf/components/unity C:/Users/matth/esp/v5.3.2/esp-idf/components/usb C:/Users/matth/esp/v5.3.2/esp-idf/components/vfs C:/Users/matth/esp/v5.3.2/esp-idf/components/wear_levelling C:/Users/matth/esp/v5.3.2/esp-idf/components/wifi_provisioning C:/Users/matth/esp/v5.3.2/esp-idf/components/wpa_supplicant C:/Users/matth/esp/v5.3.2/esp-idf/components/xtensa
-- Configuring done (13.5s)
-- Generating done (9.7s)
-- Build files have been written to: G:(......)/sample_project/build
[0/2] Re-running CMake...-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git'
-- Could not use 'git describe' to determine PROJECT_VER.
-- Building ESP-IDF components for target esp32s3