Part Number: TMDX654IDKEVM
Tool/software: Code Composer Studio
Hi there,
I have a very simple question, regarding the sharing of projects and workspaces to different systems, which has cost us an unreasonable amount of time.
What we are trying to attempt, is simply to share a workspace between two different systems so that we can simply export->import->build->load->execute our application between different members of our team, when a change have been made to the software.
We have managed to ensure that all versions of the PDK etc. are the same, as well as ensured that all paths are setup correctly to allow for a successful build on each individual PC.
To share workspaces, we perform the following steps:
1. Zip the complete workspace (for example we have a workspace called "TestWorkspace" with two RTSC projects on the C: drive, then zip the whole C:\TestWorkspace directory
2. Share the zipped workspace with other systems.
3. On the other systems, unzip the content at C:
4. Open CCS with the extracted workspace as the active workspace
5. Go to Project->Import CCS Projects and import the projects within TestWorkspace.
From here, the 2 projects can build successfully. In the projects, a iuniversal target configuration file is also included. The issue we have however is, after importing a project and trying to launch the target configuration file that was shared, is not the same as it was set up to be on the initial system. For example we set up the following on one system:
1. Initialization script
2. Setup automatic load of one project
This then works on one system, however after the whole exporting and importing process, on the other system the initialization script should be addeed again, as well as the automatic load? This has do be done every single time a workspace is shared, which costs unnecesarry time. We waisted alot of time trying to get the executables from different systems to the target, only to realize that the config file changes between each share of the project?
What causes this? What should we do so that we can share workspaces/projects between systems, without having to setup the debug configurations each time? We want to share workspaces in an optimal manner, so that a slight change on one system will also be included on the other when imported.
I hope my question is clear?
I look forward to hearing a response.
Kind regards,
Johnny