Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 17 Oct 2012 02:26:45 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: Loader for musl on ARM

On Wed, Oct 17, 2012 at 02:16:22PM +0800, Brian Wang wrote:
> Hello all,
> 
> I finally got time to test out musl.
> I have successfully cross compiled my linux kernel and rootfs with a
> musl-based toolchain after some header file problems.
> 
> However, ld-xxx seems to be missing on my target/toolchain.  busybox
> can execute if built with static library, and it doesn't if built
> with libc.so.
> 
> Is there something I did wrong?  I built my cross toolchain with the
> handy scripts at
>   https://bitbucket.org/GregorR/musl-cross

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.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.