I have an example named vecadd on processor-sdk-linux:
/opt/ti/ti-processor-sdk-linux-k2l-evm-03.00.00.04/targetNFS/usr/share/ti/examples/openmpacc/vecadd
Compile was successful. How I can execute it on EVM? If i transfer the file vecadd only, it can not be executed, there is an error:
./vecadd: error while loading shared libraries: libOpenMPAcc.so.1: can not open shared object file: No such file or directory
How can i add libOpenMPAcc.so.1? I do not find it in:
/opt/ti/ti-processor-sdk-linux-k2l-evm-03.00.00.04/targetNFS/lib
