e2 Eclipse IDE unknown Type Name Error

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

Parents Reply Children
No Data