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.