On Sun, Jun 28, 2020 at 09:48:25AM +0000, Fady Bader wrote: > > Subject: Re: [PATCH v2 3/3] eal/windows: librte_net build on Windows > > > > > diff --git a/lib/librte_eal/common/meson.build > > > b/lib/librte_eal/common/meson.build > > > index e1bdaf024..05e40a26b 100644 > > > --- a/lib/librte_eal/common/meson.build > > > +++ b/lib/librte_eal/common/meson.build > > > @@ -28,6 +28,7 @@ if is_windows > > > 'malloc_elem.c', > > > 'malloc_heap.c', > > > 'rte_malloc.c', > > > + 'rte_random.c', > > > > Hitting an error when building on Windows (SDK 10.0.18362) with Clang 9.0.1: > > Hi Dmitry, > I'm trying to reproduce the error you had, I installed the latest SDK > (10.0.19041.0) but I can't find the clang v9.0.1 for Windows. Can you > redirect/instruct me how did you get it for Windows ? > > Thanks, > Fady > Hi Fady,
Getting the same error with a setup similar to Dmitry's. My setup: SDK 10.0.18362, clang 9.0.0. What version of clang are you using on your system? You can try installing LLVM 9.0.0 from https://releases.llvm.org/download.html