I have an environment where project files and source code are on network drives but all intermediate files should be local.
At least with CCS5.1 (perhaps also already with 5.0, but not with 4.0) .mk and .opt files are written to directories below the (slow) project file locations again.
Directory specifiers do not seem to redirect them to local disks (I would expect to find them in the temp directory given by --temp_directory).
How can I modify the location of .mk and .opt files to be local?
My directory specifiers used for the moment:
- --temp_directory="${WorkspaceDirPath}\out\\${ConfigName}\tmp\\${ProjName"
- --obj_directory="${WorkspaceDirPath}\out\\${ConfigName}\\${ProjName}"
- --asm_directory="${WorkspaceDirPath}\out\\${ConfigName}\\${ProjName}"