project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.45k stars 1.99k forks source link

Facing Issue with building lightning-app example for esp32s3 Module [1.1] #27653

Closed Darshanr5051 closed 2 days ago

Darshanr5051 commented 1 year ago

Reproduction steps

cd connectedhomeip/examples/lightning-app/esp32

Build is Stuck at "Solving dependencies requirements "

Also mentioning the logs.

Bug prevalence

Whenever i attempt to build my esp32s3 as a lightning-app

GitHub hash of the SDK that was being used

connectedhomeip

Platform

esp32

Platform Version(s)

No response

Type

Core SDK Performance Improvement

Anything else?

idf.py build

/home/User/Desktop/esp-idf/tools/check_python_dependencies.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources Executing action: all (aliases: build) Running cmake in directory /home/darshan/Desktop/connectedhomeip/examples/lighting-app/esp32/build Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DCCACHE_ENABLE=0 /home/darshan/Desktop/connectedhomeip/examples/lighting-app/esp32"...
-- IDF_TARGET not set, using default target: esp32 -- Found Git: /usr/bin/git (found version "2.34.1") -- The C compiler identification is GNU 8.4.0 -- The CXX compiler identification is GNU 8.4.0 -- The ASM compiler identification is GNU -- Found assembler: /home/darshan/.espressif/tools/xtensa-esp32-elf/esp-2021r2-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
-- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/darshan/.espressif/tools/xtensa-esp32-elf/esp-2021r2-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc - skipped
-- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /home/darshan/.espressif/tools/xtensa-esp32-elf/esp-2021r2-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ - skipped
-- Detecting CXX compile features -- Detecting CXX compile features - done -- Building ESP-IDF components for target esp32 Skipping optional dependency: espressif/mdns Solving dependencies requirements .....

bzbarsky-apple commented 1 year ago

@shubhamdp @dhrishi

PSONALl commented 1 year ago

@Darshanr5051 Please remove the cache for the Espressif ComponentManager. For example:

shubhamdp commented 1 year ago

@Darshanr5051 Please close the issue if resolved