Other Parts Discussed in Thread: C2000WARE
Hi team,
I'm trying to add SDFATS support to the TINV_F28379D reference design code. I've included included the library in the linked resources:

And in the include options for the compiler.

and in the include path of the linker:

I've called the header files in the main.c:

however I still, get an unresolved symbol error:

I can see that CCS can link the function to the appropriate library file and I see that the library is one of the include paths in the compiler flags and in the linker flags. I'm not sure what other settings need to be modified to build this project.
Thanks!