Hello everyone,
I'm working with the MPC5744P and using the generated AUTOSAR MCAL packages.
I'm encountering a build error:
No such file or directory — referring to Os_memmap.h inside MemMap.h:
#ifndef AUTOSAR_OS_NOT_USED
#include "Os_memmap.h"
#endif
However, Os_memmap.h is not present in the generated files.
How can I get this missing file?
Also, how can I use EB tresos to configure and generate a new MCAL package (or regenerate the missing parts)?
Any help would be appreciated!
Thank you.