Tool/software: TI C/C++ Compiler
I am building a clean and relatively simple C2000 project with the cgtools v16.9.1.LTS. I am getting the following remark:
remark #24038-D: --buffer_diagnostics is deprecated and will be removed in a subsequent release. The default behavior is to line buffer diagnostics.
Thing is, I never set a --buffer_diagnostics option, and I do not see this option documented in the compiler guide, ASM tools guide, or compiler release notes.
So the question is, why am I getting this remark, and what is going to happen when the option is removed (in other words, why is the project apparently issuing this option to the linker?).
Thanks and regards,
David