<html>
    <head>
      <base href="https://bugs.dpdk.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8" class="bz_new_table">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - failed to compile DPDK"
   href="https://bugs.dpdk.org/show_bug.cgi?id=1595">1595</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>failed to compile DPDK
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>DPDK
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>24.07
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>testpmd
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dev@dpdk.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>pdamouny@nvidia.com
          </td>
        </tr>

        <tr>
          <th>Target Milestone</th>
          <td>---
          </td>
        </tr></table>
      <p>
        <div class="bz_comment_block">
          <pre class="bz_comment_text">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.
          </pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
      <div itemscope itemtype="http://schema.org/EmailMessage">
        <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
          
          <link itemprop="url" href="https://bugs.dpdk.org/show_bug.cgi?id=1595">
          <meta itemprop="name" content="View bug">
        </div>
        <meta itemprop="description" content="Bugzilla bug update notification">
      </div>
    </body>
</html>