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.

Compiler/TMS320C6727: CCS3.3 C++ iostream not found for C6727

Part Number: TMS320C6727

Tool/software: TI C/C++ Compiler

Hello,

I am trying to write a C++ project for the C6727 on CCS3.3 using compiler v6.0.8. I am trying to print information to STDOUT and would like to use the std::cout function and strings that would be found in the iostream library, but it does not appear to be included in the version. Is there any solution for printing in C++ or using the iostream that I am missing?

When I attempt to include <iostream> I get the following error: "fatal error: could not open source file "iostream""

Thank you,

Vincent Galbo