Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building esp-idf-sys failed because of uninitialized submodules in esp-idf #235

Closed
rangerjo opened this issue Mar 6, 2024 · 3 comments
Closed

Comments

@rangerjo
Copy link

rangerjo commented Mar 6, 2024

Building esp-idf-sys failed because of uninitialized submodules in esp-idf.

Issuing git submodle update --init --recursive in the esp-idf directory at ~/.espressif/esp-idf/v5.1.2/ solved the issue.

However, when following the instructions in the std-training book, this is not mentioned, as this should all be handled under the hood.

Just letting you know!

@Vollbrecht
Copy link
Contributor

Usually that should not be needed. When the esp-idf's repo is pulled and github decided to have bad networking again, problems like this can arise. Still thanks that you mention a potential workaround, and give feedback ;)

Happy Coding

@SergioGasquez
Copy link
Member

esp-idf-sys should take care of downloading esp-idf with all the submodules. But sometimes, when not using a reliable network, the esp-idf-sys cloning of the esp-idf repo might fail, which looks like its what happened in your case

@rangerjo
Copy link
Author

rangerjo commented Mar 6, 2024

Ok, thank you for the responses, thats fine with me. Can be considered closed then!

@rangerjo rangerjo closed this as completed Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants