Working with third party libraries

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Working with third party libraries

801件の閲覧回数
chandraevolute
Contributor V

Yuri
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 ??

0 件の賞賛
返信
1 返信

739件の閲覧回数
Yuri
NXP Employee
NXP Employee

Hello,

  Please try the following :

$ file ./Example

and

$ ldd ./Example

and let me look at the log.

Have a great day,
Yuri

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

0 件の賞賛
返信