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.

CCS: project spec question - search location for library source

Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

CCS Gurus,

In C2000Ware projects, when stepping into a library CCS looks for the source code using a path defined when the library was built.  For example, if I step into driverlib, CCS looks here. 

Can't find a source file at "/home/ubnuser/ti/c2000ware/repos/f28004x/release_pkg/driverlib/f28004x/driverlib/clb.c" 
Locate the file or edit the source lookup path to include its location.

This is the directory the library was built in when the C2000Ware package was being built. 

Is there a way to setup the project spec to tell CCS where to look once the library is installed on the end user's PC?  For example, CCS should look in:

<C2000Ware install>/driverlib/f28004x/driverlib/clb.c

Cheers

Lori

  • Lori,

    I don't know of any way to do this today.  You would want a way to specify ${C2000Ware_InstallDir}/driverlib/f28004x/driverlib as a path to add to debug search path when the debug launch gets created.  I will ask around but I don't know of a way to do that today.  Maybe we could extend projectspecs to handle this.

    Regards,

    John

  • Lori,

    I checked and this is not possible today.  We do have a way where software products can contritute paths to the debug search path.  However this only works for RTSC products today.  I filed a Jira request to track this and we can continue the discussion there.  

    Regards,

    John