This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiling opencv usecase on A72

Hi TI,

I have recently Cross Compiled the opencv with the gcc-arm-8.3 and it compiled successfully. I created the usecase in the basic demos with makefile as follows:

main11.cpp:

When I compile it, it generates the following errors:

It seems that the libararies are not properly linked, however, i have checked with the variables defined in the makefile which seems to be correctly added. The usecase works fine with simply defining the cv::mat, however, when the imread and other functions are added it generates these errors.