* [dpdk-dev] Compiling on Fedora 30
@ 2019-05-01 14:24 Bruce Richardson
2019-05-01 14:24 ` Bruce Richardson
0 siblings, 1 reply; 2+ messages in thread
From: Bruce Richardson @ 2019-05-01 14:24 UTC (permalink / raw)
To: dev
Hi,
Just an FYI for anyone updating to Fedora 30, released this week; there are
issues with building latest DPDK head. F30 seems to ship with GCC 9, which
is not officially released yet as far as I can see, and so has some new
warnings being flagged in our code.
I needed to set the following cflags to enable a clean build of DPDK on my
F30 system:
"-Wno-address-of-packed-member
-Wno-format-overflow
-Wno-maybe-uninitialized"
Hopefully, we can get these warnings closed off before 19.05, but just want
to flag this in advance for anyone who is updating soon.
Regards,
/Bruce
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-dev] Compiling on Fedora 30
2019-05-01 14:24 [dpdk-dev] Compiling on Fedora 30 Bruce Richardson
@ 2019-05-01 14:24 ` Bruce Richardson
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Richardson @ 2019-05-01 14:24 UTC (permalink / raw)
To: dev
Hi,
Just an FYI for anyone updating to Fedora 30, released this week; there are
issues with building latest DPDK head. F30 seems to ship with GCC 9, which
is not officially released yet as far as I can see, and so has some new
warnings being flagged in our code.
I needed to set the following cflags to enable a clean build of DPDK on my
F30 system:
"-Wno-address-of-packed-member
-Wno-format-overflow
-Wno-maybe-uninitialized"
Hopefully, we can get these warnings closed off before 19.05, but just want
to flag this in advance for anyone who is updating soon.
Regards,
/Bruce
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-01 14:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-01 14:24 [dpdk-dev] Compiling on Fedora 30 Bruce Richardson
2019-05-01 14:24 ` Bruce Richardson
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).