From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: Can't clone static arm64 binary from https://github.com/susematz/qemu/tree/aarch64-1.6 Date: Wed, 25 Jun 2014 12:40:37 +0100 Message-ID: <53AAB535.6040705@linaro.org> References: <1403684892.3875.10.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WzlZF-0000Qx-3A for xen-devel@lists.xenproject.org; Wed, 25 Jun 2014 11:40:45 +0000 Received: by mail-we0-f182.google.com with SMTP id q59so1818250wes.41 for ; Wed, 25 Jun 2014 04:40:40 -0700 (PDT) In-Reply-To: <1403684892.3875.10.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , John McDermott Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On 06/25/2014 09:28 AM, Ian Campbell wrote: > On Tue, 2014-06-24 at 13:57 -0400, John McDermott wrote: >> Xen Developers, >> >> Trying to build arm64 on x86_64 following the guidance on the wiki; >> everything ok 'till I have to run qemu static for arm64. It fails >> because there is no arm64 specific binary installed in Ubuntu 13.10, >> even though the wiki procedure says it should work. > > Which wiki page? > >> Not to worry; get the source and build it, I think. >> >> However, I cannot clone the git repo for the source, no matter which system I clone from. I even tried it from a Mac and get the same "fatal repo not found" error. >> >> The repo is 'https://github.com/susematz/qemu/tree/aarch64-1.6/' and I can see it in my browser just fine. >> >> Is there an alternative source for this code? > > IIRC it's all in mainline qemu these days. Last time I tried mainline QEMU (it was about a month ago), I was not able to build the different package with an opensuse rootfs. It was because of the threading issue. I don't think it has been fixed yet. You can use the QEMU provided by Suse which work fine: git clone -b aarch64-work https://github.com/openSUSE/qemu.git qemu-aarch64 Regards, -- Julien Grall