Cross compiling OpenCV

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

Cross compiling OpenCV

669 Views
alaam
Contributor I

I cross compiled OpenCV following this guide and compiled this simple program for arm. I copied the compiled files to the board (libs to `/lib` and binaries to root).

When I run the program I get an error:

./DisplayImage: error while loading shared libraries: /lib/libopencv_highgui.so.3.1: internal error

Are there any additional configurations I need to set in compiling OpenCV for it to work on IMX6 board?

Thank you

Tags (2)
0 Kudos
1 Reply

378 Views
CarlosCasillas
NXP Employee
NXP Employee

Hi Alaa,

The following Community document seems to be helpful for you:
Setting Up OpenCV in i.MX6 Based Boards 

Hope this will be useful for you.
Best regards!
/Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos