This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Unresolved headers with Eclipse

I have an issue trying to set up an example project following this guide.

Despite the makefile including correct paths in the INC_PATHS variable, none of the headers included in the main.c are resolved.

What could be the issue here?

EDIT:

Here are the headers for the example project as @johnbrown suggested.

Related