On 17 Nov 2011, at 15:42, Rajan Giri wrote: > Dear All > > I have downloaded the lwip code using below command > > git clone git://git.savannah.nongnu.org/lwip.git > > But i am not able to compile it,because there is no make file available. > Please help me how to compile the code. lwIP is just a block of code that you need to integrate into your own project. It doesn't stand alone, and so there is no make file included as you will need to use your existing build system.
There are some example projects in the contrib module that might help you get started. Kieran _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
