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.