This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAP-L137 DSPLINK ./helloDSPgpp: error while loading shared libraries

Other Parts Discussed in Thread: OMAP-L137

I tried to test the OMAP-L137 DSPLINK example refer “http://processors.wiki.ti.com/index.php/Example_application_using_DSP_Link_on_OMAPL1x”, but but not work out, the process as below.

Do you have any suggestion about this issue? Thank you very much!  

Linux Kernel is montavista linux-2.6.18_pro500file system is ramdisk.gz get from “/opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/images/ramdisk.gz of

 

# mount -t nfs -o nolock 192.168.0.127:/home/fish/workdir/filesys /mnt

# cd /mnt/dsplink_test/hellodsp/module/

# ./loadmodules.sh

dsplinkk: no version for "struct_module" found: kernel tainted.

DSPLINK Module (1.61.03) created on Date: Apr 16 2009 Time: 18:37:23

# lsmod

Module                  Size  Used by    Tainted: GF

dsplinkk 188260 0 - Live 0xbf000000

# rm -f /dev/dsplink

# mknod /dev/dsplink c 230 0

# ./helloDSPgpp helloDSP.out 2

./helloDSPgpp: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

# cd lib/

# ls

ld-2.5.90.so            libm.so.6               libresolv-2.5.90.so

ld-linux.so.3           libnsl-2.5.90.so        libresolv.so.2

libblkid.so.1           libnsl.so.1             libthread_db-1.0.so

libblkid.so.1.0         libnss_dns-2.5.90.so    libthread_db.so.1

libc-2.5.90.so          libnss_dns.so.2         libutil-2.5.90.so

libc.so.6               libnss_files-2.5.90.so  libutil.so.1

libcrypt-2.5.90.so      libnss_files.so.2       libuuid.so.1

libcrypt.so.1           libpam.so.0             libuuid.so.1.2

libdl-2.5.90.so         libpam.so.0.79          libwrap.so.0

libdl.so.2              libpam_misc.so.0        libwrap.so.0.7.6

libgcc_s.so             libpam_misc.so.0.79     lsb

libgcc_s.so.1           libpamc.so.0            security

libm-2.5.90.so          libpamc.so.0.79

#