This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: lwip question


On Wed, 2002-06-26 at 11:28, john ashfield wrote:
> Hello all,
> 
> I am trying to port lwip to ecos on psim platform. After trying to "make 
> tests", I received complile errors in 
> ./packages/io/eth/current/src/stand_alone/eth_drv.c.
> 
> Then I locked all the code in the file and tried "make tests" again (sorry, 
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

What does this mean?  I don't understand your terminology.

> I shouldn't do this in the source code. I just want to find out what is 
> going on beyond that). This time, it "make tests" successfully, but I dont 
> know how to test udpecho, tcpecho httpd or socket in 
> install/tests/net/lwip_tcpip/current/tests in the build directory.
> I already tried "psim tcpecho", and it just stops at "newconn = 
> netconn_accept(conn);" in tcpecho.c

These tests all assume a real network connection and something (another
host computer) to talk to.  About the only network tests you could hope 
to run on a simulator would be the "loopback" tests.

What are you trying to test anyway?


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]