Re: [lwip-users] LwIP and ARM Compiler 6

2019-02-01 Thread Sergio R. Caprile
Well, this is perhaps pretty obvious, maybe, but did you happen to try to lookup what those "errors" are ? Are they errors or _warnings_ ? Do you known the engine in both compilers is different ? Does your port use compiler extensions ? (You need to change those since the engines are different...)

[lwip-users] netconn_recv: invalid conn

2019-02-01 Thread saad saeed
Hello, I am using lwip 2.0.2 with FREERTOS and FRDM K64F. On recieving TCP data, I am getting this weird error. "netconn_recv: invalid conn". What does this mean?. What can I do to fix it. Kind Regards, Saad. ___ lwip-users mailing list lwip-users@nongn

Re: [lwip-users] LWIP/PPPOS for GSM module

2019-02-01 Thread Devanand Biradar
Hello Sylvain, I have corrected my input & output serial driver. Now I am getting the IP addr, GW, subnet from GSM using PPPOS over LWIP. Status - CONNECTED. Now I want to use PING (using ICMP). I want to ping google.com, how to proceed in this. I want the steps to perform. Thanks On Thu, Dec 20

Re: [lwip-users] LWIP/PPPOS for GSM module

2019-02-01 Thread zulu4711
Regarding Ping, maybe have a look in lwip/apps/ping ;) It will be brilliantly clear once you do :) -- Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listi

Re: [lwip-users] LWIP/PPPOS for GSM module

2019-02-01 Thread Devanand Biradar
Hello, Thanks for reply. Their is no any ping under lwip/apps/ On Sat, 2 Feb 2019, 11:58 zulu4711, wrote: > Regarding Ping, > maybe have a look in lwip/apps/ping ;) > It will be brilliantly clear once you do :) > > > > > -- > Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html > > __