Hello Edgar,

On Mon, May 04, 2015 at 10:01:51AM +0200, Edgar Bonet wrote:
> 
>     # First, try the minimal project
>     cd lwip-contrib/ports/unix/proj/minimal
>     make  # -> fail
>     # fix the compile errors
>     make  # -> success
>     sudo ./echop  # test -> fail

Indeed, just checked, something is wrong on current master, the echo 
example is not even working anymore.

$ cd lwip-contrib/ports/unix/proj/minimal
$ sed -ri 's/(.*SNMP.*)1$/\10/' lwipopts.h
$ make && echo $?
0
# ./echop 
Host at 192.168.0.2 mask 255.255.255.0 gateway 192.168.0.1
TCP/IP initialized.
Applications started.
$ ping 192.168.0.2
PING 192.168.0.2 (192.168.0.2) 56(84) bytes of data.
64 bytes from 192.168.0.2: icmp_seq=1 ttl=255 time=0.130 ms
64 bytes from 192.168.0.2: icmp_seq=2 ttl=255 time=0.107 ms
$ telnet 192.168.0.2 echo
Trying 192.168.0.2...

I am looking into it :-)

Sylvain

Attachment: signature.asc
Description: Digital signature

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to