We are working on a project using NXP S32K358 MCU. As a staring point I tried to run CAN example from SDK. I imported the project from NXP\S32DS.3.5\S32DS\software\PlatformSDK_S32K3\RTD\Can_43_FLEXCAN_TS_T40D34M40I0R0\examples\S32DS and updated code based on the configurations provided by the example. But it failed the build with such errors:
Any ideas why it failed and is there anything I missed for the example project?
We used 3.5 for S32 Deign Studio.
BTW, I just imported another example (I2c_Example_S32K358) and it built successfully. So the build errors may be just related to CAN example?
Thanks!
Fixed the issue by click project->manage SDK and restored the missing files.