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.

Does c6run support COFF format in DM8168 ezsdk?

Other Parts Discussed in Thread: OMAP3530

Hi all,

I got a aer-aec c674x dsp library from TI (http://focus.ti.com/docs/toolsw/folders/print/telecomlib.html#supportandcommunity), and I try to use c6runlib to build a arm-size callable aec dsp library.

After trying, I got a "undefined symbol" error due to the aer-aec c674x dsp library  is COFF format. Then I try to modify the cl6x compiler flag without "--abi=eabi" in c6run_0_97_03_03/platforms/TI816x/platform.mak, and compile it again, it occurs some errors as follows:

error #10016-D: --retain=*(xdc.meta) not supported when producing TI-COFF
   output files
error #10016-D: --dynamic=exe not supported when producing TI-COFF output
   files
error #10016-D: --retain=*(xdc.meta) not supported when producing TI-COFF
   output files
fatal error #10011: cannot continue with specified options; aborting

Does c6run support COFF format in DM8168 ezsdk_5_01_01_80?

Thank You!