-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Open
@alienvspredator
Description
Board
ESP32-S3
Device Description
Arduino Nano ESP32
Hardware Configuration
Version
latest stable Release (if not listed below)
Type
Bug
IDE Name
n/a
Operating System
macOS 15
Flash frequency
n/a
PSRAM enabled
yes
Upload speed
n/a
Description
When creating a new project using esp-idf v5.5.1 and arduino-esp32 3.3.0, adding espressif/arduino-esp32
as a dependency with idf.py add-dependency espressif/arduino-esp32~3.3.0
, execution of idf.py build
or idf.py reconfigure
results in errors.
Sketch
n/a
Debug Message
CMake Error at build/esp-idf/espressif__esp_insights/CMakeFiles/git-data/grabRef.cmake:48 (file):
file failed to open for reading (No such file or directory):
$HOME/project/build/esp-idf/espressif__esp_insights/CMakeFiles/git-data/head-ref
Call Stack (most recent call first):
$HOME/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake:83 (include)
$HOME/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake:93 (get_git_head_revision)
managed_components/espressif__esp_insights/CMakeLists.txt:46 (git_describe)
ESP Insights Project commit: HEAD-HASH-NOTFOUND
CMake Error at build/esp-idf/espressif__esp_rainmaker/CMakeFiles/git-data/grabRef.cmake:48 (file):
file failed to open for reading (No such file or directory):
$HOME/src/project/build/esp-idf/espressif__esp_rainmaker/CMakeFiles/git-data/head-ref
Call Stack (most recent call first):
$HOME/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake:83 (include)
$HOME/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake:93 (get_git_head_revision)
managed_components/espressif__esp_rainmaker/CMakeLists.txt:93 (git_describe)
ESP RainMaker Project commit: HEAD-HASH-NOTFOUND
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.