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.

Convert a CCSv5 RTSC project to a CCS project that references a shared RTSC config project

Hello All,

I've number of CCSv5 projects that each use RTSC and SYS/BIOS. I've now had to create a library which is used by these projects. This library also uses RTSC and SYS/BIOS.

I've struggled along for a while with each of these projects (including the library one) having their own RTSC config file.

After more documentation reading, I've discovered that I should have, when I originally created these projects, specified that they be CCS projects and that I should also have created an "RTSC configuration" project which was shared by these CCS projects.

So, is there an easy (or hard) way to convert these existing RTSC projects back to CCS ones ?

Regards,

Graham.

 

  • Graham,

    I haven't created a RTSC library project in CCS, however I found the forum thread below that has some good tips on how to do this. Check the details at:

    http://e2e.ti.com/support/embedded/f/355/p/101656/359035.aspx#359035

    The Project wizard of CCSv5 contains templates to create a project with a separate RTSC configuration.

    Hope this helps,

    Rafael

  • Rafael,

    Thanks for the info. I think what you are trying to say is that no, I can't convert an RTSC project back into a CCS one. I guess the obvious answer is to just get on with it and delete the project and then add the files back into a new CCS project ...

    I'll give your solution a try one Friday afternoon.

    Regards,

    Graham.

     

  • I have the same problem, a project that was split into libraries and needs to use the same SYS/BIOS configuration, tried to add dependency into each to the common configuration file but building each project still complains about

    "Buildfile generation error occurred..

    This project does not contain a buildable RTSC Configuration (.cfg) file. In order for it to build, this project must contain one RTSC Configuration file that is not excluded from build.
    Build stopped.."
    Any ideas? Thank you in advance.