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.

TM4C1294NCPDT: using my own Fatfs library with TI RTOS

Part Number: TM4C1294NCPDT

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.