错误:bin/osoft: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory
其中osoft为我编译的目标应用程序,我用file osoft看过
ELF 32-bit LSB executable, ARM, version 1 (ARM), for GNU/Linux 2.0.0, dynamically linked (uses shared libs), for GNU/Linux 2.0.0, not stripped
是ARM格式的文件。
我的配置:宿主机:FC5,arm-linux-tools(2.95.3),QTE(3.3.4),编译选项如下:
echo yes | ./configure -embedded arm -xplatform qws/linux-arm-g++ -platform qws/linux-generic-g++ -qvfb -depths 16 -shared
目标机:SBC-2410X系列开发板(友善),目标板的内核是2.4的。
这个错误同坛子里的其它问题不一样的地方是,根本没有提到是在加载什么库时出问题。所以找不到相应的解决办法,望各位朋友相助!
[ 此贴被XChinux在2006-07-17 23:36重新编辑 ]