From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 0D7151B336; Tue, 6 Feb 2018 18:30:13 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A4E57212B4; Tue, 6 Feb 2018 12:30:12 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 06 Feb 2018 12:30:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ICBRh8ThGmwzpqdBWZr1wWFGwU pU8kDHobcqHHLNsqE=; b=qqW4Y/q3apo5X+bI2iUkhaDRN9rDDzFbd5JnZljnc1 lHhSLrRt9t5A2asjoti26iFG0flOdI5q/o3hINb9602vpLff6TASLOxj5zH1vC4w 6mbr68ZICMdDmnKWR9C8bRci+yojPljjiDSfTVKuFCIcnLmsDDtCFtVg8nGIq5PQ I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=ICBRh8 ThGmwzpqdBWZr1wWFGwUpU8kDHobcqHHLNsqE=; b=XxUGwolPJMRbWyMDmYxeHn Bz0XWLC1FD+OiRg7Xxh9zjCb+VW0vRjbPI8T9923G90bj0S8ne630Kui/Yg8PEos EVsf3Ax+zwhVJbDRSep6UAs+7uVayZrq2OW5KPIgS8IAdKHwQoBNejrOmMn4D59S 5Gdi8nW6agY3YR8yK0Si5cEGwajlZMgAdGE/aSP/s4oG1xlWQsSGMzIBdFrEJqyL 2dohhjrKPatnuaUno/iwWZXN+K9gF1XiDBlZCLTsk3sx+PjStxCK6+j6EVz7WH/L 8oDyQNrLyHNDqbg7QDt72fE9AFsh5n4p5V19BfBg7auxDR3f7BTj275JQj+OJuxw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 560877E0FD; Tue, 6 Feb 2018 12:30:12 -0500 (EST) From: Thomas Monjalon To: Jerin Jacob Cc: stable@dpdk.org, dev@dpdk.org, hemant.agrawal@nxp.com, shreyansh.jain@nxp.com, jianbo.liu@arm.com Date: Tue, 06 Feb 2018 18:30:08 +0100 Message-ID: <15207303.LcKsagEPkJ@xps> In-Reply-To: <20180206171455.16097-1-jerin.jacob@caviumnetworks.com> References: <20180206171455.16097-1-jerin.jacob@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] bus/fslmc: fix build issue with latest glib-headers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 17:30:13 -0000 06/02/2018 18:14, Jerin Jacob: > Fix the following build error with latest glib-headers( > Part of aarch64-linux-gnu-gcc-7.3.0 toolchain) > > In file included from /tmp/drivers/bus/fslmc/mc/fsl_mc_sys.h:30:0, > from /tmp/drivers/bus/fslmc/mc/dpmng.c:7: > /usr/aarch64-linux-gnu/usr/include/libio.h:21:2: error: > #warning " is deprecated; use instead." [-Werror=cpp] > > Fixes: 3af733ba8da8 ("bus/fslmc: introduce MC object functions") > Cc: stable@dpdk.org > > Signed-off-by: Jerin Jacob > --- > > Since fslmc is part of the default armv8 config now, With out this patch > it breaks all armv8 build with latest toolchain Applied, thanks