Hi, when I build a project from the example ftm_period_interrupt_s32k144, I am missing the /platform/hal/inc. Do you know where I can find it? Thanks.
Missing - C:/NXP/S32DS_ARM_v2.0/S32DS/S32SDK_S32K14x_EAR_0.8.4/platform/hal/inc
Hello,
this is known issue for SDK EAR 0.8.4. The SDK directory structure was changed, but in the examples remain old include path. You can ignore this warning (your project can be build, right? ) or you can remove the path manually in the Project properties (select All configurations):
You need to remove the path for GNU C and Assembly.
Jiri