Kieran wrote:
It sounds like you need to write a Makefile for your test code.  This is
something that is not really lwIP specific, so I'm can't do it for you,
but there should be plenty of guides on the web, and the existing
Makefiles for the different projects in contrib/ports/unix/proj/* should
be good examples.

Then how can I develop an application on lwIP???

The Applications that are in contrib/ports/unix/proj/unixsim/apps how I can 
execute
in simhost.c are called
#if LWIP_TCP  
  tcpecho_init();
  shell_init();
  httpd_init();
#endif

but when I run simhost and I try to connect to http//:192.168.0.2
abort the execution of the stack



        











-

<<winmail.dat>>

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

Reply via email to