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.

CCSv5 hello world project

hi,

I am new to CCS.

I tried to to make a simple hello world project and got the following error message when the program ended:

Can't find a source file at "/sim/sds12/scratch/tsuch_rtsbuild_dflcmp2507.dal.design.ti.com_23248_linux/c60_rts/./exit.c"
Locate the file or edit the source lookup path to include its location. 

also I could not find how to open cahce view.

My target device is C64x+

any help would be appreciated

thanks.

  • The can't find a source file message is due to the program running to the exit point.  That is in the runtime support library and there is enough symbol information present that CCS is trying to find the source file for it but that is not present.  You can ignore this message.  I get this same message.

    What version of CCSv5 are you running?  The cache coloring should be present in the memory view (called memory browser in v5.0).  I am running the DM6437 sim and I see it.  Try right clicking in the memory display area and see if there is a context menu items called "show cache coloring"

    John