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
Hi, i'm trying to build this project buy i get this error : Failed to resolve component 'esp32'.
I have tried with esp-dif manual install (latest and 4.2), with esp-dif in VScode, on linux, on windows ...i always get this error.
This this what i get in terminal :
Exécution de la tâche : cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B /home/ewaca/Documents/open-authenticator-app/build -S /home/ewaca/Documents/open-authenticator-app
-- Found Git: /usr/bin/git (found version "2.34.1")
-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/ewaca/.espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/ewaca/.espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-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/ewaca/.espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building ESP-IDF components for target esp32
CMake Error at /home/ewaca/esp/v5.2.1/esp-idf/tools/cmake/build.cmake:268 (message):
Failed to resolve component 'esp32'.
Call Stack (most recent call first):
/home/ewaca/esp/v5.2.1/esp-idf/tools/cmake/build.cmake:304 (__build_resolve_and_add_req)
/home/ewaca/esp/v5.2.1/esp-idf/tools/cmake/build.cmake:599 (__build_expand_requirements)
/home/ewaca/esp/v5.2.1/esp-idf/tools/cmake/project.cmake:605 (idf_build_process)
CMakeLists.txt:7 (project)
-- Configuring incomplete, errors occurred!
See also "/home/ewaca/Documents/open-authenticator-app/build/CMakeFiles/CMakeOutput.log".
* Arrêt du processus de terminal "/usr/bin/bash '-c', 'cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B /home/ewaca/Documents/open-authenticator-app/build -S /home/ewaca/Documents/open-authenticator-app'". Code de sortie : 1.
The text was updated successfully, but these errors were encountered:
Hi, i'm trying to build this project buy i get this error : Failed to resolve component 'esp32'.
I have tried with esp-dif manual install (latest and 4.2), with esp-dif in VScode, on linux, on windows ...i always get this error.
This this what i get in terminal :
The text was updated successfully, but these errors were encountered: