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.
Part Number: TMS320C6713
Tool/software: Code Composer Studio
I am not pulling in the correct header definitions because the __cplusplus precompile flag is turned on. I'm using CCS Version: 6.2.0.00050
I see there is some discussion of this here - "CCS 6.1.0.00104 indexer fails to parse some C typedefs when __cplusplus defined"
I'm using TI v7.4.20, How do I get pass this problem, do I need modify the CMake system? If so can someone advise me on how to do that?
Thanks,
Fred
The TI compiler predefines the symbol __cplusplus only when C++ code is being compiled. The primary way this occurs is when the file extension is .cpp. There are other, less common, ways to tell the compiler a source file contains C++ code. These methods are described in the C6000 compiler manual. See the sections titled Specifying Filenames, Changing How the Compiler Interprets Filenames, and Changing How the Compiler Interprets and Names Extensions.
Do you have a case where, under yet other conditions, the compiler predefines the symbol __cplusplus? If so, please describe the circumstances in detail. What is the extension of the source file? Show all of the build options, exactly as the compiler sees them.
Thanks and regards,
-George