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