DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] Compiling on Fedora 30
Date: Wed, 1 May 2019 15:24:41 +0100	[thread overview]
Message-ID: <20190501142440.GA1807@bricha3-MOBL.ger.corp.intel.com> (raw)

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

             reply	other threads:[~2019-05-01 14:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-01 14:24 Bruce Richardson [this message]
2019-05-01 14:24 ` Bruce Richardson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190501142440.GA1807@bricha3-MOBL.ger.corp.intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).