DPDK patches and discussions
 help / color / mirror / Atom feed
* [DPDK/testpmd Bug 1595] failed to compile DPDK
@ 2024-12-11 11:36 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2024-12-11 11:36 UTC (permalink / raw)
  To: dev

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-11 11:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-11 11:36 [DPDK/testpmd Bug 1595] failed to compile DPDK bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).