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.

Can't find a source file in tiva at step into function.

Hi.

What does the following error mean.

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.

I get this error when in debug mode when using step into or step over fuction use.  Can't see that it's creating any problems.

Sonirahul111

  • Hello,
    The message means that the program is halted at a location where the debugger is unable to find the source file for. It looks like code from a library (presumably driverlib). If you have the source for the library, you can point the debugger to it using the button to locate the file. Otherwise you can ignore the message.

    FYI: The reason why it is looking for the source file in that particular path is because that was the path of the source file when the library was built (that information is in the debug symbols for the library).

    Thanks
    ki

  • I am getting same problem.. i am not able to solve this problem. I am using ccs  Version: 6.1.2.00015  and my board is TM4C123GXL and I am using windows 10