From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id D6FACDE0 for ; Mon, 28 May 2018 15:25:17 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 May 2018 06:25:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,452,1520924400"; d="scan'208";a="227958108" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.55]) by orsmga005.jf.intel.com with SMTP; 28 May 2018 06:25:14 -0700 Received: by (sSMTP sendmail emulation); Mon, 28 May 2018 14:25:14 +0100 Date: Mon, 28 May 2018 14:25:13 +0100 From: Bruce Richardson To: Gavin Hu Cc: dev@dpdk.org Message-ID: <20180528132513.GD8752@bricha3-MOBL.ger.corp.intel.com> References: <1527133127-29407-1-git-send-email-gavin.hu@arm.com> <1527490428-15540-1-git-send-email-gavin.hu@arm.com> <1527490428-15540-2-git-send-email-gavin.hu@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1527490428-15540-2-git-send-email-gavin.hu@arm.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v2 2/2] doc: add a guide doc for cross compiling from x86 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: Mon, 28 May 2018 13:25:18 -0000 On Mon, May 28, 2018 at 02:53:48AM -0400, Gavin Hu wrote: > This is guild for cross compiling for ARM64 from X86 hosts. > > Signed-off-by: Gavin Hu > Reviewed-by: Steve Capper > Reviewed-by: Honnappa Nagarahalli > Reviewed-by: Marko Kovacevic > Reviewed-by: Jerin Jacob > Reviewed-by: Thomas Monjalon > Reviewed-by: Bruce Richardson > --- Can you also include details of cross-compiling using meson from the meson build text file too? /Bruce