Using third party Libraries

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Using third party Libraries

939 次查看
chandraevolute
Contributor V


Hi ,

I am using third part source files, cross compiling them and generating the shared library.

I am using imx6ulevk, poky version 1.8. I am able to generate the shared libraries.

And i wrote a sample application using the shared library and crosscompiled and generated the executable.

When I am trying to run the executable say

./Example it is giving a error like libMso.so cannot be opened . File is missing.

I copied the libraries to /usr/lib/ still the error comes.

Do i need to build the RFS again by copying these libraries ??

标签 (3)
0 项奖励
回复
1 回复

877 次查看
igorpadykov
NXP Employee
NXP Employee

Hi chandra

libraries may be compiled with different toolchain, so

indeed there may be necessary to build the RFS again.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复