Tool/software: TI C/C++ Compiler
When compiling with --symdebug:coff and C2000 compiler >= 16.9.0, I get the error message #24040-D: --symdebug:coff is no longer supported.
In the existing compiler documentation spru514k (compiler 16.9.0) and also spru514l (compiler 16.12.0), I still see --symdebug:coff listed as valid option.
Since switching to DWARF is no option (we have older tools not recognizing the newer DWARF format), we would like to continue using coff AND newer compiler versions.
Is the documentation wrong?