All,
Could someone confirm if the COFF file format is supported for C64x+ builds ? (specified through compiler option --symdebug:coff)
Thanks,
Vikram.
Signalogic,Inc.
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.
All,
Could someone confirm if the COFF file format is supported for C64x+ builds ? (specified through compiler option --symdebug:coff)
Thanks,
Vikram.
Signalogic,Inc.
Yes, COFF is supported for C64x+. No, you don't control it by using --symdebug:coff. By default, the compiler creates COFF object code and executables containing DWARF debugging information. Using the option --symdebug:coff changes that to COFF/STABS debugging information. You should avoid using --symdebug:coff unless you have a specific need for COFF/STABS debugging information.