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.
Tool/software: TI C/C++ Compiler
Codegen Team,
I was curious if the __FILE__ and __LINE__ macros were supported with the C2000 tools. It looks like they are as the compiler isn't complaining when I include them in my application, but I don't see any mention of them in the users guide. Am I just not looking in the right place? Or are they missing from the documentation?
Best,
Trey
If it conforms to the C standard, they have to be defined. I assume the manual figures that since they are required, they don't need to mention them.