Part Number: TMS320F28027
Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hi, I'm using F28027 launchpad and CCS7.2 to do some test under the guidance of CCS5 workshop for C2000.
One part of the workshop is about creating portable project. It creates a Linked Resource Path Variable: controlSUITE = C:\ti\controlSUITE, and then link the source file relative to the Linked Resource Path Variable. If the project is copied to another computer, it can search the source file according to the location.
1. But that only applies to the case where the source file location on two computers are the same, otherwise it cannot locate the source file. But if it's the case, there is no meaning to use relative path other than the absolute path.
2. what's version control, I've never checked .cproject, .project, .ccsproject file before because I cannot open these files, what should I check about these files?