Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to read and write the SD card using Renesas RX62N microcontroller.i got a lots of error related to library file


E0562310:Undefined external symbol "_R_tfat_f_open"
E0562310:Undefined external symbol "_write" 
E0562310:Undefined external symbol "_R_tfat_f_mkdir"


There are lots of error similar to this how to solve this please help me!!!!

What I have tried:

i installed r_tfat_lib.h library file to my program but the error remain same.
Posted
Updated 6-Jul-22 20:15pm
v2

Go back to wherever you got the library from, and ask there: they will know their own product much better than we will, and will likely also have sample code that should work.

We can't help you - we have no idea what code you are using at all!
 
Share this answer
 
Those are linker errors, not compiler ones.
You did include the proper headers but failed to link with the library.
We cannot help further without more details about your scenario.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900