This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can't find a source file at "/db/ztree/library/trees/xdctargets/xdctargets-g32x/src/ti/targets/rts6000/boot.c"

Hi , 

when i group two cores - Core0 and Core1 and run , 

program loaded in core0 giving this error : 

Can't find a source file at "/db/ztree/library/trees/xdctargets/xdctargets-g32x/src/ti/targets/rts6000/boot.c"
Locate the file or edit the source lookup path to include its location.

Program continues to be in run state but no program activity is happening. On stopping the program the above error is displayed in the console. 

I face this issue when i run the code in group . Individual run is working good. 

I have added the screen shot of my CCS window . 

ccs v- 5.5 

MCSDK version : 2.2.1.03

Compiler : c6000_7.4.4

  • Hi ,

    On my further debugging -

    Now my error is :

  • Hi Vinodh,

    I am not familiar with MCSDK but my guess by looking at the disassembly window is that your out file is not correctly loaded onto the target. Please make sure you are loading it correctly on the target.

    Also, Can't find a source file at "/db/ztree/library/trees/xdctargets/xdctargets-g32x/src/ti/targets/rts6000/boot.c" is not an error. We build libraries on Linux, so the debugger is unable to find the linux path (embedded in the library) on your system. Instead you can browse to the location of SYS/BIOS installation (or try finding ti/targets/rts6000 directory on your MCSDK installtion) on your disk to locate the file.

    Hope this helps,
    Vikram
  • This issue got resolved .
    I tried increasing the Heapsize and also i made a mistake in the starting address of my .SharedRegion. On correcting both the issues - My code started working.