Hello
I work with TMS320C6657 EVM, with CCS5.4, SYS/BIOS 6.35 and c6000_7.4.2 compiler.
I want to use STL, C++ Standard Template Library (map,vector, etc..).
Is the compiler supports STL?
I found the file "stl.h" in the compiler include library, but if I include it in my project this causes a lot of errors (like identifier "const_iterator" in undefined).
Thank you
Yossi Regev