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.

Making a Code Composer Project Self Contained

Greetings! 

I'm working to get my current code composer 6 project set up such that the setup time from cloning the git is very short. 

A number of files are linked to the project (have the small arrow in the bottom right hand corner of the file's logo), Is there a quick/easy way to copy them into the project directory such that CC6 will find it easily after I remove the link?

Are there any other key files that must be included in the CCS directory to facilitate building after a git clone ?

Thanks in advance,

-Amanda

  • Amanda Lind said:
    Is there a quick/easy way to copy them into the project directory such that CC6 will find it easily after I remove the link?

    Files can be "copied" into a CCS project by copy/paste from their original location in the file system. 
    http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS#Adding_or_linking_source_files_and_folders_to_project

    If you are asking for a way to "convert" existing files that are "linked" to a project to being "copied", there is no easy way to do that. You would need to delete the linked resources and copy them in again.

    Amanda Lind said:
    Are there any other key files that must be included in the CCS directory to facilitate building after a git clone ?

    In addition to the project metadata files, all files required to build the project (source files, linker files etc) need to be "found and accessible", whether they are physically in the project folder or elsewhere