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.

rts6740.lib file

Other Parts Discussed in Thread: TMDSLCDK138

I am working with CCS v6.1. Where do I find rts6740.lib and how to download?

  • RTS support libraries like rts6740.lib are part of the compiler package.  They are not downloaded separately.  They are located in a directory location similar to ...

    C:\ti\ccsv6\tools\compiler\ti-cgt-c6000_8.0.3\lib

    Thanks and regards,

    -George

  • Hello George,

    Jai said that he was unable to reply to the post with some additional questions so I am relaying them below.

    Regarding the above issue, he resolved it by recopying the 6740_elf.lib as rts6740.lib.

    He said that when he attempts to compile that the complier provides an error saying that it is unable to locate the “_codac_isr” symbol.

    He would also like to know how to set the clock rate of the TMDSLCDK138 in CCS 6.1; he was able to locate examples for CCS 5.5 but not 6.1.

    In regards to example files, he said he was not able to locate any for the TMDSLCDK138 in CCS 6.1 and would like to know where he can obtain them from.

    If possible, please point out the files he needs to download for the TMDSLCDK138.

    I had previously directed him to the http://rt-dsp.com/ companion website for the Welch, Wright, and Morrow book which uses the new LCDK. However he said he attempted to follow the directions on there but is running into these errors.

    Thank you so much for your assistance on this.

    Regards,
    John Gracia
  • J Thanks said:
    he resolved it by recopying the 6740_elf.lib as rts6740.lib

    I recommend against doing that.  The names of the RTS libraries are special.  rts6740_elf.lib is the EABI library, and rts6740.lib is supposed to be the COFF version.  Most likely, the project refers to rts6740.lib directly; it should instead refer to libc.a