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: Fri, 13 Mar 2020 20:28:35 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

Am 12.03.2020 um 07:35 schrieb Sachin Gole:
> Package : lwip_2.1.2.orig source folder
> Building test on Linux with following commands
>
> cmake CMakeLists.txt -DCMAKE_C_COMPILER="/usr/bin/gcc"
> -DCMAKE_CXX_COMPILER="/usr/bin/g++"
>
> How to compile further to get unit test ?

My bash history:
cd dev/lwip/lwip/contrib/ports/unix/check/
ls
mkdir build
cd build/
cmake ..
cmake --build .
./lwip_unittests

Of course you can also use make. See travis.sh in top level directory.

Regards,
Simon



reply via email to

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