From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [DPDK/testpmd Bug 1595] failed to compile DPDK
Date: Wed, 11 Dec 2024 11:36:08 +0000 [thread overview]
Message-ID: <bug-1595-3@http.bugs.dpdk.org/> (raw)
[-- Attachment #1: Type: text/plain, Size: 5729 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1595
Bug ID: 1595
Summary: failed to compile DPDK
Product: DPDK
Version: 24.07
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: testpmd
Assignee: dev@dpdk.org
Reporter: pdamouny@nvidia.com
Target Milestone: ---
failed to compile DPDK
FAILED: lib/librte_net.a.p/net_net_crc_sse.c.obj
"clang" "-Ilib\librte_net.a.p" "-Ilib" "-I..\lib" "-Ilib\net" "-I..\lib\net"
"-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include"
"-I..\lib\eal\include" "-Ilib\eal\windows\include"
"-I..\lib\eal\windows\include" "-Ilib\eal\x86\include"
"-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal"
"-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs"
"-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring"
"-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry"
"-I..\lib\telemetry" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc"
"-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall"
"-Winvalid-pch" "-Wextra" "-std=c11" "-g" "-include" "rte_config.h"
"-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral"
"-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes"
"-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wsign-compare"
"-Wstrict-prototypes" "-Wundef" "-Wwrite-strings"
"-Wno-address-of-packed-member" "-Wno-missing-field-initializers"
"-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS"
"-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API"
"-DCC_X86_64_SSE42_PCLMULQDQ_SUPPORT" "-DCC_X86_64_AVX512_VPCLMULQDQ_SUPPORT"
"-DRTE_LOG_DEFAULT_LOGTYPE=lib.net" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety"
-MD -MQ lib/librte_net.a.p/net_net_crc_sse.c.obj -MF
"lib\librte_net.a.p\net_net_crc_sse.c.obj.d" -o
lib/librte_net.a.p/net_net_crc_sse.c.obj "-c" ../lib/net/net_crc_sse.c
../lib/net/net_crc_sse.c:49:17: error: call to undeclared function
'_mm_clmulepi64_si128'; ISO C99 and later do not support implicit function
declarations [-Wimplicit-function-declaration]
__m128i tmp0 = _mm_clmulepi64_si128(fold, precomp, 0x01);
^
../lib/net/net_crc_sse.c:49:17: note: did you mean '_mm_cvtsi64_si128'?
C:\Program Files\LLVM\lib\clang\16\include\emmintrin.h:3308:46: note:
'_mm_cvtsi64_si128' declared here
static __inline__ __m128i __DEFAULT_FN_ATTRS _mm_cvtsi64_si128(long long __a) {
^
../lib/net/net_crc_sse.c:49:10: error: initializing '__m128i' (vector of 2
'long long' values) with an expression of incompatible type 'int'
__m128i tmp0 = _mm_clmulepi64_si128(fold, precomp, 0x01);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/net/net_crc_sse.c:50:10: error: initializing '__m128i' (vector of 2
'long long' values) with an expression of incompatible type 'int'
__m128i tmp1 = _mm_clmulepi64_si128(fold, precomp, 0x10);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/net/net_crc_sse.c:73:9: error: call to undeclared function
'_mm_clmulepi64_si128'; ISO C99 and later do not support implicit function
declarations [-Wimplicit-function-declaration]
tmp0 = _mm_clmulepi64_si128(data128, precomp, 0x00);
^
../lib/net/net_crc_sse.c:73:7: error: assigning to '__m128i' (vector of 2 'long
long' values) from incompatible type 'int'
tmp0 = _mm_clmulepi64_si128(data128, precomp, 0x00);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/net/net_crc_sse.c:79:7: error: assigning to '__m128i' (vector of 2 'long
long' values) from incompatible type 'int'
tmp1 = _mm_clmulepi64_si128(tmp2, precomp, 0x10);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/net/net_crc_sse.c:110:9: error: call to undeclared function
'_mm_clmulepi64_si128'; ISO C99 and later do not support implicit function
declarations [-Wimplicit-function-declaration]
tmp1 = _mm_clmulepi64_si128(tmp0, precomp, 0x00);
^
../lib/net/net_crc_sse.c:110:7: error: assigning to '__m128i' (vector of 2
'long long' values) from incompatible type 'int'
tmp1 = _mm_clmulepi64_si128(tmp0, precomp, 0x00);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/net/net_crc_sse.c:114:7: error: assigning to '__m128i' (vector of 2
'long long' values) from incompatible type 'int'
tmp2 = _mm_clmulepi64_si128(tmp1, precomp, 0x10);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/net/net_crc_sse.c:240:10: error: call to undeclared function
'_mm_clmulepi64_si128'; ISO C99 and later do not support implicit function
declarations [-Wimplicit-function-declaration]
temp = _mm_clmulepi64_si128(a, k, 0x01);
^
../lib/net/net_crc_sse.c:240:8: error: assigning to '__m128i' (vector of 2
'long long' values) from incompatible type 'int'
temp = _mm_clmulepi64_si128(a, k, 0x01);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/net/net_crc_sse.c:241:8: error: assigning to '__m128i' (vector of 2
'long long' values) from incompatible type 'int'
fold = _mm_clmulepi64_si128(a, k, 0x10);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12 errors generated.
[429/819] Compiling C object app/dpdk-test.exe.p/test_test_memcpy_perf.c.obj
ninja: build stopped: subcommand failed.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 8339 bytes --]
reply other threads:[~2024-12-11 11:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-1595-3@http.bugs.dpdk.org/ \
--to=bugzilla@dpdk.org \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.