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
[email protected]
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
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to