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: Help to remove/change a hard coded directory driverlib path left by the developer in TivaWare C Series 2.1.3.156 examples

Tool/software: Code Composer Studio

Hi,

I was debugging a project example to get familiar with the code, etc, and I tried to step into a driverlib file to see the code and I get the following message ...

Can't find a source file at "C:/Jenkins/workspace/TivaWare-Git-Release/DriverLib/build/DriverLib.test/driverlib/sysctl.c"
Locate the file or edit the source lookup path to include its location.

This is the first time I've seen a hardcoded directory path from the developer in a released software build for a commercial product ... wow!

I really don't want to manually find every driverlib file every example project, so I would like to configure CCS to look for it in the proper diverlib directory in the TivaWare directory etc. I've added the path of the directory in the include paths but no luck, and I am unable to edit the source lookup path under the debug configuration window. Any suggestions except creating the hardcoded directory path above on the my c drive that includes the driverlib directory with all the files?

-lag

CCS 7.0.0.00043

TivaWare_C_Series-2.1.3.156