On Tue, 2006-04-11 at 17:23 +1000, [EMAIL PROTECTED] wrote: > Hello, > > I am new to lwip. I've just downloaded source code and found there is no > makefile for compiling it. Can I compile it in linux user mode and running > it as a linux application before porting it to another OS? Is there a > makefile for linux I can download from? Appreciate any helps.
The core of lwip isn't really usable on its own - it needs to be integrated into a larger project. There are some examples of these, including a linux port, in the "lwip-contrib" module. Download that too. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
