From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v5 0/8] Display IO topology when PXM data is available (plus some cleanup) Date: Mon, 23 Mar 2015 14:42:01 +0000 Message-ID: <1427121721.21742.271.camel@citrix.com> References: <1426802044-19444-1-git-send-email-boris.ostrovsky@oracle.com> <55100A26.7080801@linaro.org> <55101964.7020303@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: elena.ufimtseva@oracle.com, Keir Fraser , Stefano Stabellini , Andrew Cooper , Dario Faggioli , Julien Grall , Ian Jackson , "xen-devel@lists.xen.org" , Jan Beulich , Wei Liu , Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org On Mon, 2015-03-23 at 14:30 +0000, George Dunlap wrote: > Does gcc have a tolerable cross-compiler for ARM? Particularly just > for building the hypervisor. The resulting code doesn't need to be > that great, it just needs to catch this sort of thing. It's pretty easy for the hypervisor using Linaro's toolchain (which I use every day): http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions#Cross_Compiling Cross building the tools takes a bit more preparation and is enough faff that I wouldn't expect a non-arm contributor to do it. Ian.