From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v5 1/2] mk: fix cross build errors Date: Tue, 29 May 2018 17:09:38 +0200 Message-ID: <8492054.NG3pNOqpB3@xps> References: <1527578508-27297-1-git-send-email-gavin.hu@arm.com> <1527590616-28299-1-git-send-email-gavin.hu@arm.com> <1527590616-28299-2-git-send-email-gavin.hu@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org To: Gavin Hu Return-path: In-Reply-To: <1527590616-28299-2-git-send-email-gavin.hu@arm.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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/archives/dev/2018-May/103136.html