Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistant of component's hash files (DSP-144) #91

Closed
4 tasks done
executer-uno opened this issue Aug 15, 2024 · 2 comments
Closed
4 tasks done

Inconsistant of component's hash files (DSP-144) #91

executer-uno opened this issue Aug 15, 2024 · 2 comments
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Bug Bugs in ESP-IDF

Comments

@executer-uno
Copy link

Answers checklist.

  • I have read the ESP-DSP documentation and the issue is not addressed there.
  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my ESP-DSP 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.

5.1.4

Module or chip used.

ESP32, ESP32-S3

DSP version.

1.5.1

What is the expected behavior?

Expect no errors on menuconfig call on clear project, no errors on component hash during build, target change.

What is the actual behavior?

espressif/arduino-esp32#10167

Can you check full description here?

Steps to reproduce.

See issue reference

Code to reproduce this issue.

No response

Debug logs.

---------------------------ERROR--------------------------
CMake Error at xxxxxxx/esp/v5.1/esp-idf/tools/cmake/build.cmake:540 (message):
ERROR: Some components (espressif/esp-dsp) in the "managed_components"
directory were modified on the disk since the last run of the CMake.
Content of this directory is managed automatically.

If you want to keep the changes, you can move the directory with the
-----------------------END OF ERROR-----------------------
---------------------------ERROR--------------------------
component to the "components"directory of your project.

I.E. for "espressif__esp-dsp" run:

mv
xxxxxxx\VSC_Workspace\hello_world\managed_components\espressif__esp-dsp
xxxxxxx\VSC_Workspace\hello_world\components\espressif__esp-dsp

Or, if you want to discard the changes remove the ".component_hash" file
from the component's directory.

I.E. for "espressif__esp-dsp" run:

rm
xxxxxxx\VSC_Workspace\hello_world\managed_components\espressif__esp-dsp.component_hash

Call Stack (most recent call first):
xxxxxxx/esp/v5.1/esp-idf/tools/cmake/project.cmake:604 (idf_build_process)
CMakeLists.txt:8 (project)
-----------------------END OF ERROR-----------------------

More Information.

No response

@executer-uno executer-uno added the Type: Bug Bugs in ESP-IDF label Aug 15, 2024
@github-actions github-actions bot changed the title Inconsistant of component's hash files Inconsistant of component's hash files (DSP-144) Aug 15, 2024
@executer-uno
Copy link
Author

Looks like it was idf-component-manager issue. There is a reference in original topic.

@dmitry1945
Copy link
Collaborator

Hi @executer-uno

Thank you very much.

@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Opened labels Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Bug Bugs in ESP-IDF
Projects
None yet
Development

No branches or pull requests

3 participants