You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- > -- Building ESP-IDF components for target esp32s3
- > CMake Error at E:/WIFICSI/Espressif/frameworks/esp-idf-v5.0.2/tools/cmake/build.cmake:519 (message):
- > ERROR: The hash sum of the component "espressif/cmake_utilities(0.5.3)"
- > does not match the one recorded in your dependencies.lock file. This could
- > be due to a potential spoofing of the download server, or your lock file
- > may have become corrupted. Please review the lock file and verify the
- > download server's authenticity to ensure the component's security and
- > integrity.
- >
- > Call Stack (most recent call first):
- > E:/WIFICSI/Espressif/frameworks/esp-idf-v5.0.2/tools/cmake/project.cmake:447 (idf_build_process)
- > CMakeLists.txt:10 (project)
- >
- >
- > -- Configuring incomplete, errors occurred!
- > See also "E:/WIFICSI/Espressif/frameworks/esp-idf-v5.0.2/examples/esp-radar/console_test5-2_chanel10/build/CMakeFiles/CMakeOutput.log".
- > cmake failed with exit code 1, output of the command is in the E:\WIFICSI\Espressif\frameworks\esp-idf-v5.0.2\examples\esp-radar\console_test5-2_chanel10\build\log\idf_py_stderr_output_87560 and E:\WIFICSI\Espressif\frameworks\esp-idf-v5.0.2\examples\esp-radar\console_test5-2_chanel10\build\log\idf_py_stdout_output_87560
ninja failed with exit code 1, output of the command is in the E:\WIFICSI\Espressif\frameworks\esp-idf-v5.0.2\examples\esp-radar\console_test5-2_chanel10\build\log\idf_py_stderr_output_11068 and E:\WIFICSI\Espressif\frameworks\esp-idf-v5.0.2\examples\esp-radar\console_test5-2_chanel10\build\log\idf_py_stdout_output_11068
我更新为5.3.1,无法idf.py set-target esp32s3
The following Python requirements are not satisfied:
Requirement 'esptool~=4.8.dev3' was not met. Installed version: 4.5.1
To install the missing packages, please run "install.bat"
Checklist
How often does this bug occurs?
always
Expected behavior
我之前使用ESP32S3可以成功编译demo console_test,现在我没有修改任何环境却编译失败,
Actual behavior (suspected bug)
使用5.0.2环境,直接idf.py set-target esp32s3,会有如下的报错:
### 但是idf.py set-target esp32c3可以成功,这时候再使用命令idf.py set-target esp32s3显示正常,idf.py menuconfig也正常,无法使用idf.py build
我更新为5.3.1,无法idf.py set-target esp32s3
请问我该如何解决问题,期待您的回复,谢谢。
Error logs or terminal output
No response
Steps to reproduce the behavior
.S
Project release version
5.0.2 5.3.1
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
Win11
Shell
ZSH
Additional context
No response
The text was updated successfully, but these errors were encountered: