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.
Hello,
I use TMS470 C/C++ Compiler v4.6.1 with CCS v4.1.1
Do you know where to find a user manual for this compiler. I would also like to know where I can find a document describing the syntax of the link command file and the make file (it's gmake right?).
/Jonas
The TMS470 Compiler Users Guide is availabe here. The document describing the syntax for linker command file is available in the Assembly Language Tools Users Guide. The make utility used in CCS is gmake and a search on the internet can get you general help on gmake and makefiles.
That is the guide for the new versions. If the interface is compatible, it is fine. The document mentions "armcl" and so forth, but in fact, I have "cl470" for the ARM toolchain for the old versions v4. It seems that for the v5, the binary was renamed.
Yes the binaries in the compiler toolset for ARM have been renamed but the Users Guide is still applicable. There may be new features/options specific to compiler v5.0.x added to the Users Guide which may not apply to older versions, but otherwise the general concepts will apply. The readme that accompanies the v5.0.x compiler tools contains a summary of new features in 5.0.x.