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.

CCS/TM4C1294NCPDT: Compilation tools for TI-RTOS projects

Part Number: TM4C1294NCPDT

Tool/software: Code Composer Studio

I thought I was doing a good thing, by upgrading my compiler to ti-cgt-arm_18.1.3.LTS from the old compiler I was using....

This project is based on TI_RTOS (version is pretty old, but is the newest for the arm 2.16.1.14, which to me seems pretty old.

With the version 18 compiler, when I try to build my project, I get hundreds of errors about things being redefined (between the 18 compiler, and the NDK kit).

What's the latest VALID compiler I can use with TI-RTOS, or is there a newer version for the TM4C1294 chip?

  • Hi David,
    This thread regarding compatibility between the different versions of the tools and software packages is best answered by the device experts. I will move the thread and bring it to the attention of the device experts

    Thanks
    ki
  • Hi David,

    There was some changes in the 18 series that caused issues (as you are seeing). I'd try sticking to the 17 series if you want to move to a newer compiler. Note: you might get some warnings "warning #112-D: statement is unreachable". This are not a problem (yes...I know they are annoying though). The compiler tightened up some checking so in the generated TI-RTOS code, the compiler basically sees two returns in a row when optimization is enabled.

    Todd