Hello,
The purpose of this Query is to understand how the definitions are resolved by e2 Eclipse Studio and build system.
I have a very strange observation,
In my project:
In the Folder e.g. /src/src_UART/uart.ep.h, I am using definition as below:
I do not receive for the "fsp_err_t" here.
Now, I have added another folder /sr/src_gptTimer/gpt_timer_initialize.h
I am receive error as "error: unknown type name 'fsp_err_t'".
However both these files are under the same tree and Project. The type name fsp_err_t'" in "uart.ep.h" gets resolved and the same type name in "gpt_timer_initialize.h" is not resolved. The overall paths for the both folders is same. Over all organization of files as below.
I receive similar error for type names for other files which I have recently added. What is the reason for this error and how to resolve it?
Best Regards,
d2v0
Hi There,Thank you for posting your question online.Could you please share the e2 Studio version and FSP version you are working with?
d2v0 said:Now, I have added another folder /sr/src_gptTimer/gpt_timer_initialize.h
Have you included the GPT Timer stack on your configurations.xml file? Best Regards,OV_Renesas