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 Ron,
I moved your question to TI's Code Composer Studio Forum.
Have a great day!
Brian
These are the compiler tools installed as part of CCS. When you build a project in CCS, these tools (compiler, linker etc) are invoked. The documents that specifically describe these tools are ARM Compiler Users Guide and ARM Assembly Language Tools Users Guide.
Also this wiki article should be of help in understanding the CCS build process and general flow and where the compiler tools fit in in the overall CCS build flow: http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS
The details are in the Users Guides I referenced in my previous reply.
When a project is built in CCS, it invokes the compiler shell (armcl). The shell internally calls other executables (which are some of the .exes in that directory) during the compile and link process. Some are executables that can be used to post-process the file resulting from a build. Please refer to the Users Guides or more details.