I have created a new platform for our project. I have multiple project users who put the platform and project on different disk drives. If I put an absolute path into Package Repositories then I get an warning on one computer or another. I tried to create a generic path to the repository but CCS5 is malforming the path name.
The value I entered for Build properties in XDCTools under "Package Repositories" is "${workspace_loc:/${ProjName}}..\Firmware\packages". The value I see in the error message is "E:\NanoScan2\Firmware\workspace\Firmware\packages". Note that the ".." (dot dot) is missing.
I suppose I could move the repository into a workspace but this seems wrong - workspace should be independent of the repository.