From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6283 Path: news.gmane.org!not-for-mail From: Andrew Bradford Newsgroups: gmane.linux.lib.musl.general Subject: Re: libgcc errors Date: Thu, 09 Oct 2014 08:13:42 -0400 Message-ID: <54367BF6.80203@bradfordembedded.com> References: <20141007195156.GV21835@port70.net> <5434704E.8080504@sholland.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1412856847 30235 80.91.229.3 (9 Oct 2014 12:14:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2014 12:14:07 +0000 (UTC) Cc: musl@lists.openwall.com To: samuel@sholland.net Original-X-From: musl-return-6296-gllmg-musl=m.gmane.org@lists.openwall.com Thu Oct 09 14:14:03 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 1XcCbb-0003jR-6O for gllmg-musl@plane.gmane.org; Thu, 09 Oct 2014 14:14:03 +0200 Original-Received: (qmail 7866 invoked by uid 550); 9 Oct 2014 12:14:02 -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 7858 invoked from network); 9 Oct 2014 12:14:02 -0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= bradfordembedded.com; h=x-sasl-enc:message-id:date:from :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; s=mesmtp; bh=HDhWJMugA5K10sbgTJkQpXO uIu0=; b=k6bVZ6aKBvsBnaT/LkySvYGG8FBCxuzR0+slQo5Yhw36u+p8OBYERVr +VUfInMuinDRGtKFhESKZWVsb7vFAGMwE1eIdI5FPrxj/SrkYNu1Ei7AH1yAQeEe 0iV//vXOp7hO31kj4lp92C6DfOZX01A3aZD0H3W2+ZP9049L6qRQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:message-id:date:from :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=HDhWJMugA5K10sbgTJkQpX OuIu0=; b=u6C7aR5x2n/ks2isKnsnS9+vqjDsmAQhpWd+ldBIUWb/dT9oC7c3O5 QqJB1y7gAHEcvzcgT1sNSIi0C3CeddLr0Ll09P9FKuJLVcteGhzB6nb9WAr6nbQD IdXRpLAStJBi8eNqUvDh8WTAL9PuxIrcZo5n15IJxXI4ABEABDR7M= X-Sasl-enc: fJS/mnit/6fjhg4901V+4kkodpxQ2/2haUhP+b7ge/Vp 1412856829 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.8.1 In-Reply-To: <5434704E.8080504@sholland.net> Xref: news.gmane.org gmane.linux.lib.musl.general:6283 Archived-At: Hi Samuel, On 10/07/2014 06:59 PM, Samuel Holland wrote: > On 10/07/2014 04:32 PM, Stephen Turner wrote: >> I apologize for my lack of experience with building toolchains. if >> there is a known good tutorial for this i will gladly ref it however >> the best i have found is lfs embedded which i am currently using (and >> not working). > > Embedded/Cross LFS make things much more complicated than you need. You > can use the main LFS instructions to generate a native complier, > applying these modifications: Could you please provide more info on why you think the embedded Cross LFS way [1] is more complicated than is needed? How could it be made more simple? I'm happy to take suggestions for improvement. [1]:http://cross-lfs.org/view/clfs-embedded/arm/ For the most part the toolchain building portion of embedded CLFS follows Gregor's musl-cross. Thanks, Andrew