u-blox / XPLR-HPG-software

Apache License 2.0
13 stars 1 forks source link

Error related to the ubxlib component while building ESP-IDF project. #12

Open phant0m85 opened 6 months ago

phant0m85 commented 6 months ago

I can't seem to run idf.py menuconfig command with latest build v1.2. I keep geting this error. I can still build the older version though. I am using ESP-IDF 4.4.4 comman line to build/flash.

-- Building Component: hpglib CMake Error at C:/Espressif/frameworks/esp-idf-v4.4.4/tools/cmake/build.cmake:201 (message): Failed to resolve component 'ubxlib'. Call Stack (most recent call first): C:/Espressif/frameworks/esp-idf-v4.4.4/tools/cmake/build.cmake:227 (build_resolve_and_add_req) C:/Espressif/frameworks/esp-idf-v4.4.4/tools/cmake/build.cmake:507 (build_expand_requirements) C:/Espressif/frameworks/esp-idf-v4.4.4/tools/cmake/project.cmake:384 (idf_build_process) CMakeLists.txt:51 (project)

-- Configuring incomplete, errors occurred! See also "C:/git_repos/XPLR-HPG-software/XPLR-HPG-SW/build/CMakeFiles/CMakeOutput.log". cmake failed with exit code 1

aangeletos commented 6 months ago

Hello there, can you please verify that you have updated the ubxlib submodule? Are there any content inside the component/ubxlib folder? Opening a git bash window from repository root folder you should do something like git submodule update --init --recursive