Eclipse doesn't seem to find any includes when a project was imported by make file.
Hello,
which version of S32DS you are using? It looks like that you are trying import Vision project example. The best way how to do it is on the main menu bar click on File -> New -> S32DS Project from Example.
I also can't find in S32DS possibility import project by makefile. I find only Import Existing Code as Makefile project. In this case you need to specify include paths and so on.
Jiri
We're using version 1.1 right now. The project was imported following "Import Existing Code as Makefile project" but was derived from an example project. It seems to me that the manual step of including paths is required in this case.
You can try to import existing project into workspace (File -> Import -> General -> Existing Projects into Workspace) instead create makefile project. Importing existing project will also setup Include and library paths.
Jiri