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

2020-03-18 Thread goldsi...@gmx.de
Am 19.03.2020 um 03:47 schrieb Sachin Gole: > > Thanks for comments. Google test framework has better control on test > execution. Well, I know. I'm using it elsewhere, too. I'm just too lazy and a bit hesistant to switch test frameworks right now. Regards, Simon

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

2020-03-18 Thread Sachin Gole
Thanks for comments. Google test framework has better control on test execution. ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

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

2020-03-18 Thread goldsi...@gmx.de
Am 18.03.2020 um 11:43 schrieb Sachin Gole: > Hi David, > > Thanks for your appropriate help, now I am able to build and run lwip > unit test. > > > sachin@sachin-VirtualBox:~/Downloads/contrib-2.1.0/ports/unix/check/build$ > ./lwip_unittests > Running suite(s): IPv4 >  IPv6 >  UDP >  TCP >  TCP_OO

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

2020-03-18 Thread Sachin Gole
Hi David, Thanks for your appropriate help, now I am able to build and run lwip unit test. > sachin@sachin-VirtualBox:~/Downloads/contrib-2.1.0/ports/unix/check/build$ ./lwip_unittests Running suite(s): IPv4 IPv6 UDP TCP TCP_OOS DEF MEM NETIF PBUF TIMERS ETHARP DHCP MDNS MQTT SOCKET

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

2020-03-18 Thread goldsi...@gmx.de
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: >

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

2020-03-18 Thread 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/../.

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

2020-03-17 Thread Sachin Gole
I have tried steps which you have provided, please see attached logs. contrib-2_1_0.logs Description: Binary data lwip_2_1_2.logs Description: Binary data ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip

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

2020-03-17 Thread goldsi...@gmx.de
Am 17.03.2020 um 13:19 schrieb Sachin Gole: > Provided commands doesn't work, Looks like needs to be updated in wiki > pages or README. Wiki is not from us. Where did you pull your steps from? Why don't you answer to my latest mail where I tried to help you? I'm getting a bit tired of this by now.

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

2020-03-17 Thread Sachin Gole
Provided commands doesn't work, Looks like needs to be updated in wiki pages or README. Tested logs are attached. On Sun, Mar 15, 2020 at 9:56 PM Sachin Gole wrote: > > Using lwip-2.1.2 version, below steps doesn't get compiled with these > steps. > > rajgad:~/Downloads/lwip-2.1.2$ ls > CHANGELO

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

2020-03-15 Thread goldsi...@gmx.de
Am 15.03.2020 um 17:26 schrieb Sachin Gole: > > Using lwip-2.1.2 version, below steps doesn't get compiled with these steps. OK, so it seems I'm in a good mood today, so... What in my mail from 2 days ago have you missed? You complained about not finding a 'dev' directory in lwIP but haven't trie

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

2020-03-15 Thread Sachin Gole
Using lwip-2.1.2 version, below steps doesn't get compiled with these steps. rajgad:~/Downloads/lwip-2.1.2$ ls CHANGELOG CMakeLists.txt COPYING doc FEATURES FILES README src test UPGRADING rajgad:~/Downloads/lwip-2.1.2$ mkdir build rajgad:~/Downloads/lwip-2.1.2$ cd build/ rajgad:~/Downloa

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

2020-03-14 Thread goldsimon
Am 14. März 2020 18:47:01 MEZ schrieb Sachin Gole : >In 2.1.2 version, There is no dev folder to run lwip_unittest > > >~/Downloads/lwip-2.1.2$ ls >build CMakeCache.txt cmake_install.cmake COPYING > CPackSourceConfig.cmake FEATURES Makefile src UPGRADING >CHANGELOG CMakeFiles CM

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

2020-03-14 Thread Sachin Gole
In 2.1.2 version, There is no dev folder to run lwip_unittest ~/Downloads/lwip-2.1.2$ ls build CMakeCache.txt cmake_install.cmake COPYING CPackSourceConfig.cmake FEATURES Makefile src UPGRADING CHANGELOG CMakeFiles CMakeLists.txt CPackConfig.cmake doc FI

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

2020-03-13 Thread goldsi...@gmx.de
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

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

2020-03-11 Thread 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 ?