Tool/software: TI C/C++ Compiler
Hi Folks,
I have installed the CCS 8.2.0.00007 and I have created a new project (AFAIK there is no separated project for C and C++). After that I copied every sources from one of my formal project, set the necessary include path, predefined variables, whatever, but I cannot compile the project.
- I use C++14 language dialect
- I tested the origin project with CCS 7.4, it compiles just fine
- If I open my C++ files (.cpp or .hpp) the intellisense is not highlight C++ keywords, like "class, virtual, etc"
- I have lot's of error, that includes, such as "#include <string>" because file not found for "string" and I can only rework it, if I set file type specifier, however I had not have such a problem with formal CCS versions
Can anybody help me to get my project compillable again?
Regards,
Norbert