mailing list of musl libc
 help / color / mirror / code / Atom feed
* [aarch64] building cross toolchain
@ 2014-02-28 16:23 czar x
  2014-03-01  1:19 ` Rich Felker
  0 siblings, 1 reply; 2+ messages in thread
From: czar x @ 2014-02-28 16:23 UTC (permalink / raw)
  To: musl

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [aarch64] building cross toolchain
  2014-02-28 16:23 [aarch64] building cross toolchain czar x
@ 2014-03-01  1:19 ` Rich Felker
  0 siblings, 0 replies; 2+ messages in thread
From: Rich Felker @ 2014-03-01  1:19 UTC (permalink / raw)
  To: musl

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-01  1:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-28 16:23 [aarch64] building cross toolchain czar x
2014-03-01  1:19 ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).