lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] How to build LWIP test on linux


From: address@hidden
Subject: Re: [lwip-users] How to build LWIP test on linux
Date: Wed, 18 Mar 2020 11:11:38 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0

Am 18.03.2020 um 09:26 schrieb David Lockyer:
> Hi Sachin,
>
> I guess if you are new to software development this may seem confusing,
> but the output does spell out what is wrong, looking at your output logs:
>
> CMake Error at CMakeLists.txt:30 (include):
>   include could not find load file:
>
>    
> /home/sachin/Downloads/contrib-2.1.0/ports/unix/check/../../../..//*lwip*//src/Filelists.cmake

Oh, I just now see that you're using 2.1.x, where contrib is still
separate. Got to make the 2.2.0 release soon...

Cheers,
Simon

>
> You can see the problem, it can't find directory lwip in Downloads, so
> either rename your lwip-2.1.2 directory to lwip, or modify
>
> /home/sachin/Downloads/contrib-2.1.0/ports/unix/check/CMakeLists.txt
>
> i.e. change line:
>
> set(LWIP_DIR         ${CMAKE_CURRENT_SOURCE_DIR}/../../../../lwip)
>
> to
>
> set(LWIP_DIR         ${CMAKE_CURRENT_SOURCE_DIR}/../../../../lwip-2.1.2)
>
> Best regards,
> David
>
> On 17/03/2020 17:26, Sachin Gole wrote:
>>
>> I have tried steps which you have provided, please see attached logs.
>>
>>
>>
>>
>> ______________________________________________________________________
>> This email has been scanned by the Symantec Email Security.cloud service.
>> For more information please visit http://www.symanteccloud.com
>> ______________________________________________________________________
>>
>> _______________________________________________
>> lwip-users mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/lwip-users
>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com
> ______________________________________________________________________
>
> _______________________________________________
> lwip-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/lwip-users
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]