I want to use a relative path in a command file for the DSP2803x, but I cannot arrange it:
not by using "..\filename.obj", "../filename.obj",
nor by using "${PROJECT_ROOT}/filename"
nor by any combination of them.
The line in the command file looks like:
.csconf: load = VAR_INFO, PAGE = 2, TYPE = COPY { "filename.obj" (.econst) }
Error message: cannot find file "filename.obj"
An absolute path works fine, but is not an option.