Re: polystrap /lib/ld-linux.so.3: No such file or directory
Johannes Schauer <[email protected]>
| Newsgroups | gmane.linux.debian.devel.embedded |
|---|---|
| Message-ID | <20110625174016.GA10039@hoothoot> |
Hi, On Sat, Jun 25, 2011 at 01:38:13PM +0200, Geert Stappers wrote: > On Thu, Jun 23, 2011 at 09:51:13AM +0200, Johannes Schauer wrote, > > Use this to produce a directory tree of shared libraries you put in > > /etc/qemu-binfmt/arm/. > I still understand that, could it be elaborated? What needs to be in > /etc/qemu-binfmt/arm/ on the build host? How to achieve that? I was supplying a multistrap config. You need to run multistrap like this: multistrap -a armel -d ./binfmtroot -f multistrap.conf when multistrap is done, copy the root over to /etc/qemu-binfmt/arm/ sudo rm -rf /etc/qemu-binfmt/arm sudo cp -r ./binfmtroot /etc/qemu-binfmt/arm > How should I read that to get a working polystrap? > (Is "multiarch" another way to reach the same goal?) multiarch will allow you to `apt-get install` armel shared libraries even if your host is not armel. cheers, josch