-
Notifications
You must be signed in to change notification settings - Fork 67
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
"unknown type name 'ppp_pcb'" #15
Comments
Same here! Trying to figure out 👍 |
Hi @lemmerelassal Did you figured this out? So far, I can skip this error by adding this line to Makefile:
But now I've another error:
I'm still working in a workaround or root cause for this. 👋 |
Fo the last error, I commented the line 408 in $(TOP)/lib/lwip/src/include/lwip/sockets.h
...and added these in the next line (409):
Source: espressif/esp-idf#1141 But again, I got another error:
All of this seems to be related to esp-idf since the change constantly. I'm working in the suggested esp-isf branch for PyCopy 1.1: 5c88c5996 Hope this can help anyone! |
I deleted the entire repo and started again...problem solved 😛 |
When compiling, I get this error. Anybody know where this is defined?
Also:
error: field 'pppif' has incomplete type
The text was updated successfully, but these errors were encountered: