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.

error in debug. Can't find files

Hi,

My code was working alright yesterday, but today I basically changed nothing but it does not work anymore.

Can't find a source file at "/tmp/TI_MKLIBGY645N/SRC/div16u.asm"
Locate the file or edit the source lookup path to include its location.

This error message appears every time I pause the running program.

Any one any idea?

Thanks!

  • Holly,

    try to use breakpoints to stop the program in the code where you want to debug instead of stopping the code. 

    From your description, i think what happen is that the debugger stops in a library (most probably you are executing mathematical division operation), thus the source code can't be shown.

**Attention** This is a public forum