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 E51A042508; Wed, 6 Sep 2023 09:28:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C71894029E; Wed, 6 Sep 2023 09:28:12 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 5E6D94029D for ; Wed, 6 Sep 2023 09:28:11 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 433E342525; Wed, 6 Sep 2023 09:28:11 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1283] Failing to compile testpmd on Windows Date: Wed, 06 Sep 2023 07:28:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: testpmd X-Bugzilla-Version: 23.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: pdamouny@nvidia.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: multipart/alternative; boundary=16939852910.8EFD.2206175 Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --16939852910.8EFD.2206175 Date: Wed, 6 Sep 2023 09:28:11 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All https://bugs.dpdk.org/show_bug.cgi?id=3D1283 Bug ID: 1283 Summary: Failing to compile testpmd on Windows Product: DPDK Version: 23.11 Hardware: x86 OS: Windows Status: UNCONFIRMED Severity: critical Priority: Normal Component: testpmd Assignee: dev@dpdk.org Reporter: pdamouny@nvidia.com Target Milestone: --- when i do=20 1. "C:\Program Files\Meson\meson.exe" --buildtype debug "-Dc_args=3D-I\"C:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc\"" "-Dc_link_args=3D-L\"C:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\lib\"" "-Dexamples=3Dudpfwd,flow_filtering,l2fwd,l2fwd_default_flow,helloworld,udp= fwd_rss,l2fwd_master,udpfwd_rx_tx_cheksum,l2fwd_rss" build 2. ninja=20 i get=20 FAILED: drivers/common/idpf/6e54547@@idpf_common_avx512_lib@sta/idpf_common_rxtx_av= x512.c.obj clang @drivers/common/idpf/6e54547@@idpf_common_avx512_lib@sta/idpf_common_rxtx_a= vx512.c.obj.rsp In file included from ../drivers/common/idpf/idpf_common_rxtx_avx512.c:6: In file included from ..\drivers\common\idpf/idpf_common_device.h:9: In file included from ..\drivers\common\idpf/base/idpf_prototype.h:9: In file included from ..\drivers\common\idpf/base/idpf_osdep.h:18: In file included from ..\lib\eal\include\rte_malloc.h:16: In file included from ..\lib\eal\include\rte_memory.h:25: In file included from ..\lib\eal\include\rte_fbarray.h:39: In file included from ..\lib\eal\x86\include\rte_rwlock.h:13: In file included from ..\lib\eal\x86\include/rte_spinlock.h:18: In file included from ..\lib\eal\x86\include/rte_cycles.h:12: In file included from C:\Program Files\LLVM\lib\clang\11.0.0\include\x86intrin.h:24: C:\Program Files\LLVM\lib\clang\11.0.0\include\prfchwintrin.h:50:1: error: conflicting types for '__m_prefetchw' _m_prefetchw(void *__P) ^ ..\lib\eal\windows\include\rte_windows.h:28:22: note: expanded from macro '_m_prefetchw' #define _m_prefetchw __m_prefetchw ^ C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um\winnt.h:3538= :1: note: previous declaration is here _m_prefetchw ( ^ ..\lib\eal\windows\include\rte_windows.h:28:22: note: expanded from macro '_m_prefetchw' #define _m_prefetchw __m_prefetchw ^ 1 error generated. [131/810] Compiling C object drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_mlx5_devx_cmds.c.obj ninja: build stopped: subcommand failed. --=20 You are receiving this mail because: You are the assignee for the bug.= --16939852910.8EFD.2206175 Date: Wed, 6 Sep 2023 09:28:11 +0200 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All
Bug ID 1283
Summary Failing to compile testpmd on Windows
Product DPDK
Version 23.11
Hardware x86
OS Windows
Status UNCONFIRMED
Severity critical
Priority Normal
Component testpmd
Assignee dev@dpdk.org
Reporter pdamouny@nvidia.com
Target Milestone ---

when i do=20

1. "C:\Program Files\Meson\meson.exe" --buildtype debug
"-Dc_args=3D-I\"C:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\in=
c\""
"-Dc_link_args=3D-L\"C:\Program Files\Mellanox\MLNX_WinOF2_DevX_S=
DK\lib\""
"-Dexamples=3Dudpfwd,flow_filtering,l2fwd,l2fwd_default_flow,helloworl=
d,udpfwd_rss,l2fwd_master,udpfwd_rx_tx_cheksum,l2fwd_rss"
build

2. ninja=20

i get=20

FAILED:
drivers/common/idpf/6e54547@@idpf_common_avx512_lib@sta/idpf_co=
mmon_rxtx_avx512.c.obj
clang
@drivers/common/idpf/6e54547@@idpf_common_avx512_lib@sta/id=
pf_common_rxtx_avx512.c.obj.rsp
In file included from ../drivers/common/idpf/idpf_common_rxtx_avx512.c:6:
In file included from ..\drivers\common\idpf/idpf_common_device.h:9:
In file included from ..\drivers\common\idpf/base/idpf_prototype.h:9:
In file included from ..\drivers\common\idpf/base/idpf_osdep.h:18:
In file included from ..\lib\eal\include\rte_malloc.h:16:
In file included from ..\lib\eal\include\rte_memory.h:25:
In file included from ..\lib\eal\include\rte_fbarray.h:39:
In file included from ..\lib\eal\x86\include\rte_rwlock.h:13:
In file included from ..\lib\eal\x86\include/rte_spinlock.h:18:
In file included from ..\lib\eal\x86\include/rte_cycles.h:12:
In file included from C:\Program
Files\LLVM\lib\clang\11.0.0\include\x86intrin.h:24:
C:\Program Files\LLVM\lib\clang\11.0.0\include\prfchwintrin.h:50:1: error:
conflicting types for '__m_prefetchw'
_m_prefetchw(void *__P)
^
..\lib\eal\windows\include\rte_windows.h:28:22: note: expanded from macro
'_m_prefetchw'
#define _m_prefetchw __m_prefetchw
                     ^
C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um\winnt.h:3538=
:1:
note: previous declaration is here
_m_prefetchw (
^
..\lib\eal\windows\include\rte_windows.h:28:22: note: expanded from macro
'_m_prefetchw'
#define _m_prefetchw __m_prefetchw
                     ^
1 error generated.
[131/810] Compiling C object
drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_mlx5_devx_=
cmds.c.obj
ninja: build stopped: subcommand failed.
          


You are receiving this mail because:
  • You are the assignee for the bug.
=20=20=20=20=20=20=20=20=20=20
= --16939852910.8EFD.2206175--