Tool/software:
I get the following error since it is showing redefinition of both my fatfs and ti rtos functions.
error #10056: symbol "disk_status" redefined: first defined in "./source/diskio.obj"; redefined in "C:\ti\tirtos_tivac_2_16_01_14\products\tidrivers_tivac_2_16_01_13\packages\ti\mw\fatfs\lib\release\ti.mw.fatfs.aem4f<diskio.oem4f>"
error #10056: symbol "disk_read" redefined: first defined in "./source/diskio.obj"; redefined in "C:\ti\tirtos_tivac_2_16_01_14\products\tidrivers_tivac_2_16_01_13\packages\ti\mw\fatfs\lib\release\ti.mw.fatfs.aem4f<diskio.oem4f>"
error #10056: symbol "disk_initialize" redefined: first defined in "./source/diskio.obj"; redefined in "C:\ti\tirtos_tivac_2_16_01_14\products\tidrivers_tivac_2_16_01_13\packages\ti\mw\fatfs\lib\release\ti.mw.fatfs.aem4f<diskio.oem4f>"
error #10056: symbol "disk_ioctl" redefined: first defined in "./source/diskio.obj"; redefined in "C:\ti\tirtos_tivac_2_16_01_14\products\tidrivers_tivac_2_16_01_13\packages\ti\mw\fatfs\lib\release\ti.mw.fatfs.aem4f<diskio.oem4f>"
error #10056: symbol "disk_write" redefined: first defined in "./source/diskio.obj"; redefined in "C:\ti\tirtos_tivac_2_16_01_14\products\tidrivers_tivac_2_16_01_13\packages\ti\mw\fatfs\lib\release\ti.mw.fatfs.aem4f<diskio.oem4f>"
How to use my fatfs library in a RTSC project.

