[dpdk-dev] [PATCH v4 0/3] net/pcap: build on Windows

Thomas Monjalon thomas at monjalon.net
Wed Apr 21 00:20:01 CEST 2021


> Dmitry Kozlyuk (3):
>   eal/windows: add timespec_get shim for MinGW
>   net/pcap: move OS-dependent code to separate files
>   net/pcap: build on Windows

Compilation is failing on FreeBSD 11:
http://mails.dpdk.org/archives/test-report/2021-April/188997.html
	implicit declaration of function 'timespec_get' is invalid in C99
	use of undeclared identifier 'TIME_UTC'

It should be fixed by including time.h

I cannot reproduce the issue with FreeBSD 12.





More information about the dev mailing list