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.

TM4C1290NCPDT: CCS "Can't find a source file at ...

Part Number: TM4C1290NCPDT

If my code generates a fault interrupt it branches to static void FaultISR(void) int the tm4c...startup_ccs.c to die, it tries to open gpio.c, but generates the error:

Can't find a source file at "C:/Jenkins/workspace/TivaWare-Git-Release/DiiverLib/build/DriverLib.test/driverlib/gpio.c"

I don't know who this Jenkins is but I can guarantee there is no such directory on my computer and I cannot find this path anywhere nor have I been able to get rid of this error.  My gpio.c is in ${TIVAWARE}\driverlib\ but when I add that path I get an "Access Denied" (or something like that) error.

Thanks, Doug

  • Hi Doug,

      When you see that C:/Jenkins....., you just click the 'Locate File...' button and specify the path to C:\ti\TivaWare_C_Series-2.2.0.295\driverlib, the CCS will then know where the source file for gpio.c is. See below.