Part Number: CCSTUDIO
Tool/software: Code Composer Studio
Hello,
I build my software, using make (CMake) and use CCS just for debugging. Up to now, I had little problems with CCS finding and displaying the corresponding sources. After a restart of CSS, I now have the problem, that CSS can't display the sources, when clicking on an entry in the call stack. Concrete, I have a source file named `main.c`. CCS complains about "Resource '/pfc/source/bootloader/bootloader/main.c' does not exist.". I could open the source file, but the main.c file with the file open dialog, but this still would not allow me to debug on source level. The absolute path of the file is something like: /Users/torsten/customername/pfc/source/bootloader/bootloader/main.c (I've changes customername for privacy reasons)
When I grep through the loaded bootloader.out file for strings, I just find the absolute path of the main.c file, but not the complained about file name ('/pfc/source/bootloader/bootloader/main.c'). I tried to give CSS a hint as to where to find the file by adding a "File System Directory" to the debug configuration. I've tried both, `/Users/torsten/customername/pfc` and `/Users/torsten/customername/pfc` but to no avail.
How can I convince CCS to find the sources of a given .out file?
- I build the sources with `--symdebug:dwarf`
- CCS Version is 10.1.0.00010
- Compiler / Linker Version is 20.2.2.LTS
- OS is macOS 10.15.7
- This morning, source debugging was still working
- My debug configuration XML file is under source control, so I'm quite confident, that there was no change
- Restarted CCS already multiple times
Best regards and thanks in advance,
Torsten
