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.

C6748 compiler output format

I am using CCS5.2 with compiler 7.3.7.  Currently the C6713 processor is being used but we are moving to the C6748,  For the C6713 the ouput format was legacy COFF and I am able to select Full Symbolic Debug:COFF deprecated.

When I select the Full Symbolic Debug:COFF with the C6748 I get the following error message for files that compile fine with the C673: "Cannot use STABS debug options with target ISA". Can you explain to me why I get this error?

If I leave the output as Legacy COFF and select Full Symbolic Debug:Dwarf only the errors go away with the C6748. Which output format should I be using? Is there good documentation on the different types of ouput and which I should use. The code will be placed into a FLASH part using the Intel hex format if this matters.