DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Enable to install DPDK on Centos 8-Stream
@ 2021-05-27 16:10 Gabriel Danjon
  2021-05-27 17:18 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Danjon @ 2021-05-27 16:10 UTC (permalink / raw)
  To: users
  Cc: Alexis DANJON, Laurent CHABENET, Antoine LORIN, gregory.fresnais,
	Julien RAMET

Hello,

I am having difficulties to compile and install DPDK from sources on the 
latest Centos 8-Stream.

After having installed the required drivers and libraries, following the 
documentation and the DPDK build (meson build && cd build && ninja && 
ninja install && ldconfig), I tried to compile the helloworld example 
without success:
'Makefile:12: *** "no installation of DPDK found".  Stop.'


Please find attached to this mail some logs.


Could you provide help please ?


Best regards,

-- 
Gabriel Danjon
Cyber Security Intern
gabriel.danjon@cybertestsystems.com.sg

-------------- next part --------------
Build started at 2021-05-25T16:09:48.248634
Main binary: /usr/libexec/platform-python
Build Options: -Dlib_musdk_dir=/tmp/musdk-marvell/
Python system: Linux
The Meson build system
Version: 0.55.3
Source dir: /tmp/dpdk-stable-20.11.1
Build dir: /tmp/dpdk-stable-20.11.1/meson
Build type: native build
Program cat found: YES
Running command: /bin/cat /tmp/dpdk-stable-20.11.1/VERSION
--- stdout ---
20.11.1

--- stderr ---


None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Project name: DPDK
Project version: 20.11.1
None of 'CC' are defined in the environment, not changing global flags.
None of 'CFLAGS' are defined in the environment, not changing global flags.
None of 'LDFLAGS' are defined in the environment, not changing global flags.
None of 'CPPFLAGS' are defined in the environment, not changing global flags.
None of 'CC_LD' are defined in the environment, not changing global flags.
Sanity testing C compiler: cc
Is cross compiler: False.
None of 'CC_LD' are defined in the environment, not changing global flags.
Sanity check compiler command line: cc /tmp/dpdk-stable-20.11.1/meson/meson-private/sanitycheckc.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/sanitycheckc.exe -pipe -D_FILE_OFFSET_BITS=64
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command: /tmp/dpdk-stable-20.11.1/meson/meson-private/sanitycheckc.exe
C compiler for the build machine: cc (gcc 8.4.1 "cc (GCC) 8.4.1 20210423 (Red Hat 8.4.1-2)")
C linker for the build machine: cc ld.bfd 2.30-102
None of 'AR' are defined in the environment, not changing global flags.
None of 'CC' are defined in the environment, not changing global flags.
None of 'CFLAGS' are defined in the environment, not changing global flags.
None of 'LDFLAGS' are defined in the environment, not changing global flags.
None of 'CPPFLAGS' are defined in the environment, not changing global flags.
None of 'CC_LD' are defined in the environment, not changing global flags.
Sanity testing C compiler: cc
Is cross compiler: False.
None of 'CC_LD' are defined in the environment, not changing global flags.
Sanity check compiler command line: cc /tmp/dpdk-stable-20.11.1/meson/meson-private/sanitycheckc.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/sanitycheckc.exe -pipe -D_FILE_OFFSET_BITS=64
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command: /tmp/dpdk-stable-20.11.1/meson/meson-private/sanitycheckc.exe
C compiler for the host machine: cc (gcc 8.4.1 "cc (GCC) 8.4.1 20210423 (Red Hat 8.4.1-2)")
C linker for the host machine: cc ld.bfd 2.30-102
None of 'AR' are defined in the environment, not changing global flags.
Build machine cpu family: x86_64
Build machine cpu: x86_64
Host machine cpu family: x86_64
Host machine cpu: x86_64
Target machine cpu family: x86_64
Target machine cpu: x86_64
[Errno 21] Is a directory: '/tmp/dpdk-stable-20.11.1/buildtools/pkg-config'
Unusable script '/tmp/dpdk-stable-20.11.1/buildtools/pkg-config'
Program pkg-config found: YES
Program gen-pmdinfo-cfile.sh found: YES
Program list-dir-globs.py found: YES
Program check-symbols.sh found: YES
Program options-ibverbs-static.sh found: YES
Program binutils-avx512-check.sh found: YES
Program python3 found: YES (/usr/libexec/platform-python)
Program cat found: YES
Running command: /bin/cat /tmp/dpdk-stable-20.11.1/ABI_VERSION
--- stdout ---
21.0

--- stderr ---


Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /tmp/dpdk-stable-20.11.1/config/../buildtools/symlink-drivers-solibs.sh)
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg7axqaud
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg7axqaud/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg7axqaud/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 

Code:
 #include<stdio.h>
        
        int main(void) {
            printf("%ld\n", (long)(sizeof(void *)));
            return 0;
        };
Compiler stdout:
 
Compiler stderr:
 
Program stdout:

8

Program stderr:


Checking for size of "void *" : 8
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp_tx4wpu9
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp_tx4wpu9/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp_tx4wpu9/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 

Code:
 #include<stdio.h>
        
        int main(void) {
            printf("%ld\n", (long)(sizeof(void *)));
            return 0;
        };
Compiler stdout:
 
Compiler stderr:
 
Program stdout:

8

Program stderr:


Checking for size of "void *" : 8
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp8gbk_2c3
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp8gbk_2c3/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp8gbk_2c3/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lm -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main(void) { return 0; }

Compiler stdout:
 
Compiler stderr:
 
Library m found: YES
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpx0mq3hsf
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpx0mq3hsf/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpx0mq3hsf/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lnuma -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main(void) { return 0; }

Compiler stdout:
 
Compiler stderr:
 
Library numa found: YES
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpego0ktxu
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpego0ktxu/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 

Code:
 
        #ifdef __has_include
         #if !__has_include("numaif.h")
          #error "Header 'numaif.h' could not be found"
         #endif
        #else
         #include <numaif.h>
        #endif
Compiler stdout:
 
Compiler stderr:
 
Has header "numaif.h" : YES 
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpzl5s0r8t
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpzl5s0r8t/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpzl5s0r8t/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -llibfdt -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main(void) { return 0; }

Compiler stdout:
 
Compiler stderr:
 /bin/ld: cannot find -llibfdt
collect2: error: ld returned 1 exit status

None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp2z2b5uov
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp2z2b5uov/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp2z2b5uov/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 

Code:
 #include<stdio.h>
        
        int main(void) {
            printf("%ld\n", (long)(sizeof(void *)));
            return 0;
        };
Compiler stdout:
 
Compiler stderr:
 
Program stdout:

8

Program stderr:


Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpah766s2c
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpah766s2c/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpah766s2c/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 --print-search-dirs 

Code:
 
Compiler stdout:
 install: /usr/lib/gcc/x86_64-redhat-linux/8/
programs: =/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/bin/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/bin/
libraries: =/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/lib/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/x86_64-redhat-linux/8/:/lib/../lib64/:/usr/lib/x86_64-redhat-linux/8/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/lib/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/

Compiler stderr:
 
Library libfdt found: YES
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpysc8f5ub
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpysc8f5ub/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 

Code:
 
        #ifdef __has_include
         #if !__has_include("fdt.h")
          #error "Header 'fdt.h' could not be found"
         #endif
        #else
         #include <fdt.h>
        #endif
Compiler stdout:
 
Compiler stderr:
 
Has header "fdt.h" : YES 
Pkg-config binary for MachineChoice.HOST is not cached.
None of 'PKG_CONFIG' are defined in the environment, not changing global flags.
Pkg-config binary missing from cross or native file, or env var undefined.
Trying a default Pkg-config fallback at pkg-config
Found pkg-config: /bin/pkg-config (1.4.2)
Determining dependency 'libbsd' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion libbsd` -> 0
0.9.1
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --cflags libbsd` -> 0

PKG_CONFIG_PATH: 
Called `/bin/pkg-config libbsd --libs` -> 0
-L/usr/lib64 -lbsd
PKG_CONFIG_PATH: 
Called `/bin/pkg-config libbsd --libs` -> 0
-lbsd
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Run-time dependency libbsd found: YES 0.9.1
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libpcap' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion libpcap` -> 0
1.9.1
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --cflags libpcap` -> 0

PKG_CONFIG_PATH: 
Called `/bin/pkg-config libpcap --libs` -> 0
-L/usr/lib64 -lpcap
PKG_CONFIG_PATH: 
Called `/bin/pkg-config libpcap --libs` -> 0
-lpcap
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Run-time dependency libpcap found: YES 1.9.1
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp7_vgvahw
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp7_vgvahw/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 

Code:
 
        #ifdef __has_include
         #if !__has_include("pcap.h")
          #error "Header 'pcap.h' could not be found"
         #endif
        #else
         #include <pcap.h>
        #endif
Compiler stdout:
 
Compiler stderr:
 
Has header "pcap.h" with dependency libpcap: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpw9sozcyq
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpw9sozcyq/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpw9sozcyq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wextra 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wextra: YES 
config/meson.build:231: WARNING: Consider using the built-in warning_level option instead of using "-Wextra".
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpdyh6vj6l
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpdyh6vj6l/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpdyh6vj6l/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-qual 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wcast-qual: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgqfui5j7
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgqfui5j7/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgqfui5j7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeprecated 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wdeprecated: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpvok5gpu_
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpvok5gpu_/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpvok5gpu_/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wformat: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3_d1t90k
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3_d1t90k/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3_d1t90k/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]

Compiler for C supports arguments -Wformat-nonliteral: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpcsmflaw1
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpcsmflaw1/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpcsmflaw1/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security]

Compiler for C supports arguments -Wformat-security: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp8va18gq7
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp8va18gq7/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp8va18gq7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wmissing-declarations: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmphz4vdfb8
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmphz4vdfb8/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmphz4vdfb8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wmissing-prototypes: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp_ph7u8ux
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp_ph7u8ux/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp_ph7u8ux/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wnested-externs 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wnested-externs: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpmygts6s7
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpmygts6s7/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpmygts6s7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wold-style-definition: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnli7cxx4
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnli7cxx4/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnli7cxx4/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wpointer-arith: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpuc3ydpsl
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpuc3ydpsl/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpuc3ydpsl/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wsign-compare 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wsign-compare: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmphj5u3qq9
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmphj5u3qq9/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmphj5u3qq9/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-prototypes 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wstrict-prototypes: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp9l_vaito
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp9l_vaito/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp9l_vaito/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wundef: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp_cyz9sh7
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp_cyz9sh7/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp_cyz9sh7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wwrite-strings: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpyz300h8c
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpyz300h8c/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpyz300h8c/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-address-of-packed-member -Waddress-of-packed-member 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 cc: error: unrecognized command line option '-Waddress-of-packed-member'

Compiler for C supports arguments -Wno-address-of-packed-member -Waddress-of-packed-member: NO 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ek3my10
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ek3my10/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ek3my10/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-packed-not-aligned -Wpacked-not-aligned 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-packed-not-aligned -Wpacked-not-aligned: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp27aj9j37
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp27aj9j37/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp27aj9j37/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-missing-field-initializers -Wmissing-field-initializers 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES 
Running command: /tmp/dpdk-stable-20.11.1/buildtools/binutils-avx512-check.sh
--- stdout ---

--- stderr ---


Running compile:
Working directory:  /tmp/tmp27w5hep3
Command line:  cc /tmp/tmp27w5hep3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __SSE4_2__
        # define __SSE4_2__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__SSE4_2__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__SSE4_2__" : 1 
Running compile:
Working directory:  /tmp/tmp78dbl_69
Command line:  cc /tmp/tmp78dbl_69/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AES__
        # define __AES__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AES__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__AES__" : 1 
Running compile:
Working directory:  /tmp/tmpuckacts3
Command line:  cc /tmp/tmpuckacts3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX__
        # define __AVX__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__AVX__" : 1 
Running compile:
Working directory:  /tmp/tmpqdsveyby
Command line:  cc /tmp/tmpqdsveyby/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX2__
        # define __AVX2__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX2__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__AVX2__" : 1 
Running compile:
Working directory:  /tmp/tmpy3fnrn7w
Command line:  cc /tmp/tmpy3fnrn7w/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512BW__
        # define __AVX512BW__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512BW__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Compiler stderr:
 
Fetching value of define "__AVX512BW__" :  
Running compile:
Working directory:  /tmp/tmpema99ai1
Command line:  cc /tmp/tmpema99ai1/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512CD__
        # define __AVX512CD__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512CD__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Compiler stderr:
 
Fetching value of define "__AVX512CD__" :  
Running compile:
Working directory:  /tmp/tmp_en6nhmt
Command line:  cc /tmp/tmp_en6nhmt/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512DQ__
        # define __AVX512DQ__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512DQ__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Compiler stderr:
 
Fetching value of define "__AVX512DQ__" :  
Running compile:
Working directory:  /tmp/tmpt93r564i
Command line:  cc /tmp/tmpt93r564i/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512F__
        # define __AVX512F__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512F__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Compiler stderr:
 
Fetching value of define "__AVX512F__" :  
Running compile:
Working directory:  /tmp/tmpo1lkq9us
Command line:  cc /tmp/tmpo1lkq9us/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512VL__
        # define __AVX512VL__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512VL__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Compiler stderr:
 
Fetching value of define "__AVX512VL__" :  
Running compile:
Working directory:  /tmp/tmpg_rg38tr
Command line:  cc /tmp/tmpg_rg38tr/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __PCLMUL__
        # define __PCLMUL__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__PCLMUL__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__PCLMUL__" : 1 
Running compile:
Working directory:  /tmp/tmp91j5c202
Command line:  cc /tmp/tmp91j5c202/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __RDRND__
        # define __RDRND__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__RDRND__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__RDRND__" : 1 
Running compile:
Working directory:  /tmp/tmpfudnry06
Command line:  cc /tmp/tmpfudnry06/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __RDSEED__
        # define __RDSEED__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__RDSEED__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Compiler stderr:
 
Fetching value of define "__RDSEED__" : 1 
Running compile:
Working directory:  /tmp/tmpbx7jg96_
Command line:  cc /tmp/tmpbx7jg96_/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __VPCLMULQDQ__
        # define __VPCLMULQDQ__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__VPCLMULQDQ__
Compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Compiler stderr:
 
Fetching value of define "__VPCLMULQDQ__" :  
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpbz1aced8
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpbz1aced8/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpbz1aced8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-truncation -Wformat-truncation 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Message: lib/librte_kvargs: Defining dependency "kvargs"
Message: lib/librte_telemetry: Defining dependency "telemetry"
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp5yrf38jw
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp5yrf38jw/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp5yrf38jw/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 

Code:
 #include <unistd.h>
#include <limits.h>

        #if defined __stub_getentropy || defined __stub___getentropy
        fail fail fail this function is not going to work
        #endif
        
int main(void) {
            void *a = (void*) &getentropy;
            long long b = (long long) a;
            return (int) b;
        }
Compiler stdout:
 
Compiler stderr:
 
Checking for function "getentropy" : YES 
Message: lib/librte_eal: Defining dependency "eal"
Message: lib/librte_ring: Defining dependency "ring"
Message: lib/librte_rcu: Defining dependency "rcu"
Message: lib/librte_mempool: Defining dependency "mempool"
Message: lib/librte_mbuf: Defining dependency "mbuf"
Using cached compile:
Cached command line:  cc /tmp/tmpg_rg38tr/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __PCLMUL__
        # define __PCLMUL__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__PCLMUL__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Cached compiler stderr:
 
Fetching value of define "__PCLMUL__" : 1 (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpt93r564i/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512F__
        # define __AVX512F__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512F__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Cached compiler stderr:
 
Fetching value of define "__AVX512F__" :  (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpphkdfd6a
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpphkdfd6a/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpphkdfd6a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mpclmul 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -mpclmul: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0oury7mt
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0oury7mt/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0oury7mt/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -maes 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -maes: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4f79uwyz
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4f79uwyz/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4f79uwyz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512f 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -mavx512f: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ifdgimm
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ifdgimm/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ifdgimm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512bw 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -mavx512bw: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpvgeebyrk
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpvgeebyrk/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpvgeebyrk/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512dq 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -mavx512dq: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxajzcnov
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxajzcnov/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxajzcnov/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512vl 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -mavx512vl: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp9tohs4kr
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp9tohs4kr/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp9tohs4kr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mvpclmulqdq 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -mvpclmulqdq: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp693tev5h
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp693tev5h/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp693tev5h/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx2 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -mavx2: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3rslmtrm
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3rslmtrm/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3rslmtrm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -mavx: YES 
Message: lib/librte_net: Defining dependency "net"
Message: lib/librte_meter: Defining dependency "meter"
Message: lib/librte_ethdev: Defining dependency "ethdev"
Message: lib/librte_pci: Defining dependency "pci"
Message: lib/librte_cmdline: Defining dependency "cmdline"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'jansson' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion jansson` -> 0
2.11
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --cflags jansson` -> 0

PKG_CONFIG_PATH: 
Called `/bin/pkg-config jansson --libs` -> 0
-L/usr/lib64 -ljansson
PKG_CONFIG_PATH: 
Called `/bin/pkg-config jansson --libs` -> 0
-ljansson
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Run-time dependency jansson found: YES 2.11
Message: lib/librte_metrics: Defining dependency "metrics"
Message: lib/librte_hash: Defining dependency "hash"
Message: lib/librte_timer: Defining dependency "timer"
Using cached compile:
Cached command line:  cc /tmp/tmpqdsveyby/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX2__
        # define __AVX2__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX2__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Cached compiler stderr:
 
Fetching value of define "__AVX2__" : 1 (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpt93r564i/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512F__
        # define __AVX512F__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512F__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Cached compiler stderr:
 
Fetching value of define "__AVX512F__" :  (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpo1lkq9us/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512VL__
        # define __AVX512VL__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512VL__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Cached compiler stderr:
 
Fetching value of define "__AVX512VL__" :  (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpema99ai1/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512CD__
        # define __AVX512CD__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512CD__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Cached compiler stderr:
 
Fetching value of define "__AVX512CD__" :  (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpy3fnrn7w/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512BW__
        # define __AVX512BW__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512BW__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Cached compiler stderr:
 
Fetching value of define "__AVX512BW__" :  (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp1d1gar6f
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp1d1gar6f/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp1d1gar6f/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512f -mavx512vl -mavx512cd -mavx512bw 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -mavx512f -mavx512vl -mavx512cd -mavx512bw: YES 
Message: lib/librte_acl: Defining dependency "acl"
Message: lib/librte_bbdev: Defining dependency "bbdev"
Message: lib/librte_bitratestats: Defining dependency "bitratestats"
Message: lib/librte_cfgfile: Defining dependency "cfgfile"
Message: lib/librte_compressdev: Defining dependency "compressdev"
Message: lib/librte_cryptodev: Defining dependency "cryptodev"
Message: lib/librte_distributor: Defining dependency "distributor"
Message: lib/librte_efd: Defining dependency "efd"
Message: lib/librte_eventdev: Defining dependency "eventdev"
Message: lib/librte_gro: Defining dependency "gro"
Message: lib/librte_gso: Defining dependency "gso"
Message: lib/librte_ip_frag: Defining dependency "ip_frag"
Message: lib/librte_jobstats: Defining dependency "jobstats"
Message: lib/librte_kni: Defining dependency "kni"
Message: lib/librte_latencystats: Defining dependency "latencystats"
Message: lib/librte_lpm: Defining dependency "lpm"
Message: lib/librte_member: Defining dependency "member"
Message: lib/librte_power: Defining dependency "power"
Message: lib/librte_pdump: Defining dependency "pdump"
Message: lib/librte_rawdev: Defining dependency "rawdev"
Message: lib/librte_regexdev: Defining dependency "regexdev"
Message: lib/librte_rib: Defining dependency "rib"
Message: lib/librte_reorder: Defining dependency "reorder"
Message: lib/librte_sched: Defining dependency "sched"
Message: lib/librte_security: Defining dependency "security"
Message: lib/librte_stack: Defining dependency "stack"
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3axz5f84
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3axz5f84/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 

Code:
 
        #ifdef __has_include
         #if !__has_include("linux/userfaultfd.h")
          #error "Header 'linux/userfaultfd.h' could not be found"
         #endif
        #else
         #include <linux/userfaultfd.h>
        #endif
Compiler stdout:
 
Compiler stderr:
 
Has header "linux/userfaultfd.h" : YES 
Message: lib/librte_vhost: Defining dependency "vhost"
Message: lib/librte_ipsec: Defining dependency "ipsec"
Using cached compile:
Cached command line:  cc /tmp/tmpt93r564i/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512F__
        # define __AVX512F__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512F__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Cached compiler stderr:
 
Fetching value of define "__AVX512F__" :  (cached)
Using cached compile:
Cached command line:  cc /tmp/tmp_en6nhmt/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512DQ__
        # define __AVX512DQ__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512DQ__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Cached compiler stderr:
 
Fetching value of define "__AVX512DQ__" :  (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpta_q_mev
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpta_q_mev/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpta_q_mev/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512f -mavx512dq 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -mavx512f -mavx512dq: YES 
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ifdgimm/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ifdgimm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512bw 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -mavx512bw: YES (cached)
Message: lib/librte_fib: Defining dependency "fib"
Message: lib/librte_port: Defining dependency "port"
Message: lib/librte_table: Defining dependency "table"
Message: lib/librte_pipeline: Defining dependency "pipeline"
Message: lib/librte_flow_classify: Defining dependency "flow_classify"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libelf' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion libelf` -> 0
0.182
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --cflags libelf` -> 0

PKG_CONFIG_PATH: 
Called `/bin/pkg-config libelf --libs` -> 0
-L/usr/lib64 -lelf
PKG_CONFIG_PATH: 
Called `/bin/pkg-config libelf --libs` -> 0
-lelf
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Run-time dependency libelf found: YES 0.182
Message: lib/librte_bpf: Defining dependency "bpf"
Message: lib/librte_graph: Defining dependency "graph"
Message: lib/librte_node: Defining dependency "node"
Running command: /tmp/dpdk-stable-20.11.1/buildtools/list-dir-globs.py 
--- stdout ---
.

--- stderr ---


Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpbz1aced8/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpbz1aced8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-truncation -Wformat-truncation 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES (cached)
Message: drivers/common/cpt: Defining dependency "common_cpt"
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpw5ru382e
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpw5ru382e/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpw5ru382e/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-cast-qual -Wcast-qual 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpek1oq96h
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpek1oq96h/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpek1oq96h/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-pointer-arith -Wpointer-arith 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/common/dpaax: Defining dependency "common_dpaax"
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp691hz8bs
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp691hz8bs/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp691hz8bs/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-pointer-to-int-cast -Wpointer-to-int-cast 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-pointer-to-int-cast -Wpointer-to-int-cast: YES 
Message: drivers/common/iavf: Defining dependency "common_iavf"
Library libmusdk found: NO
Message: drivers/common/octeontx: Defining dependency "common_octeontx"
Message: drivers/common/octeontx2: Defining dependency "common_octeontx2"
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxcmvivsr
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxcmvivsr/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxcmvivsr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdisabled-optimization 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wdisabled-optimization: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnsvip9hp
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnsvip9hp/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnsvip9hp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waggregate-return 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Waggregate-return: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpso2adzop
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpso2adzop/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpso2adzop/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wbad-function-cast 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wbad-function-cast: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpc0zg0_cy
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpc0zg0_cy/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpc0zg0_cy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-sign-compare -Wsign-compare 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf753zeqk
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf753zeqk/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf753zeqk/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-variable -Wunused-variable 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpikvb_xfu
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpikvb_xfu/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpikvb_xfu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-empty-body -Wempty-body 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf0cdwafc
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf0cdwafc/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf0cdwafc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-but-set-variable -Wunused-but-set-variable 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Message: drivers/common/sfc_efx: Defining dependency "common_sfc_efx"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpw5ru382e/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpw5ru382e/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-cast-qual -Wcast-qual 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpek1oq96h/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpek1oq96h/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-pointer-arith -Wpointer-arith 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (cached)
Message: drivers/bus/dpaa: Defining dependency "bus_dpaa"
Message: drivers/bus/fslmc: Defining dependency "bus_fslmc"
Message: drivers/bus/ifpga: Defining dependency "bus_ifpga"
Message: drivers/bus/pci: Defining dependency "bus_pci"
Message: drivers/bus/vdev: Defining dependency "bus_vdev"
Message: drivers/bus/vmbus: Defining dependency "bus_vmbus"
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnpl2tn5r
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnpl2tn5r/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnpl2tn5r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -std=c11: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmph0if845f
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmph0if845f/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmph0if845f/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-prototypes -Wstrict-prototypes 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpeaxsovn8
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpeaxsovn8/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpeaxsovn8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_BSD_SOURCE 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4vntp6h5
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4vntp6h5/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4vntp6h5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_DEFAULT_SOURCE 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg0oa8msv
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg0oa8msv/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg0oa8msv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_XOPEN_SOURCE=600 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmlx5' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion libmlx5` -> 1

Run-time dependency libmlx5 found: NO (tried pkgconfig)
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp7f0nrflf
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp7f0nrflf/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp7f0nrflf/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmlx5 -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main(void) { return 0; }

Compiler stdout:
 
Compiler stderr:
 /bin/ld: cannot find -lmlx5
collect2: error: ld returned 1 exit status

Library mlx5 found: NO
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libcrypto' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion libcrypto` -> 1

Run-time dependency libcrypto found: NO (tried pkgconfig)
Message: drivers/common/qat: Defining dependency "common_qat"
Message: drivers/mempool/bucket: Defining dependency "mempool_bucket"
Message: drivers/mempool/dpaa: Defining dependency "mempool_dpaa"
Message: drivers/mempool/dpaa2: Defining dependency "mempool_dpaa2"
Message: drivers/mempool/octeontx: Defining dependency "mempool_octeontx"
Message: drivers/mempool/octeontx2: Defining dependency "mempool_octeontx2"
Message: drivers/mempool/ring: Defining dependency "mempool_ring"
Message: drivers/mempool/stack: Defining dependency "mempool_stack"
Message: drivers/net/af_packet: Defining dependency "net_af_packet"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libbpf' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion libbpf` -> 0
0.2.0
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --cflags libbpf` -> 0

PKG_CONFIG_PATH: 
Called `/bin/pkg-config libbpf --libs` -> 0
-L/usr/lib64 -lbpf
PKG_CONFIG_PATH: 
Called `/bin/pkg-config libbpf --libs` -> 0
-lbpf
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Run-time dependency libbpf found: YES 0.2.0
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp8qb73lsy
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp8qb73lsy/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 

Code:
 
        #ifdef __has_include
         #if !__has_include("bpf/xsk.h")
          #error "Header 'bpf/xsk.h' could not be found"
         #endif
        #else
         #include <bpf/xsk.h>
        #endif
Compiler stdout:
 
Compiler stderr:
 
Has header "bpf/xsk.h" : YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnzcw3__s
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnzcw3__s/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 

Code:
 
        #ifdef __has_include
         #if !__has_include("linux/if_xdp.h")
          #error "Header 'linux/if_xdp.h' could not be found"
         #endif
        #else
         #include <linux/if_xdp.h>
        #endif
Compiler stdout:
 
Compiler stderr:
 
Has header "linux/if_xdp.h" : YES 
Dependency libbpf found: YES 0.2.0 (cached)
Message: drivers/net/af_xdp: Defining dependency "net_af_xdp"
Message: drivers/net/ark: Defining dependency "net_ark"
Message: drivers/net/atlantic: Defining dependency "net_atlantic"
Message: drivers/net/avp: Defining dependency "net_avp"
Message: drivers/net/axgbe: Defining dependency "net_axgbe"
Message: drivers/net/bonding: Defining dependency "net_bond"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'zlib' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion zlib` -> 0
1.2.11
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --cflags zlib` -> 0

PKG_CONFIG_PATH: 
Called `/bin/pkg-config zlib --libs` -> 0
-L/usr/lib64 -lz
PKG_CONFIG_PATH: 
Called `/bin/pkg-config zlib --libs` -> 0
-lz
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Run-time dependency zlib found: YES 1.2.11
Message: drivers/net/bnx2x: Defining dependency "net_bnx2x"
Message: drivers/net/bnxt: Defining dependency "net_bnxt"
Message: drivers/net/cxgbe: Defining dependency "net_cxgbe"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpek1oq96h/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpek1oq96h/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-pointer-arith -Wpointer-arith 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (cached)
Message: drivers/net/dpaa: Defining dependency "net_dpaa"
Message: drivers/net/dpaa2: Defining dependency "net_dpaa2"
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpseroi132
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpseroi132/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpseroi132/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-uninitialized -Wuninitialized 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-uninitialized -Wuninitialized: YES 
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf753zeqk/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf753zeqk/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-variable -Wunused-variable 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpsmj_ce5h
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpsmj_ce5h/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpsmj_ce5h/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-misleading-indentation -Wmisleading-indentation 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-misleading-indentation -Wmisleading-indentation: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6intgwj5
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6intgwj5/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6intgwj5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-implicit-fallthrough -Wimplicit-fallthrough 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES 
Message: drivers/net/e1000: Defining dependency "net_e1000"
Message: drivers/net/ena: Defining dependency "net_ena"
Message: drivers/net/enetc: Defining dependency "net_enetc"
Using cached compile:
Cached command line:  cc /tmp/tmpqdsveyby/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX2__
        # define __AVX2__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX2__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Cached compiler stderr:
 
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/enic: Defining dependency "net_enic"
Message: drivers/net/failsafe: Defining dependency "net_failsafe"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-value -Wunused-value 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpga9ndsh0
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpga9ndsh0/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpga9ndsh0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-aliasing -Wstrict-aliasing 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpqlqnih6e
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpqlqnih6e/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpqlqnih6e/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-extra-args -Wformat-extra-args 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 cc1: warning: -Wformat-extra-args ignored without -Wformat [-Wformat-extra-args]

Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf753zeqk/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf753zeqk/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-variable -Wunused-variable 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6intgwj5/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6intgwj5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-implicit-fallthrough -Wimplicit-fallthrough 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES (cached)
Message: drivers/net/fm10k: Defining dependency "net_fm10k"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpc0zg0_cy/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpc0zg0_cy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-sign-compare -Wsign-compare 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-value -Wunused-value 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3joz2462
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3joz2462/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3joz2462/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format -Wformat 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-format -Wformat: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxr49nupi
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxr49nupi/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxr49nupi/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-security -Wformat-security 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security]

Compiler for C supports arguments -Wno-format-security -Wformat-security: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgva94lew
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgva94lew/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgva94lew/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-nonliteral -Wformat-nonliteral 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]

Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpga9ndsh0/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpga9ndsh0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-aliasing -Wstrict-aliasing 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf0cdwafc/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf0cdwafc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-but-set-variable -Wunused-but-set-variable 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpqdsveyby/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX2__
        # define __AVX2__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX2__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Cached compiler stderr:
 
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Message: drivers/net/hinic: Defining dependency "net_hinic"
Message: drivers/net/hns3: Defining dependency "net_hns3"
Using cached compile:
Cached command line:  cc /tmp/tmpqdsveyby/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX2__
        # define __AVX2__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX2__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Cached compiler stderr:
 
Fetching value of define "__AVX2__" : 1 (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpt93r564i/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512F__
        # define __AVX512F__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512F__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Cached compiler stderr:
 
Fetching value of define "__AVX512F__" :  (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4f79uwyz/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4f79uwyz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512f 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -mavx512f: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ifdgimm/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ifdgimm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512bw 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -mavx512bw: YES (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpcr8biqhx
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpcr8biqhx/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpcr8biqhx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -march=skylake-avx512 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -march=skylake-avx512: YES 
Message: drivers/net/iavf: Defining dependency "net_iavf"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-value -Wunused-value 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf0cdwafc/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf0cdwafc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-but-set-variable -Wunused-but-set-variable 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf753zeqk/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf753zeqk/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-variable -Wunused-variable 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpqdsveyby/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX2__
        # define __AVX2__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX2__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"
1

Cached compiler stderr:
 
Fetching value of define "__AVX2__" : 1 (cached)
Using cached compile:
Cached command line:  cc /tmp/tmpt93r564i/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native 

Code:
 
        
        #ifndef __AVX512F__
        # define __AVX512F__
        #endif
        "MESON_GET_DEFINE_DELIMITER"
__AVX512F__
Cached compiler stdout:
         "MESON_GET_DEFINE_DELIMITER"


Cached compiler stderr:
 
Fetching value of define "__AVX512F__" :  (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4f79uwyz/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4f79uwyz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512f 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -mavx512f: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ifdgimm/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ifdgimm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512bw 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -mavx512bw: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpcr8biqhx/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpcr8biqhx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -march=skylake-avx512 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ipn3ke: Defining dependency "net_ipn3ke"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-value -Wunused-value 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf0cdwafc/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf0cdwafc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-but-set-variable -Wunused-but-set-variable 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Message: drivers/net/ixgbe: Defining dependency "net_ixgbe"
Message: drivers/net/kni: Defining dependency "net_kni"
Message: drivers/net/liquidio: Defining dependency "net_liquidio"
Message: drivers/net/memif: Defining dependency "net_memif"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmlx4' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion libmlx4` -> 1

Run-time dependency libmlx4 found: NO (tried pkgconfig)
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgm0y9ojt
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgm0y9ojt/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgm0y9ojt/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmlx4 -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main(void) { return 0; }

Compiler stdout:
 
Compiler stderr:
 /bin/ld: cannot find -lmlx4
collect2: error: ld returned 1 exit status

Library mlx4 found: NO
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnpl2tn5r/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnpl2tn5r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -std=c11: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmph0if845f/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmph0if845f/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-prototypes -Wstrict-prototypes 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpeaxsovn8/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpeaxsovn8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_BSD_SOURCE 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4vntp6h5/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4vntp6h5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_DEFAULT_SOURCE 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg0oa8msv/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg0oa8msv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_XOPEN_SOURCE=600 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Library libmusdk found: NO
Library libmusdk found: NO
Message: drivers/net/netvsc: Defining dependency "net_netvsc"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'netcope-common' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion netcope-common` -> 1

Run-time dependency netcope-common found: NO (tried pkgconfig)
Message: drivers/net/nfp: Defining dependency "net_nfp"
Message: drivers/net/null: Defining dependency "net_null"
Message: drivers/net/octeontx: Defining dependency "net_octeontx"
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpz3gbotou
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpz3gbotou/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpz3gbotou/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -flax-vector-conversions 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -flax-vector-conversions: YES 
Message: drivers/net/octeontx2: Defining dependency "net_octeontx2"
Message: drivers/net/pcap: Defining dependency "net_pcap"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpek1oq96h/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpek1oq96h/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-pointer-arith -Wpointer-arith 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (cached)
Message: drivers/net/pfe: Defining dependency "net_pfe"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpc0zg0_cy/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpc0zg0_cy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-sign-compare -Wsign-compare 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpo8bsk3h8
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpo8bsk3h8/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpo8bsk3h8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-missing-prototypes -Wmissing-prototypes 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES 
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpw5ru382e/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpw5ru382e/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-cast-qual -Wcast-qual 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpwxb4stv6
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpwxb4stv6/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpwxb4stv6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-function -Wunused-function 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-unused-function -Wunused-function: YES 
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf753zeqk/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf753zeqk/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-variable -Wunused-variable 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpga9ndsh0/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpga9ndsh0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-aliasing -Wstrict-aliasing 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpo8bsk3h8/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpo8bsk3h8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-missing-prototypes -Wmissing-prototypes 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-value -Wunused-value 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgva94lew/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgva94lew/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-nonliteral -Wformat-nonliteral 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]

Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpoj_1889w
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpoj_1889w/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpoj_1889w/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-shift-negative-value -Wshift-negative-value 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-shift-negative-value -Wshift-negative-value: YES 
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf0cdwafc/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpf0cdwafc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-but-set-variable -Wunused-but-set-variable 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpoitfytwz
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpoitfytwz/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpoitfytwz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-missing-declarations -Wmissing-declarations 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-missing-declarations -Wmissing-declarations: YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmplki0rcpc
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmplki0rcpc/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmplki0rcpc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-maybe-uninitialized -Wmaybe-uninitialized 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES 
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmph0if845f/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmph0if845f/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-prototypes -Wstrict-prototypes 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpoj_1889w/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpoj_1889w/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-shift-negative-value -Wshift-negative-value 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-shift-negative-value -Wshift-negative-value: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6intgwj5/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6intgwj5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-implicit-fallthrough -Wimplicit-fallthrough 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpqlqnih6e/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpqlqnih6e/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-extra-args -Wformat-extra-args 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 cc1: warning: -Wformat-extra-args ignored without -Wformat [-Wformat-extra-args]

Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpodxcyqwq
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpodxcyqwq/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpodxcyqwq/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-visibility -Wvisibility 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 cc: error: unrecognized command line option '-Wvisibility'

Compiler for C supports arguments -Wno-visibility -Wvisibility: NO 
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpikvb_xfu/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpikvb_xfu/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-empty-body -Wempty-body 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES (cached)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6sueiu5m
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6sueiu5m/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6sueiu5m/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-invalid-source-encoding -Winvalid-source-encoding 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 cc: error: unrecognized command line option '-Winvalid-source-encoding'; did you mean '-Winvalid-memory-model'?

Compiler for C supports arguments -Wno-invalid-source-encoding -Winvalid-source-encoding: NO 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgiw2g33l
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgiw2g33l/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgiw2g33l/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-sometimes-uninitialized -Wsometimes-uninitialized 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 cc: error: unrecognized command line option '-Wsometimes-uninitialized'; did you mean '-Wmaybe-uninitialized'?

Compiler for C supports arguments -Wno-sometimes-uninitialized -Wsometimes-uninitialized: NO 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6r8xlhwr
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6r8xlhwr/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6r8xlhwr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-pointer-bool-conversion -Wpointer-bool-conversion 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 cc: error: unrecognized command line option '-Wpointer-bool-conversion'; did you mean '-Wint-conversion'?

Compiler for C supports arguments -Wno-pointer-bool-conversion -Wpointer-bool-conversion: NO 
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgva94lew/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgva94lew/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-nonliteral -Wformat-nonliteral 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]

Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES (cached)
Message: drivers/net/qede: Defining dependency "net_qede"
Message: drivers/net/ring: Defining dependency "net_ring"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpga9ndsh0/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpga9ndsh0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-aliasing -Wstrict-aliasing 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxcmvivsr/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxcmvivsr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdisabled-optimization 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wdisabled-optimization: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnsvip9hp/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnsvip9hp/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waggregate-return 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Waggregate-return: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpso2adzop/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpso2adzop/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wbad-function-cast 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wbad-function-cast: YES (cached)
Message: drivers/net/sfc: Defining dependency "net_sfc"
Message: drivers/net/softnic: Defining dependency "net_softnic"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libsze2' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion libsze2` -> 1

Run-time dependency libsze2 found: NO (tried pkgconfig)
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpubwrg1uc
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpubwrg1uc/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpubwrg1uc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/pkt_cls.h>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef TCA_FLOWER_UNSPEC
                TCA_FLOWER_UNSPEC;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_UNSPEC" : YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmplwl8nn1w
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmplwl8nn1w/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmplwl8nn1w/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/pkt_cls.h>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef TCA_FLOWER_KEY_VLAN_PRIO
                TCA_FLOWER_KEY_VLAN_PRIO;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_KEY_VLAN_PRIO" : YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6mmemwqo
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6mmemwqo/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6mmemwqo/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/pkt_cls.h>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef TCA_BPF_UNSPEC
                TCA_BPF_UNSPEC;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/pkt_cls.h> has symbol "TCA_BPF_UNSPEC" : YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6z06c5ls
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6z06c5ls/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp6z06c5ls/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/pkt_cls.h>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef TCA_BPF_FD
                TCA_BPF_FD;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/pkt_cls.h> has symbol "TCA_BPF_FD" : YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgw8jy94f
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgw8jy94f/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgw8jy94f/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/tc_act/tc_bpf.h>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef TCA_ACT_BPF_UNSPEC
                TCA_ACT_BPF_UNSPEC;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_UNSPEC" : YES 
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp8pn8xwh8
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp8pn8xwh8/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp8pn8xwh8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 

Code:
 
        #include <linux/tc_act/tc_bpf.h>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef TCA_ACT_BPF_FD
                TCA_ACT_BPF_FD;
            #endif
            return 0;
        }
Compiler stdout:
 
Compiler stderr:
 
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_FD" : YES 
Configuring tap_autoconf.h using configuration
Message: drivers/net/tap: Defining dependency "net_tap"
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpysb0g4vb
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpysb0g4vb/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpysb0g4vb/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -fno-prefetch-loop-arrays 

Code:
 extern int i;
int i;

Compiler stdout:
 
Compiler stderr:
 
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES 
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmplki0rcpc/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmplki0rcpc/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-maybe-uninitialized -Wmaybe-uninitialized 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES (cached)
Message: drivers/net/thunderx: Defining dependency "net_thunderx"
Message: drivers/net/txgbe: Defining dependency "net_txgbe"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpeaxsovn8/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpeaxsovn8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_BSD_SOURCE 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4vntp6h5/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4vntp6h5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_DEFAULT_SOURCE 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg0oa8msv/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg0oa8msv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_XOPEN_SOURCE=600 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: drivers/net/vdev_netvsc: Defining dependency "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4f79uwyz/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4f79uwyz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512f 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -mavx512f: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxajzcnov/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpxajzcnov/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512vl 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -mavx512vl: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ifdgimm/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4ifdgimm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -mavx512bw 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -mavx512bw: YES (cached)
Message: drivers/net/virtio: Defining dependency "net_virtio"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmptv262dva/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-parameter -Wunused-parameter 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp0owbbk8a/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-unused-value -Wunused-value 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpga9ndsh0/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpga9ndsh0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-aliasing -Wstrict-aliasing 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpqlqnih6e/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpqlqnih6e/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-extra-args -Wformat-extra-args 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 cc1: warning: -Wformat-extra-args ignored without -Wformat [-Wformat-extra-args]

Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES (cached)
Message: drivers/net/vmxnet3: Defining dependency "net_vmxnet3"
Message: drivers/raw/dpaa2_cmdif: Defining dependency "raw_dpaa2_cmdif"
Message: drivers/raw/dpaa2_qdma: Defining dependency "raw_dpaa2_qdma"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'librt' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion librt` -> 1

CMake binary for MachineChoice.HOST is not cached
None of 'CMAKE' are defined in the environment, not changing global flags.
CMake binary missing from cross or native file, or env var undefined.
Trying a default CMake fallback at cmake
Found CMake: /bin/cmake (3.18.2)
None of 'CMAKE_PREFIX_PATH' are defined in the environment, not changing global flags.
Extracting basic cmake information
Try CMake generator: auto
None of 'CXX' are defined in the environment, not changing global flags.
None of 'CXXFLAGS' are defined in the environment, not changing global flags.
None of 'LDFLAGS' are defined in the environment, not changing global flags.
None of 'CPPFLAGS' are defined in the environment, not changing global flags.
None of 'CXX_LD' are defined in the environment, not changing global flags.
None of 'FC' are defined in the environment, not changing global flags.
Failed to find a fortran compiler for CMake. This might cause CMake to fail.
Called `/bin/cmake --trace-expand --trace-format=json-v1 --no-warn-unused-cli --trace-redirect=cmake_trace.txt .` in /tmp/dpdk-stable-20.11.1/meson/meson-private/cmake_librt -> 0
  -- Module search paths:    ['/', '/opt', '/usr', '/usr/local']
  -- CMake root:             /usr/share/cmake
  -- CMake architectures:    []
  -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share']
Preliminary CMake check failed. Aborting.
Run-time dependency librt found: NO (tried pkgconfig and cmake)
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp654gc1oo
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp654gc1oo/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp654gc1oo/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -llibrt -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main(void) { return 0; }

Compiler stdout:
 
Compiler stderr:
 /bin/ld: cannot find -llibrt
collect2: error: ld returned 1 exit status

Library librt found: YES
Message: drivers/raw/ifpga: Defining dependency "raw_ifpga"
Message: drivers/raw/ioat: Defining dependency "raw_ioat"
Message: drivers/raw/ntb: Defining dependency "raw_ntb"
Message: drivers/raw/octeontx2_dma: Defining dependency "raw_octeontx2_dma"
Message: drivers/raw/octeontx2_ep: Defining dependency "raw_octeontx2_ep"
Message: drivers/raw/skeleton: Defining dependency "raw_skeleton"
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpp8r5zzw3
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpp8r5zzw3/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpp8r5zzw3/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lIPSec_MB -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main(void) { return 0; }

Compiler stdout:
 
Compiler stderr:
 /bin/ld: cannot find -lIPSec_MB
collect2: error: ld returned 1 exit status

Library IPSec_MB found: NO
Library IPSec_MB found: NO
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libAArch64crypto' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion libAArch64crypto` -> 1

Run-time dependency libaarch64crypto found: NO (tried pkgconfig)
Message: drivers/crypto/bcmfs: Defining dependency "crypto_bcmfs"
Message: drivers/crypto/caam_jr: Defining dependency "crypto_caam_jr"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libcrypto' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Run-time dependency libcrypto found: NO (tried pkgconfig)
Message: drivers/crypto/dpaa_sec: Defining dependency "crypto_dpaa_sec"
Message: drivers/crypto/dpaa2_sec: Defining dependency "crypto_dpaa2_sec"
Library IPSec_MB found: NO
Library libmusdk found: NO
Message: drivers/crypto/nitrox: Defining dependency "crypto_nitrox"
Message: drivers/crypto/null: Defining dependency "crypto_null"
Message: drivers/crypto/octeontx: Defining dependency "crypto_octeontx"
Message: drivers/crypto/octeontx2: Defining dependency "crypto_octeontx2"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libcrypto' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Run-time dependency libcrypto found: NO (tried pkgconfig)
Message: drivers/crypto/scheduler: Defining dependency "crypto_scheduler"
Library IPSec_MB found: NO
Message: drivers/crypto/virtio: Defining dependency "crypto_virtio"
Library IPSec_MB found: NO
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libisal' with pkg-config executable '/bin/pkg-config'
PKG_CONFIG_PATH: 
Called `/bin/pkg-config --modversion libisal` -> 1

Run-time dependency libisal found: NO (tried pkgconfig)
Message: drivers/compress/octeontx: Defining dependency "compress_octeontx"
Dependency zlib found: YES 1.2.11 (cached)
Message: drivers/compress/zlib: Defining dependency "compress_zlib"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnpl2tn5r/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnpl2tn5r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -std=c11: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmph0if845f/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmph0if845f/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-prototypes -Wstrict-prototypes 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpeaxsovn8/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpeaxsovn8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_BSD_SOURCE 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4vntp6h5/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4vntp6h5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_DEFAULT_SOURCE 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg0oa8msv/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg0oa8msv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_XOPEN_SOURCE=600 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/regex/mlx5]: missing internal dependency "common_mlx5"
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp2t1wfdtk
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp2t1wfdtk/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp2t1wfdtk/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -llibrxp_compiler -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main(void) { return 0; }

Compiler stdout:
 
Compiler stderr:
 /bin/ld: cannot find -llibrxp_compiler
collect2: error: ld returned 1 exit status

Library librxp_compiler found: NO
Message: drivers/regex/octeontx2: Defining dependency "regex_octeontx2"
Message: drivers/vdpa/ifc: Defining dependency "vdpa_ifc"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnpl2tn5r/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpnpl2tn5r/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -std=c11: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmph0if845f/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmph0if845f/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-strict-prototypes -Wstrict-prototypes 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpeaxsovn8/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpeaxsovn8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_BSD_SOURCE 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4vntp6h5/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp4vntp6h5/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_DEFAULT_SOURCE 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg0oa8msv/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpg0oa8msv/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_XOPEN_SOURCE=600 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/vdpa/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/event/dlb: Defining dependency "event_dlb"
Message: drivers/event/dlb2: Defining dependency "event_dlb2"
Message: drivers/event/dpaa: Defining dependency "event_dpaa"
Message: drivers/event/dpaa2: Defining dependency "event_dpaa2"
Message: drivers/event/octeontx2: Defining dependency "event_octeontx2"
Message: drivers/event/opdl: Defining dependency "event_opdl"
Message: drivers/event/skeleton: Defining dependency "event_skeleton"
Message: drivers/event/sw: Defining dependency "event_sw"
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgva94lew/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpgva94lew/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-nonliteral -Wformat-nonliteral 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]

Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES (cached)
Message: drivers/event/dsw: Defining dependency "event_dsw"
Message: drivers/event/octeontx: Defining dependency "event_octeontx"
Message: drivers/baseband/null: Defining dependency "baseband_null"
Library libturbo found: NO
Library libldpc_decoder_5gnr found: NO
Message: drivers/baseband/turbo_sw: Defining dependency "baseband_turbo_sw"
Message: drivers/baseband/fpga_lte_fec: Defining dependency "baseband_fpga_lte_fec"
Message: drivers/baseband/fpga_5gnr_fec: Defining dependency "baseband_fpga_5gnr_fec"
Message: drivers/baseband/acc100: Defining dependency "baseband_acc100"
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpc51qdtsi
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpc51qdtsi/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpc51qdtsi/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lexecinfo -Wl,--end-group -Wl,--allow-shlib-undefined 

Code:
 int main(void) { return 0; }

Compiler stdout:
 
Compiler stderr:
 /bin/ld: cannot find -lexecinfo
collect2: error: ld returned 1 exit status

Library execinfo found: NO
Using cached compile:
Cached command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpbz1aced8/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmpbz1aced8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wno-format-truncation -Wformat-truncation 

Code:
 extern int i;
int i;

Cached compiler stdout:
 
Cached compiler stderr:
 
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES (cached)
Dependency zlib found: YES 1.2.11 (cached)
Library execinfo found: NO
Running command: /tmp/dpdk-stable-20.11.1/app/test/has-hugepage.sh
--- stdout ---
4

--- stderr ---


Message: hugepage availability: true
Program get-coremask.sh found: YES
Running command: /tmp/dpdk-stable-20.11.1/app/test/get-coremask.sh
--- stdout ---
0-47

--- stderr ---


Adding test "acl_autotest"
Adding test "alarm_autotest"
Adding test "atomic_autotest"
Adding test "bitops_autotest"
Adding test "byteorder_autotest"
Adding test "cmdline_autotest"
Adding test "common_autotest"
Adding test "cpuflags_autotest"
Adding test "cycles_autotest"
Adding test "debug_autotest"
Adding test "eal_flags_c_opt_autotest"
Adding test "eal_flags_main_opt_autotest"
Adding test "eal_flags_n_opt_autotest"
Adding test "eal_flags_hpet_autotest"
Adding test "eal_flags_no_huge_autotest"
Adding test "eal_flags_a_opt_autotest"
Adding test "eal_flags_b_opt_autotest"
Adding test "eal_flags_vdev_opt_autotest"
Adding test "eal_flags_r_opt_autotest"
Adding test "eal_flags_mem_autotest"
Adding test "eal_flags_file_prefix_autotest"
Adding test "eal_flags_misc_autotest"
Adding test "eal_fs_autotest"
Adding test "errno_autotest"
Adding test "ethdev_link_status"
Adding test "event_ring_autotest"
Adding test "fib_autotest"
Adding test "fib6_autotest"
Adding test "func_reentrancy_autotest"
Adding test "flow_classify_autotest"
Adding test "hash_autotest"
Adding test "interrupt_autotest"
Adding test "ipfrag_autotest"
Adding test "lcores_autotest"
Adding test "logs_autotest"
Adding test "lpm_autotest"
Adding test "lpm6_autotest"
Adding test "malloc_autotest"
Adding test "mbuf_autotest"
Adding test "mcslock_autotest"
Adding test "memcpy_autotest"
Adding test "memory_autotest"
Adding test "mempool_autotest"
Adding test "memzone_autotest"
Adding test "meter_autotest"
Adding test "multiprocess_autotest"
Adding test "per_lcore_autotest"
Adding test "prefetch_autotest"
Adding test "rcu_qsbr_autotest"
Adding test "red_autotest"
Adding test "rib_autotest"
Adding test "rib6_autotest"
Adding test "ring_autotest"
Adding test "rwlock_test1_autotest"
Adding test "rwlock_rda_autotest"
Adding test "rwlock_rds_wrm_autotest"
Adding test "rwlock_rde_wro_autotest"
Adding test "sched_autotest"
Adding test "security_autotest"
Adding test "spinlock_autotest"
Adding test "stack_autotest"
Adding test "stack_lf_autotest"
Adding test "string_autotest"
Adding test "table_autotest"
Adding test "tailq_autotest"
Adding test "timer_autotest"
Adding test "user_delay_us"
Adding test "version_autotest"
Adding test "crc_autotest"
Adding test "delay_us_sleep_autotest"
Adding test "distributor_autotest"
Adding test "eventdev_common_autotest"
Adding test "fbarray_autotest"
Adding test "hash_readwrite_func_autotest"
Adding test "ipsec_autotest"
Adding test "kni_autotest"
Adding test "kvargs_autotest"
Adding test "member_autotest"
Adding test "metrics_autotest"
Adding test "power_cpufreq_autotest"
Adding test "power_autotest"
Adding test "power_kvm_vm_autotest"
Adding test "reorder_autotest"
Adding test "service_autotest"
Adding test "thash_autotest"
Adding test "trace_autotest"
Adding test "telemetry_json_autotest"
Adding test "telemetry_data_autotest"
Adding test "ring_pmd_autotest"
Adding test "event_eth_tx_adapter_autotest"
Adding test "bitratestats_autotest"
Adding test "latencystats_autotest"
Adding test "pdump_autotest"
Adding test "compressdev_autotest"
Adding test "ring_perf_autotest"
Adding test "mempool_perf_autotest"
Adding test "memcpy_perf_autotest"
Adding test "hash_perf_autotest"
Adding test "timer_perf_autotest"
Adding test "reciprocal_division"
Adding test "reciprocal_division_perf"
Adding test "lpm_perf_autotest"
Adding test "rib_slow_autotest"
Adding test "fib_slow_autotest"
Adding test "fib_perf_autotest"
Adding test "red_all"
Adding test "barrier_autotest"
Adding test "hash_multiwriter_autotest"
Adding test "timer_racecond_autotest"
Adding test "efd_autotest"
Adding test "hash_functions_autotest"
Adding test "member_perf_autotest"
Adding test "efd_perf_autotest"
Adding test "lpm6_perf_autotest"
Adding test "rib6_slow_autotest"
Adding test "fib6_slow_autotest"
Adding test "fib6_perf_autotest"
Adding test "rcu_qsbr_perf_autotest"
Adding test "red_perf"
Adding test "distributor_perf_autotest"
Adding test "pmd_perf_autotest"
Adding test "stack_perf_autotest"
Adding test "stack_lf_perf_autotest"
Adding test "rand_perf_autotest"
Adding test "hash_readwrite_perf_autotest"
Adding test "hash_readwrite_lf_perf_autotest"
Adding test "trace_perf_autotest"
Adding test "ipsec_perf_autotest"
Adding test "ring_pmd_perf_autotest"
Adding test "cryptodev_aesni_mb_autotest"
Adding test "cryptodev_aesni_gcm_autotest"
Adding test "cryptodev_dpaa_sec_autotest"
Adding test "cryptodev_dpaa2_sec_autotest"
Adding test "cryptodev_null_autotest"
Adding test "cryptodev_octeontx2_autotest"
Adding test "cryptodev_openssl_autotest"
Adding test "cryptodev_openssl_asym_autotest"
Adding test "cryptodev_qat_autotest"
Adding test "cryptodev_sw_armv8_autotest"
Adding test "cryptodev_sw_kasumi_autotest"
Adding test "cryptodev_sw_mvsam_autotest"
Adding test "cryptodev_sw_snow3g_autotest"
Adding test "cryptodev_sw_zuc_autotest"
Adding test "eventdev_selftest_octeontx"
Adding test "eventdev_selftest_sw"
Adding test "rawdev_autotest"
Adding test "link_bonding_autotest"
Adding test "link_bonding_rssconf_autotest"
Adding test "link_bonding_mode4_autotest"
Adding test "cryptodev_scheduler_autotest"
Adding test "dump_struct_sizes"
Adding test "dump_mempool"
Adding test "dump_malloc_stats"
Adding test "dump_devargs"
Adding test "dump_log_types"
Adding test "dump_ring"
Adding test "dump_physmem"
Adding test "dump_memzone"
Program doxygen found: YES
Program generate_doxygen.sh found: YES
Program generate_examples.sh found: YES
Program doxy-html-custom.sh found: YES
Configuring doxy-api.conf using configuration
Program sphinx-build found: NO
Library execinfo found: NO
Configuring rte_build_config.h using configuration
Running command: /usr/libexec/platform-python set-static-linker-flags.py
--- stdout ---
Processing /tmp/dpdk-stable-20.11.1/meson/meson-private/libdpdk-libs.pc
Processing /tmp/dpdk-stable-20.11.1/meson/meson-private/libdpdk.pc
Processing /tmp/dpdk-stable-20.11.1/meson/meson-uninstalled/libdpdk-libs-uninstalled.pc
Processing /tmp/dpdk-stable-20.11.1/meson/meson-uninstalled/libdpdk-uninstalled.pc

--- stderr ---


Message: 
=================
Libraries Enabled
=================

libs:
	kvargs, telemetry, eal, ring, rcu, mempool, mbuf, net, 
	meter, ethdev, pci, cmdline, metrics, hash, timer, acl, 
	bbdev, bitratestats, cfgfile, compressdev, cryptodev, distributor, efd, eventdev, 
	gro, gso, ip_frag, jobstats, kni, latencystats, lpm, member, 
	power, pdump, rawdev, regexdev, rib, reorder, sched, security, 
	stack, vhost, ipsec, fib, port, table, pipeline, flow_classify, 
	bpf, graph, node, 

Message: 
===============
Drivers Enabled
===============

common:
	cpt, dpaax, iavf, octeontx, octeontx2, sfc_efx, qat, 
bus:
	dpaa, fslmc, ifpga, pci, vdev, vmbus, 
mempool:
	bucket, dpaa, dpaa2, octeontx, octeontx2, ring, stack, 
net:
	af_packet, af_xdp, ark, atlantic, avp, axgbe, bond, bnx2x, 
	bnxt, cxgbe, dpaa, dpaa2, e1000, ena, enetc, enic, 
	failsafe, fm10k, i40e, hinic, hns3, iavf, ice, igc, 
	ipn3ke, ixgbe, kni, liquidio, memif, netvsc, nfp, null, 
	octeontx, octeontx2, pcap, pfe, qede, ring, sfc, softnic, 
	tap, thunderx, txgbe, vdev_netvsc, vhost, virtio, vmxnet3, 
raw:
	dpaa2_cmdif, dpaa2_qdma, ifpga, ioat, ntb, octeontx2_dma, octeontx2_ep, skeleton, 
	
crypto:
	bcmfs, caam_jr, dpaa_sec, dpaa2_sec, nitrox, null, octeontx, octeontx2, 
	scheduler, virtio, 
compress:
	octeontx, zlib, 
regex:
	octeontx2, 
vdpa:
	ifc, 
event:
	dlb, dlb2, dpaa, dpaa2, octeontx2, opdl, skeleton, sw, 
	dsw, octeontx, 
baseband:
	null, turbo_sw, fpga_lte_fec, fpga_5gnr_fec, acc100, 

Message: 
=================
Content Skipped
=================

libs:
	
drivers:
	common/mvep:	missing dependency, "libmusdk"
	common/mlx5:	missing dependency, "mlx5"
	crypto/qat:	missing dependency, libcrypto
	net/mlx4:	missing dependency, "mlx4"
	net/mlx5:	missing internal dependency, "common_mlx5"
	net/mvneta:	missing dependency, "libmusdk"
	net/mvpp2:	missing dependency, "libmusdk"
	net/nfb:	missing dependency, "libnfb"
	net/szedata2:	missing dependency, "libsze2"
	crypto/aesni_gcm:	missing dependency, "libIPSec_MB"
	crypto/aesni_mb:	missing dependency, "libIPSec_MB"
	crypto/armv8:	missing dependency, "libAArch64crypto"
	crypto/ccp:	missing dependency, "libcrypto"
	crypto/kasumi:	missing dependency, "libIPSec_MB"
	crypto/mvsam:	missing dependency, "libmusdk"
	crypto/openssl:	missing dependency, "libcrypto"
	crypto/snow3g:	missing dependency, "libIPSec_MB"
	crypto/zuc:	missing dependency, "libIPSec_MB"
	compress/isal:	missing dependency, "libisal"
	regex/mlx5:	missing internal dependency, "common_mlx5"
	vdpa/mlx5:	missing internal dependency, "common_mlx5"
	

Build targets in project: 1022

Found ninja-1.8.2 at /bin/ninja
Running compile:
Working directory:  /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3o9s1dts
Command line:  cc /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3o9s1dts/testfile.c -o /tmp/dpdk-stable-20.11.1/meson/meson-private/tmp3o9s1dts/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 --print-search-dirs 

Code:
 
Compiler stdout:
 install: /usr/lib/gcc/x86_64-redhat-linux/8/
programs: =/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/bin/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/bin/
libraries: =/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/lib/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/x86_64-redhat-linux/8/:/lib/../lib64/:/usr/lib/x86_64-redhat-linux/8/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../x86_64-redhat-linux/lib/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/

Compiler stderr:
 
None of 'STRIP' are defined in the environment, not changing global flags.
None of 'STRIP' are defined in the environment, not changing global flags.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-27 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27 16:10 [dpdk-users] Enable to install DPDK on Centos 8-Stream Gabriel Danjon
2021-05-27 17:18 ` Thomas Monjalon

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).