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.

TM4C1294NCPDT: Can't find a source file and identifier not found: ADC1_BASE

Part Number: TM4C1294NCPDT

While I use the TM4C1294NCPDT to do a AD simple,

My program has entered the debug for project but while I try to run the program, there will be a window says: 

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.

And I can not read the ADC Value,  for value in expression window is " identifier not found: ADC1_BASE"

How can I get my ADC data successful? I really need help