-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate.
- Provided a clear description of your suggestion.
- Included any relevant context or examples.
Issue or Suggestion Description
The doorbell_local project (referenced at https://github.com/espressif/esp-webrtc-solution/tree/8d5cb95b02a6ac84548caae420db1c0bf608cbca) built successfully without errors when using ESP-IDF version 5.5.0. But got some runtime errors.
But on upgrading ESP-IDF 5.5.0 to 6.0.0, getting build errors shown below:
NOTICE: [29/30] render_impl (*) (C:\esp\esp-webrtc-solution-6\components\av_render\render_impl)
NOTICE: [30/30] idf (6.0.0)
-- ESP-TEE is currently supported only on the esp32c6;esp32h2;esp32c5 SoCs
NOTICE: Skipping optional dependency: espressif/esp32-camera
CMake Error at C:/Users/procu/esp/v6.0/esp-idf/tools/cmake/build.cmake:376 (message):
Failed to resolve component 'json' required by component
'espressif__esp-sr': unknown name.
Call Stack (most recent call first):
C:/Users/procu/esp/v6.0/esp-idf/tools/cmake/build.cmake:419 (__build_resolve_and_add_req)
C:/Users/procu/esp/v6.0/esp-idf/tools/cmake/build.cmake:426 (__build_expand_requirements)
C:/Users/procu/esp/v6.0/esp-idf/tools/cmake/build.cmake:426 (__build_expand_requirements)
C:/Users/procu/esp/v6.0/esp-idf/tools/cmake/build.cmake:749 (__build_expand_requirements)
C:/Users/procu/esp/v6.0/esp-idf/tools/cmake/project.cmake:739 (idf_build_process)
CMakeLists.txt:16 (project)
-- Configuring incomplete, errors occurred!
- The terminal process "c:\esp\esp-zigbee-sdk\tools\cmake\4.0.3\bin\cmake.exe '-G', 'Ninja', '-DPYTHON_DEPS_CHECKED=1', '-DESP_PLATFORM=1', '-B', 'c:\esp\esp-webrtc-solution-6\solutions\doorbell_local\build', '-S', 'c:\esp\esp-webrtc-solution-6\solutions\doorbell_local', '-DSDKCONFIG='c:\esp\esp-webrtc-solution-6\solutions\doorbell_local\sdkconfig''" terminated with exit code: 1.