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.

CCSv4 Active Build Configuration

Hi Arati/Ki,

We store command, batch and executive files in respective directories of Active Build Configuration. We use these files to further process the CCS output. Is there a setting I can set to tell CCSv4 that do not delete the existing files in the Active Build Configuration directory?

Right now, it is deleting all command, batch and executive files in respective directories of Active Build Configuration.

Thanks,

SV

  • Currently there is no way to instruct CCS to not delete everything in that folder (this is actually an issue that we inherited from Eclipse). I have filed a bug to address this: SDSCM00035474. 

    Thanks

    ki

  • Hi

    I don't know if this helps, but through trial and error I discovered that at a minimum, these files are required in order to build an executable from an image from your backup repository (SVN, or clearcase for example)

    Also, this is for a non BIOS ccsv4 project.

    • .settings folder and its  contents
    • .ccsproject
    • .cdtbuild
    • .cdtproject
    • .project
    • *.cmd
    • macros.ini
    • and you c files

    I have yet to figure out the minmium required for ccsv4 BIOS projects.

    Cheers

     

     

  • Thanks Eddie.