stewmin and IAR8.11
I've my application that uses the stemwin (STemWin532_CM4_OS_IAR.a) with IAR compiler. Up to version 8.10 of the IAR compiler I never had any warning or error during the build of the project.
Upgrading the IAR IDE to version 8.11 I have this error:
'Warning[Lt009]: Inconsistent wchar_t size
STemWin532_CM4_OS_IAR
.a has wchar_t size 16 bits 'IAR Information Center for ARM need needs to be rebuilded the stemwin library with new version of the compiler to avoid unpredictable issues.
How I can solve this issue?
Thanks