Hi
I tried to put a simple cout statement in my code to print a value of a variable to the console but it wont compile. Is the TI compiler a C++ compiler?
Daniel
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.
Dan S17 said:Is the TI compiler a C++ compiler?
Yes. My guess is the source file has a .c extension. Change that to .cpp, or use the option --cpp_default.
Thanks and regards,
-George