Hi everyone
I'm currently working on a RH850 project using MULTI IDE from GHS.
Our project is including the SFMA API Header file (r_sfma_api.h) and we are using it to manage the external flash.
But when building the project, we got the error :
[elxr] (error #412) unresolved symbols: 3 _R_SFMA_Init from Appli_priv.o _R_SFMA_Open from Appli_priv.o _R_SFMA_AccessAddressSet from Appli_priv.o
I think the error is coming from a source file where R_SFMA_Init is defined but I can't find it in the project or on the Renesas Website
Do you have a solution?
Thanks in advance and have a good day
Adrien
Hello,
As discussed, we will support this request directly.
Regards
The answer was quite simple and was linked to a lack of knowledge for me.
The client provided a library file (.a extension) on another project and this file was not set in this project.