Hello, I have set a project output directory like this
$(RemoteMCSBIN)/$(Platform)/$(Configuration)
and it expands to
/home/mike/vgdbmcs/build/VisualGDB/Debug
I get the following error message:
1>VisualGDB: Run “make -f “VisualGDB/Debug/zzz.msbuild-mak” –no-print-directory” in directory “/home/mike/vgdbmcs/xxx/yyy/LinuxVGDB/zzz” on mike@192.168.230.129 (SSH)
1>mkdir: cannot create directory ‘../../../../../../home’: Permission denied
1>VisualGDB/Debug/zzz.msbuild-mak:100: recipe for target ‘UpdateRSP/../../../../../../home/mike/vgdbmcs/build/VisualGDB/Debug/zzz.link.rsp’ failed
1>make[1]: *** [UpdateRSP/../../../../../../home/mike/vgdbmcs/build/VisualGDB/Debug/zzz.link.rsp] Error 1
1>VisualGDB/Debug/DataModel.msbuild-mak:13: recipe for target ‘all’ failed
The additional include paths being set the same way work as expected.
I was going to place the system variables into the property sheets and my project files may be on different levels of the file hierarchy so the relative paths from the project directory is not a solution. So the question is can I use system variables to point out output, intermediate etc. directories with VGDB?