I am in development of a multicore FreeRTOS application on s32K358 and i am trying to compile IPCF 4.0.0 D2306 Example project on S32DS 3.5 Build ID 230629 (Update3). I have followed compatible software suggestion in the release note and as far as i know i am compliant with it.
After source code generation and build i get following error
#error "ipc-shm.h and ipcf_Ip_Cfg.h have different vendor IDs"
on both header files of both projects (Core0 and Core2).
it seems that IPC_SHM_VENDOR_ID 43 and IPCF_IP_CFG_VENDOR_ID_C 40 are incompatible but i have no idea of where to check those infos since code is autogen.
attached you can find my installation details since i think it may be related to S32DS configuration.
Thanks in advance for the help