[dpdk-dev] DPDK Windows Build

Dmitry Kozliuk dmitry.kozliuk at gmail.com
Tue Jan 28 22:36:09 CET 2020


Hello Jeremy,

> clang: error: no such file or directory: '/OPT:REF'

There is a bug in Meson: '/OPT:REF' must be prefixed with '-Wl,' when using
Clang with link.exe, because Clang does not recognize '/OPT:REF' as an
argument to pass to linker, but treats it as a filename instead.
A patch is not under review: https://github.com/mesonbuild/meson/pull/6483
I was able to successfully build DPDK after applying this patch to Meson.


More information about the dev mailing list