make idf build offline
make idf build offline
For now i have lost any internet connection on my pc. mobile network is so slow that it drops connections too often. so online build not possible. and i do not know how long this will be. how can i download al components and setup them to build offline? why espressif did not made offline build? this is stupiest thing to build online only.... i lost many time with this...
-
- Posts: 1725
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Re: make idf build offline
What do you mean? What "online build" are you talking about?
Follow the documented steps and you'll be good to build offline like most people do.
Follow the documented steps and you'll be good to build offline like most people do.
Re: make idf build offline
i talking about this:MicroController wrote: ↑Thu Feb 22, 2024 7:55 pmWhat do you mean? What "online build" are you talking about?
Follow the documented steps and you'll be good to build offline like most people do.
Code: Select all
-- Building ESP-IDF components for target esp32
NOTICE: Skipping optional dependency: espressif/esp-sr
CMake Error at /home/esp32/esp-idf/tools/cmake/build.cmake:540 (message):
ERROR: Cannot establish a connection to the component registry. Are you
connected to the internet?
-
- Posts: 1725
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Re: make idf build offline
nope, this not helps...
mdns component exists in managed components folder, but manager prints error with it
Code: Select all
CMake Warning at /home/esp32/esp-idf/tools/cmake/build.cmake:565 (message):
"idf_component.yml" file was found for components:
/home/esp32/eclipse-workspace/external/components/ESP32Modbus
/home/esp32/eclipse-workspace/external/components/arduino
However, the component manager is not enabled.
Call Stack (most recent call first):
/home/esp32/esp-idf/tools/cmake/project.cmake:547 (idf_build_process)
CMakeLists.txt:8 (project)
-- DEBUG: Use esp-modbus component folder: /home/esp32/eclipse-workspace/external/components/ESP32Modbus.
CMake Error at /home/esp32/esp-idf/tools/cmake/build.cmake:266 (message):
Failed to resolve component 'espressif__mdns'.
Call Stack (most recent call first):
/home/esp32/esp-idf/tools/cmake/build.cmake:302 (__build_resolve_and_add_req)
/home/esp32/esp-idf/tools/cmake/build.cmake:595 (__build_expand_requirements)
/home/esp32/esp-idf/tools/cmake/project.cmake:547 (idf_build_process)
CMakeLists.txt:8 (project)
-- Configuring incomplete, errors occurred!
See also "/home/esp32/eclipse-workspace/external/build/CMakeFiles/CMakeOutput.log".
HINT: The component espressif__mdns could not be found. This could be because: component name was misspelled, the component was not added to the build, the component has been moved to the IDF component manager or has been removed and refactored into some other component.
Please look out for component in 'https://components.espressif.com' and add using 'idf.py add-dependency' command.
Refer to the migration guide for more details about moved components.
Refer to the build-system guide for more details about how components are found and included in the build.
cmake failed with exit code 1, output of the command is in the /home/esp32/eclipse-workspace/external/build/log/idf_py_stderr_output_480 and /home/esp32/eclipse-workspace/external/build/log/idf_py_stdout_output_480
esp32@esp32:~/eclipse-workspace/external$ ls ./managed_components/espressif__mdns/
CHANGELOG.md CMakeLists.txt examples idf_component.yml include Kconfig LICENSE mdns.c mdns_console.c mdns_networking_lwip.c mdns_networking_socket.c private_include README.md tests
esp32@esp32:~/eclipse-workspace/external$
Who is online
Users browsing this forum: Baidu [Spider], Bing [Bot] and 411 guests