From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4618 Path: news.gmane.org!not-for-mail From: czar x Newsgroups: gmane.linux.lib.musl.general Subject: [aarch64] building cross toolchain Date: Fri, 28 Feb 2014 21:53:18 +0530 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1393604605 3109 80.91.229.3 (28 Feb 2014 16:23:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Feb 2014 16:23:25 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4622-gllmg-musl=m.gmane.org@lists.openwall.com Fri Feb 28 17:23:35 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1WJQDk-0007oN-Hp for gllmg-musl@plane.gmane.org; Fri, 28 Feb 2014 17:23:32 +0100 Original-Received: (qmail 20235 invoked by uid 550); 28 Feb 2014 16:23:31 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 20227 invoked from network); 28 Feb 2014 16:23:31 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mnUcpLHEjLyywNb1YjDU0ggMuHjdP7xJAGHrSMKIeh0=; b=JWq5D7/4n5SaEA/s5GASL2QZu7MbggbRMqFDgYmuAhMoaXz18MR/UNHPWdqBuvh8+s dqheHRe8uOSl7hOeKXFCX3RBxtJQRuR801hlJO1t5hKtmu09ErTpRS0/XmKpCXil3/MS TQs50rRtp8dWniOeDP9ihGYJHI/TH+abypS6wd+4S6P2NT8dDPPSt/5BJKRUfnuKw6QE nFzFGfx4i1V25OmWbDFVPMAATzwuHlamM1dgSdyIe1fu8bvxRCX4zAZRxv00Xu1qziZJ 3zR+OgnvJuGt3OhEpapjGsmnqmlGGrXBPFPl+12vET2TTTxK+Dspmy/8/Z2p74vOYUWd rRuQ== X-Received: by 10.182.142.37 with SMTP id rt5mr2091965obb.76.1393604598114; Fri, 28 Feb 2014 08:23:18 -0800 (PST) Xref: news.gmane.org gmane.linux.lib.musl.general:4618 Archived-At: Hi, I am trying to build the musl for aarch64. I had cloned this repo https://bitbucket.org/GregorR/musl-cross tried executing ./build.sh but this fails + [ ] + ./configure --prefix=/opt/cross/aarch64-linux-musl/aarch64-linux-musl --enable-debug CC=aarch64-linux-musl-gcc checking for C compiler... aarch64-linux-musl-gcc checking whether compiler is gcc... no checking target system type... unknown ./configure: unable to detect target arch; try ./configure --target=... + die Failed to build musl-0.9.14 + echo Failed to build musl-0.9.14 Failed to build musl-0.9.14 + exit 1