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.

CCS/MSP432P401R: Source file can't be found

Part Number: MSP432P401R


Tool/software: Code Composer Studio

Hi, 

I'm using breakpoint in a function call in which it's not reaching, when I pause the compiler I'm getting this error:

Can't find a source file at "/run/shm/bazel-sandbox.a5d1f08d4b53dfe099b9d688d6b0a1bc/2855450829622812596/execroot/__main__/source/ti/devices/msp432p4xx/driverlib/dma.c"
Locate the file or edit the source lookup path to include its location.

I've included in my file path: C:\ti\Libraries\msp432_driverlib_3_21_00_05\msp432_driverlib_3_21_00_05\driverlib\MSP432P4xx which contains all of the driver files including dma.c and dma.h

I've never run into this problem, I understand I didn't explain too much about my code but really I'm just hoping someone has run into this before and it may just be a path issue. 

Thank you.