On Thu, 2006-03-16 at 17:26 +0530, [EMAIL PROTECTED] wrote: > Hi All, > > I have downloaded lwip-1.1.0.tar.gz from the site. I want following > functionalities to work on my system. They are ARP, UDP, ICMP, IP and > DHCP client. I can see the code written for all these features in the > tar ball. But I am not seeing any Makefile in the tar ball. I tried > compiling on red-hat linux-9 (kernel-version 2.4.18), gcc 3.2.Please > help me out for the same.
lwIP itself does not have a Makefile as in it's basic form is only suitable for integrating into a larger project. There are however a number of ports in the contrib module (which is a separate download) that provide the infrastructure necessary to make it stand alone, and these provide Makefiles. There is one for unix which may be of use to you, but I would still expect you to have to customise it to your needs as it may not do quite what you want. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
