On Mon, Feb 3, 2020 at 3:43 PM Dmitry Kozliuk wrote: >> >> Do I mess up some linker's configurations? >> I attached the meson log, thanks for your help! > > > Those are not errors, just harmless warnings. You can now build and run an example program (rerun meson with -Dexamples=helloworld per Windows Getting Started Guide). Hi Dmitry, Thanks. However with -Dexamples=helloworld, it shows another error: C:\dpdk-draft-windows>meson -Dexamples=helloworld build11 The Meson build system Version: 0.53.999 Source dir: C:\dpdk-draft-windows Build dir: C:\dpdk-draft-windows\build11 Build type: native build Program cat found: NO Program more found: YES (C:\WINDOWS\system32\more.COM) Project name: DPDK Project version: 19.05.0-rc4 C compiler for the host machine: clang (clang 7.0.1 "clang version 7.0.1 (tags/RELEASE_701/final)") C linker for the host machine: clang link 14.24.28316.0 Host machine cpu family: x86_64 Host machine cpu: x86_64 Program ../buildtools/symlink-drivers-solibs.sh found: YES (sh C:\dpdk-draft-windows\config\../buildtools/symlink-drivers-solibs.sh) Checking for size of "void *" : 8 Library libm found: NO Library numa found: NO Did not find pkg-config by name 'pkg-config' Found Pkg-config: NO Did not find CMake 'cmake' Found CMake: NO Run-time dependency libbsd found: NO (tried pkgconfig and cmake) Compiler for C supports arguments -Wsign-compare: YES Compiler for C supports arguments -Wcast-qual: YES Compiler for C supports arguments -Wno-address-of-packed-member: YES Fetching value of define "__SSE4_2__" : 1 Fetching value of define "__AES__" : 1 Fetching value of define "__PCLMUL__" : 1 Fetching value of define "__AVX__" : 1 Fetching value of define "__AVX2__" : 1 Fetching value of define "__AVX512F__" : Compiler for C supports arguments -Wno-format-truncation: NO Program doxygen found: NO Program sphinx-build found: NO Library execinfo found: NO examples\meson.build:11:0: ERROR: Program or command 'sh' not found or not executable A full log can be found at C:\dpdk-draft-windows\build11\meson-logs\meson-log.txt Do I need to install "sh"? Thanks William