From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 94A6CA0526; Mon, 20 Jan 2020 23:31:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 473371BFE6; Mon, 20 Jan 2020 23:31:20 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 439BA1BFE4 for ; Mon, 20 Jan 2020 23:31:19 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 75A4721EFE; Mon, 20 Jan 2020 17:31:18 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 20 Jan 2020 17:31:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=XB3nDT631HVJ+bwz3BVdI5zAl3GxN+HGLZawF6IqPy0=; b=NDSbAIolnwrt T5UBR7MKcU4RvSoRE9orwNevRzgnlXTtKiUEVVsC9vUKm4zNzy9pwbdyJoS7Qpb4 TIi/x0z01e0vl5kRrRrtaATVyhIlhJ+8vQmjzamknT7TRwdyKFSk090GFWs7BOhr aoNd6o8JQK4mR7xh/hh15QqZntprud0= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=XB3nDT631HVJ+bwz3BVdI5zAl3GxN+HGLZawF6IqP y0=; b=sKY2oc28RJvcQDk43sSeDK/BALh8FbdvR2SaHAdZQWoQl9pULi5EOwf9S Psb/Eefdxu75MbJA1GhHiNie4hmOTbvQYEyl2/+pz2nxRDF9jz77Bom3CnMwcjqi NaYGRlaQrWsEA4OA42lA7ZNmYi5p7iTfJ5z32EvhyVSN8EtBDgRe8kOuXXP4CEUg c2RTH1EOlX6uXYJQpvqOj9KogXNBHZHwHGemI54vSjEVKrM/cQf50tsrY6U7/OD7 0sC1u1VQ1ihsHsn3FVIK+XOzM2zQt9/r9xlCYcpyfOnzqkmmH3ip8IX+vAysQPSO kiMzQxIMJeB054QCiYxibi8EMQ0qw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudeigdelkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C66803060986; Mon, 20 Jan 2020 17:31:17 -0500 (EST) From: Thomas Monjalon To: Ali Alnubani Cc: "dev@dpdk.org" , "mchalla@marvell.com" , "jerinj@marvell.com" Date: Mon, 20 Jan 2020 23:31:16 +0100 Message-ID: <1703167.dTVjPilprF@xps> In-Reply-To: <20200120195040.26843-1-alialnu@mellanox.com> References: <20200120195040.26843-1-alialnu@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] mk: disable OCTEON TX2 EP on old compilers 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/01/2020 20:51, Ali Alnubani: > OCTEON TX2 isn't built for gcc 4.8.5 as the compiler emits > "internal compiler error" on aarch64. This causes the following > build error when OCTEON TX2 EP is enabled: > > /usr/bin/ld: cannot find -lrte_common_octeontx2 > collect2: error: ld returned 1 exit status > > Fixes: 56d46d13f736 ("raw/octeontx2_ep: add build infra and device probe") > > Signed-off-by: Ali Alnubani Applied, thanks