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

This project is great. I downloaded it, but the compilation error said that lwip is missing. #12

Open
517002650 opened this issue Sep 21, 2024 · 1 comment

Comments

@517002650
Copy link

This project is great. I downloaded it, but it gave an error when I compiled it, saying that lwip is missing. I cloned https://github.com/lwip-tcpip/lwip, put the code into the project, but it still gave an error and could not compile successfully.

@CShark
Copy link
Owner

CShark commented Sep 23, 2024

Lwip is used as a git submodule. To Initialize it properly, clear that folder again and run the command git submodule update --init --recursive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants