<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Wide Character Support in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179886#M6052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i'm trying to include wchar.h in my project, to use library's functions swprintf, wscpy...&lt;/P&gt;&lt;P&gt;i'm on CW 10.3, using MQX4 on Kinetis Platform.&lt;/P&gt;&lt;P&gt;Simply including "wchar.h" doesn't provide functions, because of some directives that exclude code from compiling...&lt;/P&gt;&lt;P&gt;So i modified "ansi_prexif.ARM.h" defining _EWL_WIDE_CHAR=1.&lt;/P&gt;&lt;P&gt;After that i get a very long list of redefined items... i guess similar to this discussion:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/315678#315678"&gt;https://community.freescale.com/message/315678#315678&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone get it working on CW as well as Keil uvision?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jul 2013 15:02:32 GMT</pubDate>
    <dc:creator>lorenzofornari</dc:creator>
    <dc:date>2013-07-04T15:02:32Z</dc:date>
    <item>
      <title>Wide Character Support</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179879#M6045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;We are using Code Warrior 10.1 for a Kinetis project and are attempting to port code that compiles and links fine with Green Hills and MS VS. The code makes use of wide string types and functions such as wcscpy(). We are getting link errors on the wide string functions. Does Code Warrior support these functions?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 20:26:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179879#M6045</guid>
      <dc:creator>amish_M4</dc:creator>
      <dc:date>2011-11-06T20:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Wide Character Support</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179880#M6046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I poked around in the CodeWarrior for MCU directory for ARM support and the wide character header file is there. You may need to set a compiler switch that enables wide character support. Proceed as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) In the C/C++ perspective, select the project you are using in the CodeWarrior Prohects view,&lt;/P&gt;&lt;P&gt;2) Choose Project &amp;gt; Properties.&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; In the Properties &amp;lt;projectname&amp;gt; window that appears, expand C/C++ Build and select Settings.&lt;/P&gt;&lt;P&gt;4) Under ARM Compiler, choose Language and see if Enable wchar_t support is checked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 21:22:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179880#M6046</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2011-11-07T21:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Wide Character Support</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179881#M6047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Tom, thanks for the reply. I saw this option and made sure it was checked. It seems to affect the wchar_t type but not the actual wide character function support.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 21:26:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179881#M6047</guid>
      <dc:creator>amish_M4</dc:creator>
      <dc:date>2011-11-07T21:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Wide Character Support</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179882#M6048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, consult the &lt;EM&gt;CodeWarrior EWL C Reference&lt;/EM&gt; manual (EWL C Reference.pdf), which is located in the Help folder of your CodeWarrior installation. It has information on how to enable wide character facilities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 21:22:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179882#M6048</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2011-11-08T21:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Wide Character Support</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179883#M6049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input.&amp;nbsp; Do you know where the instructions are for building the lib?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 21:41:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179883#M6049</guid>
      <dc:creator>amish_M4</dc:creator>
      <dc:date>2011-11-08T21:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Wide Character Support</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179884#M6050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ewl source and make files are in {CodeWarrior Installation}\MCU\ARM_EABI_Support\ewl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For further assistance, you probably need to file a service request. Click &lt;A href="https://www.freescale.com/webapp/servicerequest.create_SR.framework" rel="nofollow" target="_self"&gt;here&lt;/A&gt; to file an on-line service request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 22:29:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179884#M6050</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2011-11-09T22:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Wide Character Support</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179885#M6051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, we found the directions and attempted to follow them. It apears that there is a problem with the make file. I am not an expert, but someone else that looked at it said they thought that some of the make fille commands looked like they were for Linux and not windows OS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 22:34:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179885#M6051</guid>
      <dc:creator>amish_M4</dc:creator>
      <dc:date>2011-11-09T22:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Wide Character Support</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179886#M6052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i'm trying to include wchar.h in my project, to use library's functions swprintf, wscpy...&lt;/P&gt;&lt;P&gt;i'm on CW 10.3, using MQX4 on Kinetis Platform.&lt;/P&gt;&lt;P&gt;Simply including "wchar.h" doesn't provide functions, because of some directives that exclude code from compiling...&lt;/P&gt;&lt;P&gt;So i modified "ansi_prexif.ARM.h" defining _EWL_WIDE_CHAR=1.&lt;/P&gt;&lt;P&gt;After that i get a very long list of redefined items... i guess similar to this discussion:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/315678#315678"&gt;https://community.freescale.com/message/315678#315678&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone get it working on CW as well as Keil uvision?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 15:02:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Wide-Character-Support/m-p/179886#M6052</guid>
      <dc:creator>lorenzofornari</dc:creator>
      <dc:date>2013-07-04T15:02:32Z</dc:date>
    </item>
  </channel>
</rss>

