I just got a recent compiler update in my CCS for the TI compiler 4.3.7 which apparently corrects bug in the version 4.4.2 ???
I am a bit lost here ....
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.
I just got a recent compiler update in my CCS for the TI compiler 4.3.7 which apparently corrects bug in the version 4.4.2 ???
I am a bit lost here ....
To start with, please see this wiki article to understand the differences between versions of the compiler.
Jean michel LECONTE1 said:1) Do I have to conclude that 'cgt' is a different branch of the compiler ?
No. The "ti-cgt-" prefix was added to the directories for those who install the compiler outside of CCS. This prefix makes it more clear what the directory contains. "cgt" stands for code generation tools.
Jean michel LECONTE1 said:2) which branch should I use ? (I am currently running 4.4.3 'cgt')
You should probably stay with 4.4.3. The trade-off is between stability and new features. In this case, the 4.3.x release stream has been in the field longer than 4.4.x, and thus is more stable. So, if you don't need any of the new features that 4.4.x provides which 4.3.x does not, you may prefer to use 4.3.x. All other things being equal, you want the last digit in the version number to be as high as possible.
Jean michel LECONTE1 said:4) www.ti.com.cn/.../slau132j.pdf is about the compiler v4.4 . Does that mean that the cgt branch is the right one ?
It only means that book describes the 4.4.x releases.
Thanks and regards,
-George