Hi Bruce, Neil, We had this patch in our internal tree that was intended to fix -Wimplicit-fallthrough related error due to Host and Target GCC mismatch. But I just verified both combination of GCC in Make and Meson seems like it has already been addressed somewhere down the line. So, I'm dropping the patch.
Regards, Pavan. >-----Original Message----- >From: Bruce Richardson <bruce.richard...@intel.com> >Sent: Wednesday, July 31, 2019 8:02 PM >To: Pavan Nikhilesh Bhagavatula <pbhagavat...@marvell.com> >Cc: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Neil Horman ><nhor...@tuxdriver.com>; dev@dpdk.org; sta...@dpdk.org >Subject: [EXT] Re: [dpdk-dev] [PATCH] buildtools: fix pmdinfogen >compilation > >External Email > >---------------------------------------------------------------------- >On Wed, Jul 31, 2019 at 11:57:05AM +0530, pbhagavat...@marvell.com >wrote: >> From: Pavan Nikhilesh <pbhagavat...@marvell.com> >> >> Pmdinfogen is always compiled with host gcc. >> If host gcc version is lessthan 7 and target gcc is greaterthan 7 >> pmdinfogen fails to compile due to unsupported cflags. >> This patch removes unsupported host cflags when the above >condition is >> met. >> >> Fixes: 98b0fdb0ffc6 ("pmdinfogen: add buildtools and pmdinfogen >utility") >> Cc: sta...@dpdk.org >> >> Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com> >> --- > >Can you perhaps check with a meson cross-compile and see if you >encounter >the same issue? If so, I'll investigate. > >Thanks, >/Bruce