-
Notifications
You must be signed in to change notification settings - Fork 22
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
Compiling with PPP #15
Comments
Do you |
The problem was extern "C" {} on ppp includes in my project. The challenge
now is to do NAT between PPP and wifi station.
2018-04-25 17:58 GMT-03:00 david gauchard <[email protected]>:
… Do you make clean / make install from arduino's tools/sdk/lwip2/
directory ?
In that case, can you see whether PPP is compiling in the logs ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALIMK3NCY7tkdWKvEL86t1GoieXdtvuAks5tsON0gaJpZM4Tf12S>
.
--
*Saudações,*
*Andre Luis de Aguiar Lopes*
Me. Eng. Eletricista CREA-RS198.087
Cel: *+55 51 9878-5911*
|
NAT is coming (it's waiting for fixes in a branch). |
Thanks so much, meanwhile I'll try this: https://github.com/ajaybhargav/lwip_nat. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, thank you for your work!
I'm trying to compile with PPP, so I added the PPP defines in the "lwipopts.h" file in glue-lwip->arduino, I added
$(patsubst %.c,$(BUILD)/%.o,$(wildcard netif/ppp/*.c)) \
,$(patsubst %.c,$(BUILD)/%.o,$(wildcard netif/ppp/polarssl/*.c)) \
,-include $(BUILD)/*/*/*/*/*.d
and-include $(BUILD)/*/*/*/*/*/*.d
to the Makefile.lwip2 file. But when I use liblwip2.a in the project, I get the Undefined reference for PPP functions, any ideia?The text was updated successfully, but these errors were encountered: