Hi, there, the problem is because of the updating of S32 DS, you can just re-select ewl_c9x.specs in project properties as following screenshot and the Sysroot will be updated to the correct one automatically. And then you can pass the compiling.
I had the same problem, but cannot recreate my project, since it was not created from an example.
The cause of the problem is that the e200 tools were moved for S32DS 2.1. The solution is to open the .cproject file of the project and replace all occurrences of 'S32DS/e200_ewl2' by 'S32DS/build_tools/e200_ewl2'.
jiri.kral@nxp.com: Is there a way to accomplish the same without manually modifying the project file? People do not work only with examples, but are in need to migrate existing projects.