shared library issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

shared library issue

325 Views
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 Kudos
1 Reply

309 Views
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 Kudos