This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0G3519: Compilation Issue in ICU Module – Missing <string.h> Include for memcpy

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.

**Attention** This is a public forum