From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2134 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Loader for musl on ARM Date: Wed, 17 Oct 2012 02:55:30 -0400 Message-ID: <20121017065530.GA254@brightrain.aerifal.cx> References: <20121017062645.GZ254@brightrain.aerifal.cx> 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 1350457501 17954 80.91.229.3 (17 Oct 2012 07:05:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Oct 2012 07:05:01 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2135-gllmg-musl=m.gmane.org@lists.openwall.com Wed Oct 17 09:05:09 2012 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 1TONgg-0000x2-NB for gllmg-musl@plane.gmane.org; Wed, 17 Oct 2012 09:05:06 +0200 Original-Received: (qmail 5977 invoked by uid 550); 17 Oct 2012 07:04:18 -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 5924 invoked from network); 17 Oct 2012 07:04:11 -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:2134 Archived-At: On Wed, Oct 17, 2012 at 03:00:39PM +0800, Brian Wang wrote: > > You should have a symlink named /lib/ld-musl-$ARCH.so.1 (replace $ARCH > > with i386, x86_64, arm, or mips) pointing to libc.so in order to be > > able to run dynamic-linked programs. > > I could not find one (ld-*so*) within the toolchain installation > directory or the build directory. > What should I do to get this file? > > Thank you. It's not a separate file, it's just a symlink to libc.so. Rich