I want to use C++ STL in CCS3.3. But I couldn't compile the *.cpp file with STL successfully.
Could anyone please tell me how to compile?
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.
My guess is you have an older compiler which does not support STL. This WIki article shows which compiler versions support STL http://tiexpressdsp.com/index.php/Overview_of_C%2B%2B_Support_in_TI_Compilers .
Thanks and regards,
-George