X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-lf0-f53.google.com (mail-lf0-f53.google.com [209.85.215.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 294875C4125 for ; Mon, 20 Jun 2016 16:36:28 +0000 (GMT) Received: by mail-lf0-f53.google.com with SMTP id l188so41323737lfe.2 for ; Mon, 20 Jun 2016 09:36:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=riB0kIb9yM1fQXPYiQfWSmOLr4/d2UgFVmowYk6zfH0=; b=L9MKqVcV8Jf8jIBZTR5KPFgmAH/V7rYc/79Ycf8LlWHoSr/k4BfhmsAa05NxBrUFIt tAFmIksHtGoTzTIeeg8sLhzTI+ucofZgLjD8LHKSlYJ/Yu7oR3YItmbP7sAdyeTyHHtu qXwKaNm6VlQ9mAzknhFyymqJLTy4HRDEE9eeXRX3g5zpFWGA+U03xhSELwBT6uMJr/hT C1v+9iH2CpzFmIw1TmzxVBD1uoK+d/M15QcbYKOWl5gcAhLs+EgKyRZs26cXrnQUjTWQ YHPu87f7bn5W4wbSaSNfUxbNCJCf7Eh3qUHmYzmljxg7NG4BjwDSTnLi8FP5KgRFU9Pu LxJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=riB0kIb9yM1fQXPYiQfWSmOLr4/d2UgFVmowYk6zfH0=; b=T03ql/Pegfaj65WH0I3egC0Er+Vkh2Y07TfZRVvP9FXPrCyB4vizGqxJ2NnsGmZRYu jgNtKhXKQC9NrGsFRwilFuz0DIikq6YS+biUqlTGQWB47WtDtmMXY7tNwojibHPdgBwP n3Op5pgSa3YM2M9alr3NzLZiPknYMj/pY2Zp8p/qBokKRABMVhnOHw5ayE4PLXgcbiHg IbUiuSTAcEw/QPJWwq42rUs7emSMd0+jEY5FKbhGEmpA76FEi0YuQPTGYOENhmMc80CU eMCGkNMGcRkQPzf54NWXBmRhVUwIUloN31KtvKDHv9stb9mW4WoIRRbP+SwCW9f/RQxG v27Q== X-Gm-Message-State: ALyK8tIfxnD/qAdr2xnca9Xmpb7p3u3BnTIQuvn3NCiol4mkucgCe7usx9P3aaULzA2e8g== X-Received: by 10.25.201.204 with SMTP id z195mr3976621lff.213.1466440582152; Mon, 20 Jun 2016 09:36:22 -0700 (PDT) Received: from vostro ([83.145.235.201]) by smtp.gmail.com with ESMTPSA id f66sm4819947lji.13.2016.06.20.09.36.21 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Jun 2016 09:36:21 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Mon, 20 Jun 2016 19:36:15 +0300 From: Timo Teras To: =?UTF-8?B?546L6L+b?= Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] arm aarch64 support Message-ID: <20160620193616.0639848a@vostro> In-Reply-To: <21a5c7d.d4e3.1556db81800.Coremail.vanloswang@126.com> References: <21a5c7d.d4e3.1556db81800.Coremail.vanloswang@126.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, On Mon, 20 Jun 2016 20:10:29 +0800 (CST) =E7=8E=8B=E8=BF=9B wrote: > Hello alpine devs, > I want to build an aarch64 rootfs, and now I have compile > apk-tools and abuild on CentOS 7 aarch64 machine. But I finally found > out abuild alpine-aport will damage the orginal system. How can I > compile or cross compile an aarch64 alpine rootfs? The minimal documentation on cross-compile, and links to the scripts I used to bootstrap arm from x86_64 are at: https://wiki.alpinelinux.org/wiki/User:Fabled However, this is some years ago, and the scripts as such probably do not work. I was earlier trying to do bootstrap of arm7 (armv7+ w/ thumb2) build, and already fixed few things. However, I have not yet completed this work, so there's probably little more to fix. The scripts should give a rough idea on how it's done. =20 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---