<?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 Newbie -  Having problem Porting Code in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-Having-problem-Porting-Code/m-p/193686#M7057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a newbie to CW10.2 and the development tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to port regular C code to a member of the Kinetis K50 family.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;illegal implicit conversion from "&amp;nbsp; struct MY_CMD** to struct MY_CMD*&amp;nbsp; "&amp;nbsp;&lt;/STRONG&gt; My reading on the web tells me the Structure is legal in C but not C++.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to disable the C++ feature support in the compiler and have it be just C?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Sep 2012 01:23:11 GMT</pubDate>
    <dc:creator>pk2</dc:creator>
    <dc:date>2012-09-01T01:23:11Z</dc:date>
    <item>
      <title>Newbie -  Having problem Porting Code</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-Having-problem-Porting-Code/m-p/193686#M7057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a newbie to CW10.2 and the development tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to port regular C code to a member of the Kinetis K50 family.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;illegal implicit conversion from "&amp;nbsp; struct MY_CMD** to struct MY_CMD*&amp;nbsp; "&amp;nbsp;&lt;/STRONG&gt; My reading on the web tells me the Structure is legal in C but not C++.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to disable the C++ feature support in the compiler and have it be just C?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2012 01:23:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-Having-problem-Porting-Code/m-p/193686#M7057</guid>
      <dc:creator>pk2</dc:creator>
      <dc:date>2012-09-01T01:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie -  Having problem Porting Code</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-Having-problem-Porting-Code/m-p/193687#M7058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has nothing to do with C++.&lt;/P&gt;&lt;P&gt;struct MY_CMD** is a pointer to pointer to struct&lt;/P&gt;&lt;P&gt;&amp;nbsp;struct MY_CMD* is a pointer to struct&lt;/P&gt;&lt;P&gt;Of course these are different and incompatible types.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2012 02:37:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-Having-problem-Porting-Code/m-p/193687#M7058</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2012-09-01T02:37:47Z</dc:date>
    </item>
  </channel>
</rss>

