A few people have been having problems with this recently
could I ask what version of crossdev you are using I just checked a new build and I've hit the same problem
On Friday 17 November 2006 16:35, Corey wrote:
> scanner gentoo # ./bin/bash --version
> GNU bash, version 3.1.17(1)-release (i686-pc-linux-gnu)
> Copyright (C) 2005 Free Software Foundation, Inc.
> scanner gentoo # chroot /mnt/gentoo/ /bin/bash
> chroot: cannot run command `/bin/bash': No such file or directory
assuming / is glibc and /mnt/gentoo is uclibc, this looks like the bin/bash is
incorrectly linked against glibc
try running `readelf -d bin/bash` and make sure it is linked against uClibc
libs
-mike