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.

Compiler/TMS570LC4357: Recommended SW Tools version for the TMS570LC4

Part Number: TMS570LC4357

Tool/software: TI C/C++ Compiler

Hi,

We are currently coding for the TMS570LC4 using CCS 5.5 with :

-TI V5.2.4 compiler

- Runtime library rtsv7R4_T_be_v3D16_eabi.lib  

- Free RTOS V9.0.0

Is there know issues with using those versions(bug or performance issues) ?

Where could I find a list of all the SW versions we should use for the TMS570LC4 ? Should we upgrade to CCS 6 ?

Regards,

Charles

  • Charles Obry said:
    Is there know issues with using those versions(bug or performance issues) ?

    For that information, see the Open Defects and Closed Defects information about the latest 5.2.x version of the ARM compiler on this compiler download page.  

    Charles Obry said:
    Where could I find a list of all the SW versions we should use for the TMS570LC4 ?

    That same page shows more recent compiler versions for you to consider.  For help in choosing among them, please see the article Compiler Version Numbers and What They Mean.

    Thanks and regards,

    -George

  • Hi George,

    Thank you for the quick answer and for the links.

    Just a few small questions:

    I did'nt see information on the difference between CCS5.5 vs CCS6.0 and CCS 7.0. What is the advantage of changing to a newer.
    (One important point for me would be the JTAG and debug performance and stability.)

    Also, I would like detailed information about Runtime library rtsv7R4_T_be_v3D16_eabi.lib where could I find this ?

    Does a version for the TMS570LC43 which uses a ARM "R5F" exist ?

    Thanks and regards,
    Charles
  • Charles Obry said:
    I did'nt see information on the difference between CCS5.5 vs CCS6.0 and CCS 7.0.

    This forum is about TI compilers, and not CCS.  Thus, I lack the expertise to answer this question.  Have a look at the CCS Getting Started videos in the CCS Youtube channel link in my signature.  If that doesn't answer your question, then I recommend you start a new thread in the CCS forum.

    Charles Obry said:
    I would like detailed information about Runtime library rtsv7R4_T_be_v3D16_eabi.lib where could I find this ?

    The compiler RTS library contains startup routines, and standard C functions like strcpy.  It is described in the ARM compiler manual.

    Thanks and regards,

    -George