I have an issue with a part that does not work. We are trying to debug using disassembly and source to find out why the hardware is broken. CCSv6 displays source for the boot.asm in c:\ccsv6\tools\compiler\arm_5.1.6\lib\src.
However, the application was obviously built using boot.asm from c:\ti\tirtos_tivac_2_00_01_23\products\bios_6_40_01_15\packages\ti\targets\arm\rtsarm.
So, how do we tell CCv6 how to use the right file for both source debugging and interspersed disassembly/source? It would seem that the map file or the debug file should have the correct path, but obviously it does not.

