shared library issue

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

shared library issue

1,302 次查看
nalli
Contributor I

I'm using imx8m mini hardaware,if i want to run cross compiled opencv program in imx8m mini, i got error like libopencv_ts.so shared library can't open.could you please help me to solve this error.can you exaplain how exactly cross compile opencv program to imx 8m mini.

0 项奖励
回复
1 回复

1,286 次查看
Harvey021
NXP TechSupport
NXP TechSupport

Hi @nalli 

You need to check if there is libopencv_ts.so in your toolchain. 

If there is no such lib. you can add the line (IMAGE_INSTALL:append = " opencv-apps opencv-samples python3-opencv ") to conf/local.conf and follow up the 4.5.12 How to build U-Boot and Kernel in standalone environment in i.MX Linux User's Guide to setup and install SDK. 

 

Best regards

Harvey

0 项奖励
回复