For the S32DS ARM 2.2 UM11346 example project BCC_S32K144_Monitoring from:
https://www.nxp.com/docs/en/user-guide/UM11346.pdf
We get the following warning which looks concerning:
Description Resource Path Location Type
Invalid project path: Include path not found (C:\NXP\S32DS_ARM_v2.2\S32DS\software\S32SDK_S32K1xx_RTM_3.0.0\middleware\sbc\sbc_uja1169\include). BCC_S32K144_Monitoring pathentry Path Entry Problem
It can be fixed the following change in project properties (C/C++ General --> Paths and Symbols) GNU for both the C and Assembly languages as shown in the screenshot below.
From:
${S32K144_SDK_3.0.0_PATH}/middleware/sbc/sbc_uja1169/include
To:
${S32K144_SDK_3.0.0_PATH}/middleware/sbc/sbc_uja116x/include
Select and edit the item in the list of include directories to make this change.
