* [Bug 984] [20.11] pmdinfogen build failure with gcc 4.8.5
@ 2022-03-28 14:15 bugzilla
2022-04-04 10:29 ` [Bug 984] [19.11][20.11] pmdinfogen build failure with clang 3.4.2 bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2022-03-28 14:15 UTC (permalink / raw)
To: dev
https://bugs.dpdk.org/show_bug.cgi?id=984
Bug ID: 984
Summary: [20.11] pmdinfogen build failure with gcc 4.8.5
Product: DPDK
Version: 20.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: dev@dpdk.org
Reporter: alialnu@nvidia.com
Target Milestone: ---
"""
$ meson --werror --buildtype=debugoptimized build && ninja-build -C build
[..]
[5/2516] Compiling C object buildtools/pmdinfogen/pmdinfogen.p/pmdinfogen.c.o
FAILED: buildtools/pmdinfogen/pmdinfogen.p/pmdinfogen.c.o
clang -Ibuildtools/pmdinfogen/pmdinfogen.p -Ibuildtools/pmdinfogen
-I../../root/dpdk/buildtools/pmdinfogen -I. -I../../root/dpdk -Iconfig
-I../../root/dpdk/config -Ilib/librte_eal/include
-I../../root/dpdk/lib/librte_eal/include -Ilib/librte_eal/linux/include
-I../../root/dpdk/lib/librte_eal/linux/include -Ilib/librte_eal/x86/include
-I../../root/dpdk/lib/librte_eal/x86/include -Ilib/librte_pci
-I../../root/dpdk/lib/librte_pci -Xclang -fcolor-diagnostics -pipe
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -MD -MQ
buildtools/pmdinfogen/pmdinfogen.p/pmdinfogen.c.o -MF
buildtools/pmdinfogen/pmdinfogen.p/pmdinfogen.c.o.d -o
buildtools/pmdinfogen/pmdinfogen.p/pmdinfogen.c.o -c
../../root/dpdk/buildtools/pmdinfogen/pmdinfogen.c
../../root/dpdk/buildtools/pmdinfogen/pmdinfogen.c:431:27: error: missing field
'hdr' initializer [-Werror,-Wmissing-field-initializers]
struct elf_info info = {0};
^
1 error generated.
[..]
"""
OS: CentOS Linux 7
gcc: 4.8.5
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-04 10:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-28 14:15 [Bug 984] [20.11] pmdinfogen build failure with gcc 4.8.5 bugzilla
2022-04-04 10:29 ` [Bug 984] [19.11][20.11] pmdinfogen build failure with clang 3.4.2 bugzilla
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.