<?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: Codewarrior 10.5 view char pointers as strings in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Codewarrior-10-5-view-char-pointers-as-strings/m-p/284652#M10514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was kind of hoping this would work itself out in 10.6 but it's still broken.&amp;nbsp; Any news on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2015 17:07:56 GMT</pubDate>
    <dc:creator>cruton</dc:creator>
    <dc:date>2015-11-19T17:07:56Z</dc:date>
    <item>
      <title>Codewarrior 10.5 view char pointers as strings</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Codewarrior-10-5-view-char-pointers-as-strings/m-p/284648#M10510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this has been a problem since 10.2 apparently.&amp;nbsp; I just downloaded 10.5 and it still seems to be an issue.&amp;nbsp; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I declare a variable like this:&lt;/P&gt;&lt;P&gt;char * p="displayme";&lt;/P&gt;&lt;P&gt;it won't appear as a string in the debugger.&lt;/P&gt;&lt;P&gt;But if I declare it like this:&lt;/P&gt;&lt;P&gt;unsigned char * p="displayme";&lt;/P&gt;&lt;P&gt;It shows up as a string.&amp;nbsp; Is there any fix for this?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 22:07:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Codewarrior-10-5-view-char-pointers-as-strings/m-p/284648#M10510</guid>
      <dc:creator>cruton</dc:creator>
      <dc:date>2014-02-07T22:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior 10.5 view char pointers as strings</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Codewarrior-10-5-view-char-pointers-as-strings/m-p/284649#M10511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carl,&lt;/P&gt;&lt;P&gt;that might depend on the signess for character, and the toolchain used.&lt;/P&gt;&lt;P&gt;Below is what I get for GNU ARM gcc with CodeWarrior 10.5:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42610iB603F8342C6005B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And I get it correctly under the variables view too:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42611i7DCA2B97619BD48E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 12:08:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Codewarrior-10-5-view-char-pointers-as-strings/m-p/284649#M10511</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-02-08T12:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior 10.5 view char pointers as strings</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Codewarrior-10-5-view-char-pointers-as-strings/m-p/284650#M10512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using for a board based on the Coldfire mcf54452 processor.&amp;nbsp; I'm not sure where to find the toolchain in Codewarrior, Codesourcery probably?&amp;nbsp; Maybe the m68k series aren't getting a lot of love in the recent versions of CW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 17:00:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Codewarrior-10-5-view-char-pointers-as-strings/m-p/284650#M10512</guid>
      <dc:creator>cruton</dc:creator>
      <dc:date>2014-02-10T17:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior 10.5 view char pointers as strings</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Codewarrior-10-5-view-char-pointers-as-strings/m-p/284651#M10513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The command line tools for Coldfire is under CodeWarrior 10.5 subfolder: &lt;/P&gt;&lt;P&gt;C:\Freescale\CW MCU v10.5\MCU\ColdFire_Tools\Command_Line_Tools&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 02:33:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Codewarrior-10-5-view-char-pointers-as-strings/m-p/284651#M10513</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2014-02-12T02:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior 10.5 view char pointers as strings</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Codewarrior-10-5-view-char-pointers-as-strings/m-p/284652#M10514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was kind of hoping this would work itself out in 10.6 but it's still broken.&amp;nbsp; Any news on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 17:07:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Codewarrior-10-5-view-char-pointers-as-strings/m-p/284652#M10514</guid>
      <dc:creator>cruton</dc:creator>
      <dc:date>2015-11-19T17:07:56Z</dc:date>
    </item>
  </channel>
</rss>

