Is there a way to define a relative path in a CCS x.projectspec file for the location of a makefile that is not related to the workspace, but the initial location of the imported x.projectspec file?
So, instead of hardcoding a path like this:
buildLocation="c:/sitaraFirmware/myproject
something like:
buildLocation="${origin}"
where might this origin location exist in CCS?