Re: [dpdk-dev] [dpdk-stable] [PATCH v5 1/2] mk: fix cross build errors

2018-05-30 Thread Thomas Monjalon
30/05/2018 11:41, Gavin Hu: > From: Thomas Monjalon > > 30/05/2018 04:45, Gavin Hu: > > > From: Bruce Richardson > > > > On Tue, May 29, 2018 at 04:45:55PM +0200, Thomas Monjalon wrote: > > > > > 28/05/2018 15:24, Bruce Richardson: > > > > > > Would a simpler solution for this not be to put "-Wno

Re: [dpdk-dev] [dpdk-stable] [PATCH v5 1/2] mk: fix cross build errors

2018-05-30 Thread Gavin Hu
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, May 30, 2018 4:32 PM > To: Gavin Hu > Cc: Bruce Richardson ; dev@dpdk.org > Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v5 1/2] mk: fix cross build > errors > > 30/05/2018 04:45, Gavin Hu: > > From: Bruce Richardson > >

Re: [dpdk-dev] [dpdk-stable] [PATCH v5 1/2] mk: fix cross build errors

2018-05-30 Thread Thomas Monjalon
30/05/2018 04:45, Gavin Hu: > From: Bruce Richardson > > On Tue, May 29, 2018 at 04:45:55PM +0200, Thomas Monjalon wrote: > > > 28/05/2018 15:24, Bruce Richardson: > > > > Would a simpler solution for this not be to put "-Wno-implicit- > > fallthrough" > > > > for pmdinfogen? GCC will not give a w

Re: [dpdk-dev] [dpdk-stable] [PATCH v5 1/2] mk: fix cross build errors

2018-05-29 Thread Gavin Hu
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, May 29, 2018 11:00 PM > To: Thomas Monjalon > Cc: Gavin Hu ; dev@dpdk.org > Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2 1/2] mk: fix cross build > errors > > On Tue, May 29, 2018 at 04:45:55PM +0200, Thomas Monjalon wro

Re: [dpdk-dev] [dpdk-stable] [PATCH v5 1/2] mk: fix cross build errors

2018-05-29 Thread Thomas Monjalon
29/05/2018 12:43, Gavin Hu: > --- a/buildtools/pmdinfogen/Makefile > +++ b/buildtools/pmdinfogen/Makefile > -HOST_CFLAGS += $(WERROR_FLAGS) -g > +HOST_CFLAGS += -Wno-implicit-fallthrough $(WERROR_FLAGS) -g There is a compilation error with clang. Please see this comment: http://dpdk.org/ml