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.

How to build RTSC configuration file(.cfg) seperately?

Other Parts Discussed in Thread: SYSBIOS

Hi all,

In CCS3.3, we can seperately compile tcf file and source code. But in CCS4, can we build RTSC configuration file(.cfg) seperately? Each time I just want to build .cfg file, the only way is to build the whole project and this takes long time. Anyone know if I can do it? For the source code, there is an command to build the specific source code file. Thanks.

  • Hi,

    Unfortunately to date here is no way to build the .cfg file separately from the CCSv4 IDE. This feature was added to CCSv5.0.x.

    Regards,

    Rafael

  • To add to Rafaels' reply, a different way of handling this would be to create a separate project for the SYSBIOS configuration, and then have the main project (or several proejcts) reference the config project. This will allow you to build the config project separately and can help save on build times. There is an example of this within the SYSBIOS Project Templates called "Task Example (separate config project)" when you go through the New Project wizard.