Linker warning wchar

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Linker warning wchar

Jump to solution
986 Views
pluyckx
Contributor I

Hi,

We are using the SDK created by the SDK builder (https://mcuxpresso.nxp.com/en/builder) for the LPC54607 processor. In this SDK, there is a library called fsl_power_lib. This library is built with a wchar of 32 bits.

We are using IAR 7.80.4. It uses a wchar of 16 bits and we want to fix this warning, but not by ignoring it. Is it possible to make the library available with a wchar of 16 bits (so compiled with IAR 7.80.4 for example)? Or give us the source of this library so we can compile it ourself?

At this moment we are not able to upgrade to IAR 8.x because some of our tools are not yet compatible with the new IAR version.

Kind regards,

Philip Luyckx

0 Kudos
1 Solution
863 Views
jeremyzhou
NXP Employee
NXP Employee

Hi  Philip Luyckx,

Thank you for your interest in NXP Semiconductor products and 
for the opportunity to serve you.
Please check the attachment.
TIC
 
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!

View solution in original post

2 Replies
864 Views
jeremyzhou
NXP Employee
NXP Employee

Hi  Philip Luyckx,

Thank you for your interest in NXP Semiconductor products and 
for the opportunity to serve you.
Please check the attachment.
TIC
 
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
863 Views
pluyckx
Contributor I

Thank you. The library in the attachments solves the warning.

0 Kudos