lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwIP 2.1 cleanup - remove UNIX test apps


From: Yigal Hochberg
Subject: Re: [lwip-users] lwIP 2.1 cleanup - remove UNIX test apps
Date: Fri, 15 Jun 2018 17:56:45 -0400

Thanks Dirk,

I like and prefer gnu Makefiles ready to go. They work work well in Linux and on Windows using Mingw and Cygwin.
For msvc all you need is to change the CC and CFLAGS and you are good to go. msvc 2017 is finally very close to c99 or even later.
The "older" file organization with Makefiles without the need to additional cmake processing.
For all windows the final link needs win pcap lib (taken from wherever it was installed).

I will try your suggestion for cmake (will need to install cmake).
If it is simple and reliable maybe it is a godo improvement.

Thanks
Yigal








On Fri, Jun 15, 2018 at 3:28 PM, Dirk Ziegelmeier <address@hidden> wrote:
Hi Yigal,

I removed it because you can generate easily a Makefile-based build (and many others) using cmake.

- cd into example_app dir
- mkdir build
- cd build
- cmake .. -G "MinGW Makefiles"
- make

​The msvc_netif_init contains no platform specific code. I just forgot to rename it. Just pushed a fix it a f​ew minutes before.


Dirk


_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users



--
Yigal

reply via email to

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