Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fresh project build errors - ESP Insights Project commit: HEAD-HASH-NOTFOUND & ESP RainMaker Project commit: HEAD-HASH-NOTFOUND (IDFGH-14314)#11119

ae-5th started this conversation inQuestion - Community Help
Discussion options

Answers checklist.

  • I have read the documentationESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

v5.3.2

Operating System used.

Windows

How did you build your project?

VS Code IDE

If you are using Windows, please specify command line type.

None

What is the expected behavior?

Build without errors.

What is the actual behavior?

Build with errors.

Steps to reproduce.

Go to New Project Wizard - Choose Template arduino-as-component.
Then CTRL+Shift+P and type/choose ESP-IDF: Add Arduino ESP32 as ESP-IDF Component.

Build or installation Logs.

-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git'ESP Insights Project commit: HEAD-HASH-NOTFOUND-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git'ESP RainMaker Project commit: HEAD-HASH-NOTFOUNDCMake Error at components/arduino/CMakeLists.txt:362 (message):  esp32-arduino requires CONFIG_FREERTOS_HZ=1000 (currently 100)

More Information.

Fresh project with Arduino component does not build.

You must be logged in to vote

Replies: 3 comments 1 reply

Comment options

The actual issue isesp32-arduino requires CONFIG_FREERTOS_HZ=1000 (currently 100).
Try addingCONFIG_FREERTOS_HZ=1000 tosdkconfig.defaults inside the project (create the file if not there) and try to build again

You must be logged in to vote
0 replies
Comment options

That did not helped. Still same build errors.

You must be logged in to vote
0 replies
Comment options

They are two separate issues:

  1. esp32-arduino requires CONFIG_FREERTOS_HZ=1000 (currently 100)
    • SetCONFIG_FREERTOS_HZ=1000 insdkconfig
  2. Project commit: HEAD-HASH-NOTFOUND (ESP-IDF and ESP-Matter project build fails with HEAD-HASH-NOTFOUND (IDFGH-11631) (CON-1097) esp-matter#881Project commit: HEAD-HASH-NOTFOUND (IDFGH-5405) esp-idf#7151)
    • Go tobuild/esp-idf/espressif__esp_rainmaker/CMakeFiles/git-data andbuild/esp-idf/espressif__esp_insights/CMakeFiles/git-data
    • RenameHEAD file tohead-ref
    • Rerun the reconfigure task (PressF1, find theESP-IDF: Run idf.py reconfigure Task)
You must be logged in to vote
1 reply
@geiseri
Comment options

Is there a more automated way to do this? The rename that is. Currently I just use a shell script so its no biggie.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
4 participants
@ae-5th@geiseri@me-no-dev@ResRipper
Converted from issue

This discussion was converted from issue #10810 on March 13, 2025 11:10.


[8]ページ先頭

©2009-2025 Movatter.jp