I am trying to compile OpenCV libraries with TBB support for odroid U2 (with quad core ARM Cortex-A9 MPCore processor). I have no problem compiling the current OpenCV (from github) without TBB. And also I have no problems compiling TBB libs fron sources - tbb41_20130116oss_src.tgz , and I successfully created the TBB libraries:
root@odroid :~/src/tbb41_20130116oss/build/linux_armv7l_gcc_cc4.6_libc2.15_kernel3.0.63_release
I can compile my own program using g ++ using these TBB libraries, but I cannot configure OpenCV to view these TBB libraries:
root@odroid :~/src/work/opencv/release
Could you explain how can I do this? Thanks!
source share