https://bugs.dpdk.org/show_bug.cgi?id=897
Bug ID: 897 Summary: [20.11.4-rc1] librte_eal/windows cross build failure with gcc 11 on Fedora 35 Product: DPDK Version: 20.11 Hardware: All OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: alia...@nvidia.com Target Milestone: --- """ $ meson --werror --buildtype=debugoptimized --cross-file config/x86/cross-mingw -Dexamples=helloworld /tmp/build [..] /usr/lib/gcc/x86_64-w64-mingw32/11.2.1/../../../../x86_64-w64-mingw32/bin/ld: lib/librte_eal.a.p/librte_eal_windows_eal_mp.c.obj: in function `eal_dev_hotplug_request_to_primary': /tmp/build/../../root/dpdk/lib/librte_eal/windows/eal_mp.c:111: multiple definition of `eal_dev_hotplug_request_to_primary'; lib/librte_eal.a.p/librte_eal_common_hotplug_mp.c.obj:/tmp/build/../../root/dpdk/lib/librte_eal/common/hotplug_mp.c:366: first defined here /usr/lib/gcc/x86_64-w64-mingw32/11.2.1/../../../../x86_64-w64-mingw32/bin/ld: lib/librte_eal.a.p/librte_eal_windows_eal_mp.c.obj:/tmp/build/../../root/dpdk/lib/librte_eal/windows/eal_mp.c:111: multiple definition of `eal_dev_hotplug_request_to_secondary'; lib/librte_eal.a.p/librte_eal_common_hotplug_mp.c.obj:/tmp/build/../../root/dpdk/lib/librte_eal/common/hotplug_mp.c:394: first defined here collect2: error: ld returned 1 exit status """ C compiler for the host machine: x86_64-w64-mingw32-gcc (gcc 11.2.1 "x86_64-w64-mingw32-gcc (GCC) 11.2.1 20210728 (Fedora MinGW 11.2.1-3.fc35)") -- You are receiving this mail because: You are the assignee for the bug.