Part Number: MSPM0G3519
We are encountering a compilation issue in the ICU module related to the usage of the memcpy function.
Upon analysis, we observed that in other modules where memcpy is used, the header file <string.h> is explicitly included. However, in the ICU module, this header file is missing.
As a temporary workaround, we have added the following include in Icu_Priv.c:#include <string.h>
This resolves the compilation issue on our end.
Request:
Could you please review this issue and clarify why the <string.h> include was missed in the ICU module? Additionally, please confirm whether this will be addressed in the upcoming release.