Hi,
On ccsv4 command line, I want to re-direct the generated files such as *.cdb, *.h55, *.s55, *.cmd
to non-default directory, it
looks that those files are generated on the same directory as makefile,
for example, if makefile is at project/Debug/, those generated files
will be at Debug/, if I move makefile to project/ (makefile is
modified accordingly to reflect the directory change), those generated
files will be at project/. I have tried "--temp_directory", it doesn't
help. Basically, I want to put makefile at project/, the generated
files go to Debug/, is it achievable ?
Thanks,
Yuhua