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.

RTOS/TDA2: How CCS uses c++ to compile

Part Number: TDA2

Tool/software: TI-RTOS

1、Using CCS8.2, create a new opencv project on the A15 module. When compiling, the following error occurs. How to solve it?

C:/ti/ti_components/open_compute/opencv/opencv-3.1.0/include/opencv2/core/base.hpp:49:4: error: #error base.hpp header must be compiled as C++
 #  error base.hpp header must be compiled as C+

2、Whether the opencv library can be used in the dsp module creation project, can provide the routines that opencv uses on dsp。