On Mon, Feb 3, 2020 at 10:16 PM Dmitry Kozlyuk <dmitry.kozl...@gmail.com> wrote: > > Hi William, > > > 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"? > > No, you shouldn't have to, if you're building "master" branch of "dpdk" > repository (https://git.dpdk.org/dpdk/). I noticed your working copy is named > "dpdk-draft-windows", are you trying to build from that repo instead > (https://git.dpdk.org/draft/dpdk-draft-windows/)? If so, its build system > only supports Windows via MSBuild and ICC, according to that repo docs. To > build current DPDK on Windows, you should be using "dpdk" repo. > Hi Dmitry,
Thanks for the information. Now I switch to dpdk repo and it works! c:\dpdk\build2\examples>dpdk-helloworld.exe EAL: Detected 2 lcore(s) EAL: Detected 1 NUMA nodes hello from core 1 hello from core 0 Regards, William