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: David Lockyer
Subject: Re: [lwip-users] How to build LWIP test on linux
Date: Wed, 18 Mar 2020 08:26:40 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

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

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
______________________________________________________________________

reply via email to

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