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.

Locate the source file error

Other Parts Discussed in Thread: OMAPL138, SYSBIOS

I am using BIOSPSP and OMAPL138 device and CCS.

My code run perfect but when i press halt , it give me error.

source not found. and locate the source file error. source file which is not found " 0 ti_sysbios_family_da830_Hwi_restore_E(unsigned int) at Hwi.c : 0xc3034284 "

I know this is a place in sysbios/knl . But why compiler give this error. What setting do i need in tools or change in conf ?

 

Thank you

 

 

  • This message is just telling you that CCS can't locate the source file for the instruction that you're currently halted at. It's not really a problem--you've halted the target in the middle of some SYS/BIOS code. Unless you're interested in stepping through the SYS/BIOS source, you can just ignore this message. 

    Chris