On 2005-04-13 at 20:25:36 Martin Rolsted Jensen wrote: > root@triton1:/usr/sbin# hciattach > hciattach: error while loading shared libraries: libgcc_s.so.1: cannot open > shared object file: > No such file or directory This is normal when you are using shared libraries; most of them need the shared libgcc library, libgcc_s.so. You should be able to find it in your toolchain directory. For example, if you have arm-linux-gcc, it should be somewhere in $toolchain_dir/arm-linux/lib. You should add it to your embedded filesystem, and don't forget to run ldconfig afterwards!