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
I'm currently using standard include guards when compiling software projects for C66x DSPs. Using the "#pragma once" directive seems to work as expected, yet I see no documentation of it in section 7.9 of the C6000 Compiler User's Guide. Is there a reason behind this omission? I'd rather not use a directive that isn't officially supported by TI.
The directive #pragma once is officially supported. Please see this forum thread. Issue CODEGEN-1678 has been filed to have the manual updated.
Thanks and regards,
-George