* [dpdk-test-report] |FAILURE| pw45754[v7, 08/21] malloc: add name to malloc heaps
@ 2018-10-01 11:18 sys_stv
0 siblings, 0 replies; only message in thread
From: sys_stv @ 2018-10-01 11:18 UTC (permalink / raw)
To: test-report
[-- Attachment #1: Type: text/plain, Size: 65236 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/45754
_Compilation issues_
Submitter: Anatoly Burakov <anatoly.burakov@intel.com>
Date: 2018-10-01 11:04:57
DPDK git baseline: Repo:dpdk-master, CommitID: 738ad7b42b63fc5067419bf609296f2c4a6a0cb0
Build Summary: 15 Builds Done, 0 Successful, 15 Failures
Test environment and configuration as below:
OS: FC25
Kernel Version: 4.9.13-100.fc24.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)
Clang Version: 3.8.0 (tags/RELEASE_380/final)
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-debug
OS: FC24
Kernel Version: 4.9.13-100.fc24.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)
Clang Version: 3.8.0 (tags/RELEASE_380/final)
x86_64-native-linuxapp-clang
i686-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-shared
OS: CENTOS
Kernel Version: 3.10.0-514.10.2.el7.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-gcc-shared
i686-native-linuxapp-gcc
x86_64-native-linuxapp-gcc
OS: UB1604
Kernel Version: 4.4.0-78-generic
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-gcc-shared
i686-native-linuxapp-gcc
OS: FreeBSD
Kernel Version: 10.3-RELEASE
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz (2294.76-MHz K8-class CPU)
GCC Version: gcc (FreeBSD Ports Collection) 4.8.5
Clang Version: 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
x86_64-native-bsdapp-clang
x86_64-native-bsdapp-gcc
*Failed Build #1:
OS: FC25
Target: x86_64-native-linuxapp-gcc
CC ifpga_enumerate.o
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/proc-info
== Build app/test-pmd
CC main.o
CC testpmd.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c: In function ‘setup_extmem’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:14: warning: implicit declaration of function ‘rte_malloc_heap_get_socket’ [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: nested extern declaration of ‘rte_malloc_heap_get_socket’ [-Wnested-externs]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:9: warning: implicit declaration of function ‘rte_malloc_heap_create’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: nested extern declaration of ‘rte_malloc_heap_create’ [-Wnested-externs]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:8: warning: implicit declaration of function ‘rte_malloc_heap_memory_add’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: nested extern declaration of ‘rte_malloc_heap_memory_add’ [-Wnested-externs]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^~~
LD dpdk-procinfo
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
--
testpmd.o: In function `mbuf_pool_create':
testpmd.c:(.text+0x478): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x633): undefined reference to `rte_malloc_heap_memory_add'
testpmd.c:(.text+0x675): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x7b0): undefined reference to `rte_malloc_heap_create'
collect2: error: ld returned 1 exit status
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.app.mk:367: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
CC test_pipeline_queue.o
CC test_pipeline_atq.o
LD dpdk-test-eventdev
INSTALL-APP dpdk-test-eventdev
INSTALL-MAP dpdk-test-eventdev.map
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #2:
OS: UB1604
Target: x86_64-native-linuxapp-gcc
AR librte_pmd_dpaa2_qdma.a
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC main.o
CC testpmd.o
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c: In function ‘setup_extmem’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:14: warning: implicit declaration of function ‘rte_malloc_heap_get_socket’ [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: nested extern declaration of ‘rte_malloc_heap_get_socket’ [-Wnested-externs]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:9: warning: implicit declaration of function ‘rte_malloc_heap_create’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: nested extern declaration of ‘rte_malloc_heap_create’ [-Wnested-externs]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:8: warning: implicit declaration of function ‘rte_malloc_heap_memory_add’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: nested extern declaration of ‘rte_malloc_heap_memory_add’ [-Wnested-externs]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^~~
LD dpdk-procinfo
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
--
testpmd.o: In function `mbuf_pool_create':
testpmd.c:(.text+0x5da): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x7b0): undefined reference to `rte_malloc_heap_memory_add'
testpmd.c:(.text+0x7f6): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x972): undefined reference to `rte_malloc_heap_create'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.app.mk:367: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
CC test_perf_queue.o
CC test_perf_atq.o
CC test_pipeline_common.o
CC test_pipeline_queue.o
CC test_pipeline_atq.o
LD dpdk-test-eventdev
INSTALL-MAP dpdk-test-eventdev.map
INSTALL-APP dpdk-test-eventdev
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #3:
OS: CENTOS
Target: x86_64-native-linuxapp-clang
AR librte_pmd_dpaa2_qdma.a
CC ifpga_fme.o
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC main.o
CC testpmd.o
LD dpdk-procinfo
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:14: warning: implicit declaration of function 'rte_malloc_heap_get_socket' is invalid in C99 [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:9: warning: implicit declaration of function 'rte_malloc_heap_create' is invalid in C99 [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:8: warning: implicit declaration of function 'rte_malloc_heap_memory_add' is invalid in C99 [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
== Build app/pdump
3 warnings generated.
CC parameters.o
CC main.o
LD dpdk-pdump
CC cmdline.o
INSTALL-APP dpdk-pdump
--
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x3d74): undefined reference to `rte_malloc_heap_get_socket'
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x3d87): undefined reference to `rte_malloc_heap_create'
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x3fb1): undefined reference to `rte_malloc_heap_memory_add'
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x3fef): undefined reference to `rte_malloc_heap_get_socket'
CC test_order_common.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[5]: *** [testpmd] Error 1
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
CC test_order_queue.o
CC test_order_atq.o
*Failed Build #4:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
LD librte_pmd_dpaa2_qdma.so.1.1
INSTALL-LIB librte_pmd_dpaa2_qdma.so.1.1
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
LD dpdk-procinfo
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
== Build app/pdump
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c: In function ‘setup_extmem’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:730:9: warning: missing initializer for field ‘addr’ of ‘struct extmem_param’ [-Wmissing-field-initializers]
struct extmem_param param = {};
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:633:8: note: ‘addr’ declared here
void *addr;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: implicit declaration of function ‘rte_malloc_heap_get_socket’ [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: nested extern declaration of ‘rte_malloc_heap_get_socket’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: implicit declaration of function ‘rte_malloc_heap_create’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: nested extern declaration of ‘rte_malloc_heap_create’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: implicit declaration of function ‘rte_malloc_heap_memory_add’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: nested extern declaration of ‘rte_malloc_heap_memory_add’ [-Wnested-externs]
CC main.o
LD dpdk-pdump
INSTALL-APP dpdk-pdump
INSTALL-MAP dpdk-pdump.map
== Build app/test-bbdev
--
testpmd.o: In function `mbuf_pool_create':
testpmd.c:(.text+0x50e): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x6e7): undefined reference to `rte_malloc_heap_memory_add'
testpmd.c:(.text+0x72c): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x8da): undefined reference to `rte_malloc_heap_create'
collect2: error: ld returned 1 exit status
make[5]: *** [testpmd] Error 1
make[4]: *** [test-pmd] Error 2
make[3]: *** [app] Error 2
make[2]: *** [all] Error 2
make[1]: *** [pre_install] Error 2
*Failed Build #5:
OS: UB1604
Target: x86_64-native-linuxapp-clang
AR librte_pmd_dpaa2_qdma.a
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app
== Build app/test-pmd
== Build app/proc-info
CC testpmd.o
CC main.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:14: warning: implicit declaration of function 'rte_malloc_heap_get_socket' is invalid in C99 [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:9: warning: implicit declaration of function 'rte_malloc_heap_create' is invalid in C99 [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:8: warning: implicit declaration of function 'rte_malloc_heap_memory_add' is invalid in C99 [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^
LD dpdk-procinfo
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
CC parameters.o
3 warnings generated.
CC cmdline.o
CC cmdline_flow.o
CC cmdline_mtr.o
CC cmdline_tm.o
== Build app/pdump
--
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x4a5f): undefined reference to `rte_malloc_heap_create'
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x4e84): undefined reference to `rte_malloc_heap_memory_add'
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x4ec2): undefined reference to `rte_malloc_heap_get_socket'
CC cperf_ops.o
CC cperf_options_parsing.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.app.mk:367: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
CC cperf_test_vectors.o
CC cperf_test_throughput.o
CC cperf_test_latency.o
--
CC cperf_test_vector_parsing.o
CC cperf_test_common.o
LD dpdk-test-crypto-perf
INSTALL-MAP dpdk-test-crypto-perf.map
INSTALL-APP dpdk-test-crypto-perf
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #6:
OS: CENTOS
Target: i686-native-linuxapp-gcc
AR librte_pmd_dpaa2_qdma.a
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC main.o
CC testpmd.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c: In function ‘setup_extmem’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:730:9: warning: missing initializer for field ‘addr’ of ‘struct extmem_param’ [-Wmissing-field-initializers]
struct extmem_param param = {};
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:633:8: note: ‘addr’ declared here
void *addr;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: implicit declaration of function ‘rte_malloc_heap_get_socket’ [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: nested extern declaration of ‘rte_malloc_heap_get_socket’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: implicit declaration of function ‘rte_malloc_heap_create’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: nested extern declaration of ‘rte_malloc_heap_create’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: implicit declaration of function ‘rte_malloc_heap_memory_add’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: nested extern declaration of ‘rte_malloc_heap_memory_add’ [-Wnested-externs]
LD dpdk-procinfo
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
== Build app/pdump
CC main.o
--
testpmd.c:(.text+0x6e6): undefined reference to `rte_malloc_heap_memory_add'
testpmd.c:(.text+0x72c): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x898): undefined reference to `rte_malloc_heap_create'
CC evt_main.o
CC evt_options.o
collect2: error: ld returned 1 exit status
make[5]: *** [testpmd] Error 1
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
CC evt_test.o
CC parser.o
*Failed Build #7:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
CC ifpga_enumerate.o
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC main.o
CC testpmd.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c: In function ‘setup_extmem’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:14: warning: implicit declaration of function ‘rte_malloc_heap_get_socket’ [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: nested extern declaration of ‘rte_malloc_heap_get_socket’ [-Wnested-externs]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:9: warning: implicit declaration of function ‘rte_malloc_heap_create’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: nested extern declaration of ‘rte_malloc_heap_create’ [-Wnested-externs]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:8: warning: implicit declaration of function ‘rte_malloc_heap_memory_add’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: nested extern declaration of ‘rte_malloc_heap_memory_add’ [-Wnested-externs]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^
LD dpdk-procinfo
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
--
testpmd.o: In function `mbuf_pool_create':
testpmd.c:(.text+0x642): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x833): undefined reference to `rte_malloc_heap_memory_add'
testpmd.c:(.text+0x87a): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0xa0a): undefined reference to `rte_malloc_heap_create'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.app.mk:367: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
CC cperf_test_verify.o
CC cperf_test_vector_parsing.o
CC cperf_test_common.o
LD dpdk-test-crypto-perf
INSTALL-MAP dpdk-test-crypto-perf.map
INSTALL-APP dpdk-test-crypto-perf
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #8:
OS: UB1604
Target: i686-native-linuxapp-gcc
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC main.o
CC testpmd.o
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c: In function ‘setup_extmem’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:14: warning: implicit declaration of function ‘rte_malloc_heap_get_socket’ [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: nested extern declaration of ‘rte_malloc_heap_get_socket’ [-Wnested-externs]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:9: warning: implicit declaration of function ‘rte_malloc_heap_create’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: nested extern declaration of ‘rte_malloc_heap_create’ [-Wnested-externs]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:8: warning: implicit declaration of function ‘rte_malloc_heap_memory_add’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: nested extern declaration of ‘rte_malloc_heap_memory_add’ [-Wnested-externs]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^
LD dpdk-procinfo
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
--
testpmd.o: In function `mbuf_pool_create':
testpmd.c:(.text+0x3e9): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x52d): undefined reference to `rte_malloc_heap_memory_add'
testpmd.c:(.text+0x569): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x6a1): undefined reference to `rte_malloc_heap_create'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.app.mk:367: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
CC test_perf_common.o
CC test_perf_queue.o
CC test_perf_atq.o
--
CC test_pipeline_queue.o
CC test_pipeline_atq.o
LD dpdk-test-eventdev
INSTALL-APP dpdk-test-eventdev
INSTALL-MAP dpdk-test-eventdev.map
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #9:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC testpmd.o
CC main.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c: In function ‘setup_extmem’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:730:9: warning: missing initializer for field ‘addr’ of ‘struct extmem_param’ [-Wmissing-field-initializers]
struct extmem_param param = {};
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:633:8: note: ‘addr’ declared here
void *addr;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: implicit declaration of function ‘rte_malloc_heap_get_socket’ [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: nested extern declaration of ‘rte_malloc_heap_get_socket’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: implicit declaration of function ‘rte_malloc_heap_create’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: nested extern declaration of ‘rte_malloc_heap_create’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: implicit declaration of function ‘rte_malloc_heap_memory_add’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: nested extern declaration of ‘rte_malloc_heap_memory_add’ [-Wnested-externs]
LD dpdk-procinfo
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
== Build app/pdump
CC main.o
--
testpmd.o: In function `mbuf_pool_create':
testpmd.c:(.text+0x49c): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x649): undefined reference to `rte_malloc_heap_memory_add'
testpmd.c:(.text+0x687): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x808): undefined reference to `rte_malloc_heap_create'
collect2: error: ld returned 1 exit status
make[5]: *** [testpmd] Error 1
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
CC evt_test.o
CC parser.o
*Failed Build #10:
OS: FreeBSD
Target: x86_64-native-bsdapp-clang
machine -> /usr/src/sys/amd64/include
HOSTLD dpdk-pmdinfogen
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-clang/include/rte_config.h -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -c contigmem.c -o contigmem.o
INSTALL-HOSTAPP dpdk-pmdinfogen
== Build kernel/freebsd/nic_uio
ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o contigmem.ko contigmem.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk contigmem.ko export_syms | xargs -J% objcopy % contigmem.ko
--
machine -> /usr/src/sys/amd64/include
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-clang/include/rte_config.h -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -c nic_uio.c -o nic_uio.o
== Build drivers/common
== Build drivers/common/octeontx
ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk nic_uio.ko export_syms | xargs -J% objcopy % nic_uio.ko
--
AR librte_pmd_skeleton_rawdev.a
INSTALL-LIB librte_pmd_skeleton_rawdev.a
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app
== Build app/pdump
== Build app/test-pmd
CC main.o
CC testpmd.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:14: warning: implicit declaration of function 'rte_malloc_heap_get_socket' is invalid in C99 [-Wimplicit-function-declaration]
LD dpdk-pdump
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:9: warning: implicit declaration of function 'rte_malloc_heap_create' is invalid in C99 [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:8: warning: implicit declaration of function 'rte_malloc_heap_memory_add' is invalid in C99 [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^
3 warnings generated.
CC parameters.o
CC cmdline.o
INSTALL-APP dpdk-pdump
CC cmdline_flow.o
CC cmdline_mtr.o
--
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x3f93): undefined reference to `rte_malloc_heap_get_socket'
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x3fa6): undefined reference to `rte_malloc_heap_create'
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x41cd): undefined reference to `rte_malloc_heap_memory_add'
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x420b): undefined reference to `rte_malloc_heap_get_socket'
INSTALL-APP testbbdev
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.app.mk:367: recipe for target 'testpmd' failed
gmake[5]: *** [testpmd] Error 1
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
gmake[4]: *** [test-pmd] Error 2
gmake[4]: *** Waiting for unfinished jobs....
INSTALL-MAP testbbdev.map
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
gmake[3]: *** [app] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
gmake[1]: *** [pre_install] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
gmake: *** [install] Error 2
*Failed Build #11:
OS: FreeBSD
Target: x86_64-native-bsdapp-gcc
@ -> /usr/src/sys
machine -> /usr/src/sys/amd64/include
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-gcc/include/rte_config.h -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-gcc/include -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -c contigmem.c -o contigmem.o
ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-gcc/lib -d -warn-common -r -d -o contigmem.ko contigmem.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk contigmem.ko export_syms | xargs -J% objcopy % contigmem.ko
Warning: Object directory not changed from original /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-gcc/build/kernel/freebsd/nic_uio
@ -> /usr/src/sys
--
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
== Build drivers
awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-gcc/include/rte_config.h -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-gcc/include -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -c nic_uio.c -o nic_uio.o
ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/x86_64-native-bsdapp-gcc/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk nic_uio.ko export_syms | xargs -J% objcopy % nic_uio.ko
objcopy --strip-debug nic_uio.ko
INSTALL-MODULE nic_uio.ko
--
AR librte_pmd_skeleton_rawdev.a
INSTALL-LIB librte_pmd_skeleton_rawdev.a
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/pdump
== Build app/test-pmd
CC main.o
CC testpmd.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c: In function 'setup_extmem':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:730:9: warning: missing initializer for field 'addr' of 'struct extmem_param' [-Wmissing-field-initializers]
struct extmem_param param = {};
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:633:8: note: 'addr' declared here
void *addr;
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: implicit declaration of function 'rte_malloc_heap_get_socket' [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: nested extern declaration of 'rte_malloc_heap_get_socket' [-Wnested-externs]
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: implicit declaration of function 'rte_malloc_heap_create' [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: nested extern declaration of 'rte_malloc_heap_create' [-Wnested-externs]
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: implicit declaration of function 'rte_malloc_heap_memory_add' [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: nested extern declaration of 'rte_malloc_heap_memory_add' [-Wnested-externs]
LD dpdk-pdump
INSTALL-APP dpdk-pdump
INSTALL-MAP dpdk-pdump.map
CC parameters.o
== Build app/test-bbdev
--
testpmd.o: In function `mbuf_pool_create':
testpmd.c:(.text+0x49c): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x644): undefined reference to `rte_malloc_heap_memory_add'
testpmd.c:(.text+0x682): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x808): undefined reference to `rte_malloc_heap_create'
collect2: error: ld returned 1 exit status
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.app.mk:367: recipe for target 'testpmd' failed
gmake[5]: *** [testpmd] Error 1
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
gmake[4]: *** [test-pmd] Error 2
gmake[4]: *** Waiting for unfinished jobs....
INSTALL-APP dpdk-test-crypto-perf
INSTALL-MAP dpdk-test-crypto-perf.map
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
gmake[3]: *** [app] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
gmake[1]: *** [pre_install] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
gmake: *** [install] Error 2
*Failed Build #12:
OS: FC24
Target: x86_64-native-linuxapp-clang
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC main.o
CC testpmd.o
LD dpdk-procinfo
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:14: warning: implicit declaration of function 'rte_malloc_heap_get_socket' is invalid in C99 [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:9: warning: implicit declaration of function 'rte_malloc_heap_create' is invalid in C99 [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:8: warning: implicit declaration of function 'rte_malloc_heap_memory_add' is invalid in C99 [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^
3 warnings generated.
CC parameters.o
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
CC cmdline.o
== Build app/pdump
--
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x4a4f): undefined reference to `rte_malloc_heap_get_socket'
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x4a5f): undefined reference to `rte_malloc_heap_create'
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x4e84): undefined reference to `rte_malloc_heap_memory_add'
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:(.text+0x4ec2): undefined reference to `rte_malloc_heap_get_socket'
CC evt_main.o
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.app.mk:367: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
CC evt_options.o
CC evt_test.o
CC parser.o
--
CC test_pipeline_queue.o
CC test_pipeline_atq.o
LD dpdk-test-eventdev
INSTALL-APP dpdk-test-eventdev
INSTALL-MAP dpdk-test-eventdev.map
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #13:
OS: FC25
Target: x86_64-native-linuxapp-gcc-debug
AR librte_pmd_dpaa2_qdma.a
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC testpmd.o
CC main.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c: In function ‘setup_extmem’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:14: warning: implicit declaration of function ‘rte_malloc_heap_get_socket’ [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: nested extern declaration of ‘rte_malloc_heap_get_socket’ [-Wnested-externs]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:9: warning: implicit declaration of function ‘rte_malloc_heap_create’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: nested extern declaration of ‘rte_malloc_heap_create’ [-Wnested-externs]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:8: warning: implicit declaration of function ‘rte_malloc_heap_memory_add’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: nested extern declaration of ‘rte_malloc_heap_memory_add’ [-Wnested-externs]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^~~
LD dpdk-procinfo
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
--
testpmd.o: In function `mbuf_pool_create':
testpmd.c:(.text+0x478): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x633): undefined reference to `rte_malloc_heap_memory_add'
testpmd.c:(.text+0x675): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x7b0): undefined reference to `rte_malloc_heap_create'
collect2: error: ld returned 1 exit status
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.app.mk:367: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
CC test_order_atq.o
CC test_perf_common.o
CC test_perf_queue.o
--
CC test_pipeline_queue.o
CC test_pipeline_atq.o
LD dpdk-test-eventdev
INSTALL-APP dpdk-test-eventdev
INSTALL-MAP dpdk-test-eventdev.map
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #14:
OS: FC24
Target: i686-native-linuxapp-gcc
CC ifpga_enumerate.o
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/proc-info
CC main.o
CC testpmd.o
LD dpdk-procinfo
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c: In function ‘setup_extmem’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:14: warning: implicit declaration of function ‘rte_malloc_heap_get_socket’ [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: nested extern declaration of ‘rte_malloc_heap_get_socket’ [-Wnested-externs]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:9: warning: implicit declaration of function ‘rte_malloc_heap_create’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: nested extern declaration of ‘rte_malloc_heap_create’ [-Wnested-externs]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:8: warning: implicit declaration of function ‘rte_malloc_heap_memory_add’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: nested extern declaration of ‘rte_malloc_heap_memory_add’ [-Wnested-externs]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^~~
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
== Build app/pdump
--
testpmd.o: In function `mbuf_pool_create':
testpmd.c:(.text+0x311): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x604): undefined reference to `rte_malloc_heap_memory_add'
testpmd.c:(.text+0x63f): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x679): undefined reference to `rte_malloc_heap_create'
collect2: error: ld returned 1 exit status
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.app.mk:367: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
LD dpdk-test-crypto-perf
INSTALL-APP dpdk-test-crypto-perf
INSTALL-MAP dpdk-test-crypto-perf.map
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #15:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
CC ifpga_enumerate.o
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/proc-info
CC main.o
CC testpmd.o
LD dpdk-procinfo
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c: In function ‘setup_extmem’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:14: warning: implicit declaration of function ‘rte_malloc_heap_get_socket’ [-Wimplicit-function-declaration]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:734:2: warning: nested extern declaration of ‘rte_malloc_heap_get_socket’ [-Wnested-externs]
socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME);
^~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:9: warning: implicit declaration of function ‘rte_malloc_heap_create’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:737:3: warning: nested extern declaration of ‘rte_malloc_heap_create’ [-Wnested-externs]
ret = rte_malloc_heap_create(EXTMEM_HEAP_NAME);
^~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:8: warning: implicit declaration of function ‘rte_malloc_heap_memory_add’ [-Wimplicit-function-declaration]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/app/test-pmd/testpmd.c:751:2: warning: nested extern declaration of ‘rte_malloc_heap_memory_add’ [-Wnested-externs]
ret = rte_malloc_heap_memory_add(EXTMEM_HEAP_NAME,
^~~
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
CC parameters.o
--
testpmd.o: In function `mbuf_pool_create':
testpmd.c:(.text+0x4fa): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x6d8): undefined reference to `rte_malloc_heap_memory_add'
testpmd.c:(.text+0x71c): undefined reference to `rte_malloc_heap_get_socket'
testpmd.c:(.text+0x88a): undefined reference to `rte_malloc_heap_create'
collect2: error: ld returned 1 exit status
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.app.mk:367: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
CC cperf_test_throughput.o
CC cperf_test_latency.o
CC cperf_test_pmd_cyclecount.o
--
CC cperf_test_vector_parsing.o
CC cperf_test_common.o
LD dpdk-test-crypto-perf
INSTALL-APP dpdk-test-crypto-perf
INSTALL-MAP dpdk-test-crypto-perf.map
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/41fe0a34424d4c3f839bf061f2d461b2/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
DPDK STV team
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-10-01 11:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-01 11:18 [dpdk-test-report] |FAILURE| pw45754[v7, 08/21] malloc: add name to malloc heaps sys_stv
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).