Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 28 Feb 2014 20:19:31 -0500
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: [aarch64] building cross toolchain

On Fri, Feb 28, 2014 at 09:53:18PM +0530, czar x wrote:
> 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

aarch64 is not in the list of archs supported by musl at this time.
There's an in-progress port linked from the wiki but it is not
operational yet (and might not even compile). aarch64 will probably be
the next port we aim to finish/merge after 1.0 is released. In the
mean time you can use plain arm on 64-bit arm hardware.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.