Tool/software: Code Composer Studio
E2E Support,
Several weeks ago the "Add File" entry in the CCS project context menu disappeared. I have attached a screen print of the project context menu at the end of this message. It was not apparent how to link a file to the project. I can move a file to the project through the file system but this means that I now have files in multiple directories. As a teacher, I know that this will lead to future problems. Adding a file via the link is preferable. After thinking about the project I contacted support. Support recommended reinstallation of CCS. I performed a fresh CCS install, however, the context menu did not reappear.
I decided that the details about the project must be in files in the project directory. I looked in the project "dot" files: .ccsproject, .cproject, .launches, .project, .settings. I "grep"-ed these files for the link keyword and found the link tag inside the .project file.
<link>
<name>LaunchPad.c</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/inc/LaunchPad.c</locationURI>
</link>
As a workaround, I used this entry as a prototype to add lines to the .project file to add a file link to the project.
- Is there a way to link files through the context menu or another menu rather than the workaround that I found?
- Is there documentation on the contents of the ".project" file and the other "dot" files?
Thank you for your assistance
Chad Baker
Professor Emeritus
Christian Brothers University
Electrical and Computer Engineering
650 East Parkway South
Memphis, TN 38104
Email: cmbaker@cbu.edu
Desk: (901)321-3440
FAX: (901)321-3402