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.

66AK2H14: libOpenMPAcc.so.1 Not found when executing OpenMP ACC application

Part Number: 66AK2H14


Hi,

I just tried an OpenMP ACC example application on evmK2H, which it is bounded in the latest ProcSDK (Release 03.02.00).

I built OpenMP ACC examples with the following instructions:

cd <proc sdk top>
make openmpacc-examples_clean
make openmpacc-examples
make openmpacc-examples_install DESTDIR=<my nfs filesystem>

After booting linux on the target board (evmK2H), I executed the following command on the target.

cd /usr/share/ti/examples/openmpacc/printf_debug
./printf_debug

Then, I saw the following error:

./printf_debug: error while loading shared libraries: libOpenMPAcc.so.1: cannot open shared object file: No such file or directory

The same error is found on e2e. It looks like a verified answer, but here I could not find the exact answers about missing shared library.

Do you have any suggestions on this problem ?

Best Regards,
Naoki