I am using CCS Version: 5.3.0.00090 to debug C code that has been loaded externally - there is no CCS project.
I load symbol tables explicitly and this process has worked well in the past, but CCS5 cannot now find any of the source files.
It is looking in the same folder as the symbol table object file (ELF) and is apparently ignoring the information in that file that gives the actual path to the source files (which is not where the object file resides).
I have also been unable to find any way to tell CCS5 where the source files actually are; it would be better if CCS could find the files itself, but doing it manually would be better than nothing.
So my questions are:
1: How, in detail, does CCS5 locate source files?
2: Why is it unable to find source files when the object file is not in the same folder as the sourc e file?
3; Are special compilation options (other than -g) required?
4: How do I explicitly locate source files?