Missing /hal/inc

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Missing /hal/inc

564 Views
jonbuckman
Contributor I

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

0 Kudos
1 Reply

477 Views
jiri_kral
NXP Employee
NXP Employee

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):

pastedImage_1.png

You need to remove the path for GNU C and Assembly.

Jiri

0 Kudos