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.

C64XPLUSCODECS: MP3 decoder - missing static library in COFF format

Part Number: C64XPLUSCODECS
Other Parts Discussed in Thread: TMS320DM6435

Hello Everybody, 

let me introduce myself. I am developer responsible for implementation of MP3 decoder in our products. I am kindly asking you for a help ( linking of static library issue ).

I am trying to use MP3 codec for c64p DSP downloaded from that link

http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C674X_Audio_Codecs/01_00_001/index_FDS.html

but I am unable to link the static library mp3dec_tii_l1l2l3_ELF.l64P. The problem is that the library is in ELF format but our project requires library in COFF format. The COFF format should be provided according to doc file

MP3_L1L2L3_Decoder_C674X_UserGuide.pdf

Chapter 2.4 says

2) Verify that the codec object libraries mp3dec_tii_l1l2l3_COFF.l64P and mp3dec_tii_l1l2l3_ELF.l64P exists in the \Lib sub-directory.

But the mp3dec_tii_l1l2l3_COFF.l64P is missing in the \Lib sub-directory of mp3 decoder.

Is there any way how to get the static library in COFF format? Could you please provide the missing file?

Thank you very much in advance,

Best regards,

Lukas Dibelka