[SPDK] Re: [dpdk-dev] Re: [dpdklab] Re: [dpdk-ci] [CI] SPDK compilation failures @ DPDK community lab
Nick Connolly <nick.connolly at mayadata.io> Mon, 15 Feb 2021 09:56:17 +0000
| Newsgroups | dev.linux.lists.spdk,org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
> Rather than maintain dpdk internal dependencies on SPDK side, would it > be possible to use pkg-config? Hi David, Are the DPDK pkgconfig files intended to work for Windows builds? I've had a quick look and as far as I can see the dependencies are listed correctly, but I was less convinced by the use of -Wl,--whole-archive which is specific to the GNU linker (Clang/Link configuration requires a sequence of -Wl,-wholearchive:<library>). SPDK doesn't currently support Windows, but there is work in progress (https://wpdk.github.io) that can now natively attach an NVMe disk and serve storage from it. Thanks, Nick