From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10771 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: cortex-m support? Date: Wed, 7 Dec 2016 16:29:37 +0100 Message-ID: <20161207152936.GB16379@port70.net> References: <04e5a294-719e-8029-704f-a57d1ec935b0@landley.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1481124593 13774 195.159.176.226 (7 Dec 2016 15:29:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 7 Dec 2016 15:29:53 +0000 (UTC) User-Agent: Mutt/1.6.0 (2016-04-01) To: musl@lists.openwall.com Original-X-From: musl-return-10784-gllmg-musl=m.gmane.org@lists.openwall.com Wed Dec 07 16:29:48 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1cEeAG-0002ty-5k for gllmg-musl@m.gmane.org; Wed, 07 Dec 2016 16:29:48 +0100 Original-Received: (qmail 17548 invoked by uid 550); 7 Dec 2016 15:29:49 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 17526 invoked from network); 7 Dec 2016 15:29:48 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <04e5a294-719e-8029-704f-a57d1ec935b0@landley.net> Xref: news.gmane.org gmane.linux.lib.musl.general:10771 Archived-At: * Rob Landley [2016-12-06 23:52:29 -0600]: > Anyway, is there any interest in this? (Lemme rephrase that: the > _industry_ is screaming for this, is there any interest on the part of > musl?) I can try to hack something together from the old patch if so. > (Or somebody who knows the arm instruction set better can do more than > just "make the compile errors go away" :) i think musl is interested in the asm fixes. fdpic arm is interesting too but it would be better if there was an abi spec (so there is no toolchain compatibility issue). i'm not sure if linux on cortex-m is really what the industry wants.. i'd assume more cortex-m users would want musl on baremetal or on custom rtos.