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.

automate multiple build using CCS5.1 for c6657

Other Parts Discussed in Thread: CCSTUDIO

We need to build several images (total 3 or 4) using CCS5.1 for C6657. For each build, we need to run pre-build command as well as post-build commands. Each build is to generate an independent .out file.

Is there a way for me to automate it within CCS5.1 itself, so that I can do the whole build process in a script? I tried gel files, but could not find anything which can start a build.

Is there another way to do it?

thanks

Weichun

  • Weichun,

    Maybe the quick tutorial Multicore debug launch made easy of this wiki page may have what you are looking for, as it shows how a project with multiple build configurations that can be fully customized (including pre and post build steps). If you plan to script the build process, it is possible to use the tips at this page and simply select each build configuration as a parameter to the com.ti.ccstudio.apps.projectBuild API.

    Hope this helps,

    Rafael