Dear NXP,
I want to run the inter-core communication demo on the S32G_RDB3 development board, based on the AN13750 tutorial.
When I compile the bootloader I report the following error, I basically follow the same configuration steps as in the documentation, except for the part about modifying the bootloader source code.
In file included from C:/EB/tresos/workspace/Bootloader_S32G3XX_ASR_4.4_M7/output/include/CDD_Rm
_Cfg.h:46,
from C:/EB/tresos/workspace/Bootloader_S32G3XX_ASR_4.4_M7/output/src/CDD_Rm_Cfg
.c:43:
C:/EB/tresos/workspace/Bootloader_S32G3XX_ASR_4.4_M7/output/include/CDD_Rm_Ipw_Cfg.h:48:10: fata
l error: Xrdc_Ip_Types.h: No such file or directory
48 | #include "Xrdc_Ip_Types.h"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:81: CDD_Rm_Cfg.o] Error 1
Some Version Information:
Integration_Reference_Examples_S32G3_2023_02
EB tresos 27.1
Please tell me how to clear these error message and continue building.
Thank you.