lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Unix port does not work on Ubuntu 14.04


From: Sylvain Rochet
Subject: Re: [lwip-users] Unix port does not work on Ubuntu 14.04
Date: Mon, 4 May 2015 23:16:40 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]