Hi,
After S32DS 3.5 IDE installation, I opened an example Flex CAN project from RTD s32kxx and built it. I got the errors as are below,
In file included from ../board/Siul2_Port_Ip_Cfg.c:42:
../board/Siul2_Port_Ip_Cfg.h:46:10: fatal error: Siul2_Port_Ip_Types.h: No such file or directory
46 | #include "Siul2_Port_Ip_Types.h"
C:/Users/karme/workspaceS32DS.3.5/FlexCAN_Ip_Example_S32K344/RTD/include/CanIf.h:52:10: fatal error: CanIf_Cfg.h: No such file or directory
52 | #include "CanIf_Cfg.h"
| ^~~~~~~~~~~~~
compilation terminated.
make: *** [RTD/src/subdir.mk:38: RTD/src/CanIf.o] Error 1
In file included from ../RTD/src/Can_43_FLEXCAN.c:104:
C:/Users/karme/workspaceS32DS.3.5/FlexCAN_Ip_Example_S32K344/RTD/include/Can_43_FLEXCAN.h:110:10: fatal error: Soc_Ips.h: No such file or directory
110 | #include "Soc_Ips.h"
| ^~~~~~~~~~~
How to fix these mistakes I need your help with the S32DS IDE, S32K3xx development package, and RTD installation since I believe there may have been errors in the package and IDE installation time.
There are drivers for the boot loader, CAN, UDS, and FLASHING S32K342 in the RTD or S32K3xx development packages.