|
Message-ID: <CAPW=hRSjsbRwMdMgv3fO5NdBkLPWtAwpzWFcZNTe7FfZM_y3SA@mail.gmail.com> Date: Wed, 17 Oct 2012 15:00:39 +0800 From: Brian Wang <brian.wang.0721@...il.com> To: musl@...ts.openwall.com Subject: Re: Loader for musl on ARM On Wed, Oct 17, 2012 at 2:26 PM, Rich Felker <dalias@...ifal.cx> wrote: > 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. 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. Brian > > Rich -- brian ------------------ Cool-Karaoke - The smallest recording studio, in your palm, open-sourced http://cool-idea.com.tw/ iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe
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.