Part Number: CCSTUDIO
Other Parts Discussed in Thread: TMS320F280037
I cannot find the option to switch from ELF to COFF output format in CCS 20.3. I'm sure Im opverlooking it but could use some help.
Thanks
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.
Part Number: CCSTUDIO
Other Parts Discussed in Thread: TMS320F280037
I cannot find the option to switch from ELF to COFF output format in CCS 20.3. I'm sure Im opverlooking it but could use some help.
Thanks
It is a known issue with CCS 20.x. The option to switch the output type is not exposed.
Tracking link: https://sir.ext.ti.com/jira/browse/EXT_EP-12702
Thanks
ki
You can try changing the below flag to "coffabi" instead of "eabi"

This would change the compilation option for COFF. But note that there may be other manual changes you may need to consider such as making sure the proper rts lib and other object files linked in. This not really a supported way to change the file type but you can try experimenting with it.
Thanks
ki