You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im triying to compile as indicated, using following commands:
git clone https://github.com/loboris/ESP32-PPPOS-EXAMPLE.git
make menuconfig
make all && make flash
After a tons of libs compiled, i just obtain:
CC build/lwip/lwip/src/netif/ppp/polarssl/sha1.o
CC build/lwip/lwip/src/netif/ppp/polarssl/md4.o
CC build/lwip/lwip/src/netif/ppp/polarssl/md5.o
CC build/lwip/lwip/src/netif/ppp/polarssl/arc4.o
AR build/lwip/liblwip.a
CC build/main/pppos_client_main.o
/home/user/esp/projects/ESP32-PPPOS-EXAMPLE/main/pppos_client_main.c:33:25: fatal error: lwip/pppapi.h: No such file or directory
compilation terminated.
/home/user/esp/esp-idf/make/component_wrapper.mk:285: recipe for target 'pppos_client_main.o' failed
make[1]: *** [pppos_client_main.o] Error 1
/home/user/esp/esp-idf/make/project.mk:481: recipe for target 'component-main-build' failed
make: *** [component-main-build] Error 2
I am using v3.0.4 of esp-idf
Thanks in advance
The text was updated successfully, but these errors were encountered:
Im triying to compile as indicated, using following commands:
After a tons of libs compiled, i just obtain:
I am using v3.0.4 of esp-idf
Thanks in advance
The text was updated successfully, but these errors were encountered: