[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Help Needed for compilation
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] Help Needed for compilation |
Date: |
Sun, 20 Nov 2011 11:47:40 +0000 |
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