From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8A330432D3 for ; Mon, 13 Nov 2023 12:15:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F2E024068E; Mon, 13 Nov 2023 12:14:57 +0100 (CET) Received: from mail-oo1-f53.google.com (mail-oo1-f53.google.com [209.85.161.53]) by mails.dpdk.org (Postfix) with ESMTP id 1AF9940291 for ; Fri, 10 Nov 2023 13:10:05 +0100 (CET) Received: by mail-oo1-f53.google.com with SMTP id 006d021491bc7-58786e23d38so1105740eaf.3 for ; Fri, 10 Nov 2023 04:10:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1699618204; x=1700223004; darn=dpdk.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=erUPPcjYONFbXWJcoFU1tfKCkKtX6zZDacX5D3mKKw8=; b=hKnC27Yd5GdhkwB/5vOc0wTXUBdRCa/cEpCTD5a0KQgsCVH0u4pqGy3fZZsaA5MvH6 dMy0vTEvZfBduup3l0sQ3Y/Wdoko0e7RB6vfOu/3gWNxeqa6IHphcyXkMCKwZfdSh43l kbmxzPgafCL1nDbtdFpFiyzluPXTgNSXJkUYa7BF215rEk3K8cINBazcs5JA0jyvuhhx uXZ1fLxM3KA8fxatQ8krqm4GrVPSjhrEB1YKv3lown99UbnWIsB5+EeP97Qye7AXfWgR t5W6nILIZu1In7B5zzLbAc6RuxYpWAyxm7xz41f7naem3Mkw1soMsSpLNLSF97Fmm1JU x2yg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699618204; x=1700223004; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=erUPPcjYONFbXWJcoFU1tfKCkKtX6zZDacX5D3mKKw8=; b=RLh7BBV2PJWznsbLmyO6ppt71wxPnN8ZTi9jIXottqrBPrqWKl+o4SZ2vMy1YwhtJ1 fqxga0hshHy7S1TRhzf3zR+g8XHty80MfYv6KY4i7hhOXCqdA6j+fTTJaKX9lI2b15o0 hfgMCAdJIzME77vzSCp7++f3KRFtqJw6UMVvCRmGZ3ZNm2pH19M0+9h25VSRRP9PiGE0 BOxwAsCTCJhu+dpsRwTWYsP7GiHbIz2LcMEcWVW7Vk7tAWpKaIrGGfjnpE7/D1jddJEE wB/kA8qjBbErOT5YMc12+Dgie/J/RifltoO5ODaGBN5OgPJl5lsfzvpEjvBtjAvZyCTb 2PAg== X-Gm-Message-State: AOJu0YwJHaLnChdBIz+mOtF6gliSGVk2b7H0VYneB5azGsmUHI0Gzp6W e6SfrvBMKQBhg9/Oig0xLuHOSoFe3cZ6ZUqXJKZ7vXADWgRHqw== X-Google-Smtp-Source: AGHT+IFwf9UuJAd9Xs8ayi5oRgT0RBd0iRmcksB0nzEyt0gky02v5DtrMTHuZmlnPYENSaIlAvPqh+C0H7sDDDitKS4= X-Received: by 2002:a05:6870:34a:b0:1ea:2506:3e90 with SMTP id n10-20020a056870034a00b001ea25063e90mr8512604oaf.35.1699618203918; Fri, 10 Nov 2023 04:10:03 -0800 (PST) MIME-Version: 1.0 From: Im Groot Date: Fri, 10 Nov 2023 17:09:52 +0500 Message-ID: Subject: DPDK Windows: NetUIO driver build error. To: users@dpdk.org Content-Type: multipart/alternative; boundary="0000000000004c64dc0609cb33f9" X-Mailman-Approved-At: Mon, 13 Nov 2023 12:14:55 +0100 X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org --0000000000004c64dc0609cb33f9 Content-Type: text/plain; charset="UTF-8" Hi I am very very new to DPDK and trying to run DPDK on Windows 10. As per documentation, it can be done. I have reached step 4.2 where I have to build and Install drivers. I have built the virt2phys driver successfully but I am unable to build the NetUIO driver. *I have tried Visual Studio 2022, Visual Studio 2019, Visual Studio 2017 but there is always the same error: * Error MSB4019 The imported project "C:\Program Files (x86)\Windows Kits\10\build\WindowsDriver.common.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files (x86)\Windows Kits\10\\build\WindowsDriver.common.targets" is correct, and that the file exists on disk. C:\Users\PC\Downloads\dpdk-kmods-main\dpdk-kmods-main\windows\netuio\netuio.vcxproj C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Platforms\x64\PlatformToolsets\WindowsKernelModeDriver10.0\Toolset.targets 24 *Secondly, I want to know that do I need to define some flags in the driver code? *for example #define _X86_ because if I do not define it then there are hundreds of errors. Please if there is a specific way to build the driver then do let me know. Thanks --0000000000004c64dc0609cb33f9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi=C2=A0

I am very very new to DPDK and= trying to run DPDK on Windows 10. As per documentation, it can be done.

I have reached step 4.2 where I have to build and In= stall drivers. I have built the virt2phys driver successfully but I am unab= le to build the NetUIO driver.

I have tried = Visual Studio 2022, Visual Studio 2019, Visual Studio 2017 but there is alw= ays the same error:=C2=A0

Error=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 MSB4019=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 The imported project "C:= \Program Files (x86)\Windows Kits\10\build\WindowsDriver.common.targets&quo= t; was not found. Confirm that the expression in the Import declaration &qu= ot;C:\Program Files (x86)\Windows Kits\10\\build\WindowsDriver.common.targe= ts" is correct, and that the file exists on disk. C:\Users\PC\Download= s\dpdk-kmods-main\dpdk-kmods-main\windows\netuio\netuio.vcxproj=C2=A0 C:\Pr= ogram Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VC= Targets\Platforms\x64\PlatformToolsets\WindowsKernelModeDriver10.0\Toolset.= targets=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 2= 4=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=

=C2=A0

S= econdly, I want to know that do I need to define some flags in the driver c= ode? for example=C2=A0
#define _X86_
=C2=A0beca= use if I do not define it then there are hundreds of errors.

=

Please if there is a specific way to build the dr= iver then do let me know.=C2=A0

Thanks
--0000000000004c64dc0609cb33f9--