Tool/software: Code Composer Studio
I need help correcting these errors:
Description Resource Path Location Type
unresolved symbol SemaphoreP_create, first referenced in /Applications/ti/simplelink_msp432p4_sdk_3_20_00_06/source/third_party/fatfs/lib/ccs/m4f/fatfs.a<ffsystem.obj> Current_MSP_EXP432P401R_nortos_ccs C/C++ Problem
unresolved symbol SemaphoreP_delete, first referenced in /Applications/ti/simplelink_msp432p4_sdk_3_20_00_06/source/third_party/fatfs/lib/ccs/m4f/fatfs.a<ffsystem.obj> Current_MSP_EXP432P401R_nortos_ccs C/C++ Problem
unresolved symbol SemaphoreP_pend, first referenced in /Applications/ti/simplelink_msp432p4_sdk_3_20_00_06/source/third_party/fatfs/lib/ccs/m4f/fatfs.a<ffsystem.obj> Current_MSP_EXP432P401R_nortos_ccs C/C++ Problem
unresolved symbol SemaphoreP_post, first referenced in /Applications/ti/simplelink_msp432p4_sdk_3_20_00_06/source/third_party/fatfs/lib/ccs/m4f/fatfs.a<ffsystem.obj> Current_MSP_EXP432P401R_nortos_ccs C/C++ Problem
I am trying to use the Fatfs extension with a driverlib example project folder. I am using the sdk_3_20_00_06 source file in the includes. I do not know if I am not linking the files correctly or not because this is not a problem when I use the Fatfs project download from the TI Drivers examples but if I use this my main program (built off of the driver library projects) do not work.