From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3809 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: Embedded distro Date: Sat, 03 Aug 2013 22:28:31 +0200 Message-ID: <51FD67EF.6080205@barfooze.de> References: <51FD2D8A.5060402@mybluelight.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1375562068 30094 80.91.229.3 (3 Aug 2013 20:34:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Aug 2013 20:34:28 +0000 (UTC) Cc: Kirk Terrell To: musl@lists.openwall.com Original-X-From: musl-return-3813-gllmg-musl=m.gmane.org@lists.openwall.com Sat Aug 03 22:34:30 2013 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 1V5iWy-00078z-MS for gllmg-musl@plane.gmane.org; Sat, 03 Aug 2013 22:34:28 +0200 Original-Received: (qmail 21993 invoked by uid 550); 3 Aug 2013 20:34:28 -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 21985 invoked from network); 3 Aug 2013 20:34:28 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: <51FD2D8A.5060402@mybluelight.com> Xref: news.gmane.org gmane.linux.lib.musl.general:3809 Archived-At: On 08/03/2013 06:19 PM, Kirk Terrell wrote: > Good morning, > > I've been working on a distro that is a fork from the CLFS Embedded > project that uses musl libc in place of libc. I've managed to boot an > emulated Vexpress-a9 target using the instructions at > http://kanj.github.io/elfs/book/armMusl/index.html. looking at http://kanj.github.io/elfs/book/armMusl/materials/packages.html it mentions uclibc, but not musl. is there a specific reason you use ancient busybox and kernel ? using busybox 1.20.2 with the patches used by sabotage[1] would at least give you a completely working sed that can be used to build anything that depends on sed without having to install gnu's. [1] https://github.com/rofl0r/sabotage/tree/master/KEEP