Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

TBB does compile within OpenCV under MinGW

Igor_S_2
Beginner
619 Views

Hello,

been trying to compile TBB and here is what i get:

How to correct this?

0 Kudos
4 Replies
Vladimir_P_1234567890
619 Views

hello, what compiler version is used?

0 Kudos
Igor_S_2
Beginner
619 Views

well, i am not sure, im not familiar with C++ compiling, the sequence was the following:

1. downloaded OpenCV

2. Downloaded CMake

3. Downloaded TBB

4. Run CMake

5.Choose MinGW compiler amount others, it was only one choice, as on picture:

6. Choose the OpenCV project, add WITH_TBB flag and BUILD_TBB flag

7. Generated and ran mingw32-make

i just need to run few of OpenCV applications with TBB support

0 Kudos
Vladimir_P_1234567890
619 Views

could you run 'gcc -v' instead of 'mingw32-make' to get gcc version?

thanks
--Vladimir 

0 Kudos
Igor_S_2
Beginner
619 Views

4.7.2

0 Kudos
Reply