My debug efforts snag when single-stepping through my program. When I first encountered this error:
Can't find a source file at "C:/Jenkins/workspace/TivaWare-Git-Release/DriverLib/build/DriverLib.test...
, I found a forum post here where Amit suggested to recompile driverlib, stick it in my workspace, then make it the include option. That helped, until now, where I am getting a similar error:
Can't find a source file at "C:/Jenkins/workspace/TivaWare-Git-Release/DriverLib/build/DriverLib.test/driverlib/adc.c" Locate the file or edit the source lookup path to include its location.
Sure enough, I looked at the C:\Users\Otto\workspace_v6_1_3\driverlib\Debug and did not find adc.c
Here is a screenshot - kindly advise how to compile driverlib to produce adc.c




