From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4603 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Arm AArch64 port - search for interested people Date: Mon, 24 Feb 2014 19:17:41 +0100 Message-ID: <20140224181741.GQ23551@port70.net> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1393265863 30538 80.91.229.3 (24 Feb 2014 18:17:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Feb 2014 18:17:43 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4607-gllmg-musl=m.gmane.org@lists.openwall.com Mon Feb 24 19:17:53 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 1WI06D-0007BY-Aj for gllmg-musl@plane.gmane.org; Mon, 24 Feb 2014 19:17:53 +0100 Original-Received: (qmail 32066 invoked by uid 550); 24 Feb 2014 18:17:52 -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 32058 invoked from network); 24 Feb 2014 18:17:52 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:4603 Archived-At: * Strake [2014-02-24 12:22:22 -0500]: > On 11/09/2013, Bortis Kevin wrote: > > Is someone interessted to help out with a musl ARM Aarch64 port? I got > > the message, that I will receive a dev board Q2/2014 for a new project, > > so I hope to have a working musl toolchain by then :) > > I am interested. I shall ask an AMD A-series dev board sample when > available. I can likely start hacking this significantly next term, > from May. Is the status at > http://wiki.musl-libc.org/wiki/Porting/AArch64 accurate now? i've added some links to armv8 resources until you get the hw, there are some simulators: the official closed one from arm, gem5 (full-system) and qemu (userspace only) floating-point will need some work because of the IEEE binary128 long double, some code may not compile in math/ immediately