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

Now lwip for w5500 works, but for wifi it is broken #12

Open
Dexus opened this issue Jan 23, 2025 · 1 comment
Open

Now lwip for w5500 works, but for wifi it is broken #12

Dexus opened this issue Jan 23, 2025 · 1 comment

Comments

@Dexus
Copy link

Dexus commented Jan 23, 2025

for WIFI:

Command failed: make
In file included from /home/dev/RP2040/driver.c:115:
/home/dev/RP2040/wifi.h:28:10: fatal error: lwip/ip_addr.h: No such file or directory
28 | #include "lwip/ip_addr.h"
| ^~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/grblHAL.dir/build.make:90: CMakeFiles/grblHAL.dir/driver.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1954: CMakeFiles/grblHAL.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
@terjeio
Copy link
Contributor

terjeio commented Jan 23, 2025

You have to update to SDK 2.1.0 if for Pico2 W, I tried to do that but VSCode does not allow me to select 2.1.0 - it stays at 2.0.0 no matter what. So VScode or some VSCode plugin likely has a bug.

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