Hello,
I am having this issue that is beyond my knowledge. Can anyone help with this?
Here is the compiling issue: unsolved symbol f_mkfs.
This function is declared and defined together with f_mount() and f_open(). So it should have no problem searching for this file.
When I copy the declaration and definition to the same file as where fsTest() is defined. There will be no this issue. So it should have no problem in calling this function f_mkfs().
When I click "open declaration" on the function in the head file, it indeed doesn't open the function in the source file.
Is it possible that the file is too large for the compiler to find the function in the file?
Here is how the function is called and the compiling error information.

Thanks!
Crane

