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.

LAUNCHXL-F28379D: Undefined ISRs errors

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE

Hi,

I had to move my project files from one HDD to another and when I try to build my code in CCS it is giving these errors:

#20 identifier "CANA_1_ISR" is undefined    PieVect.c   
#20 identifier "CANA_2_ISR" is undefined    PieVect.c 
#20 identifier "CANB_1_ISR" is undefined    PieVect.c  
#20 identifier "CANB_2_ISR" is undefined    PieVect.c   
#237 variable "TrigRegs" was declared with a never-completed type    F2837xD_GlobalVariableDefs.c  
gmake: *** [F2837xD_GlobalVariableDefs.obj] Error 1   
gmake: *** [PieVect.obj] Error 1   

Can anyone help please?