<?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: Static Code Analysis Tool cppcheck on MCUXpresso IDE in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880562#M3783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have reported the issue to cppcheck forum, and here is the link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://sourceforge.net/p/cppcheck/discussion/general/thread/90cac5983c/" title="https://sourceforge.net/p/cppcheck/discussion/general/thread/90cac5983c/"&gt;cppcheck / Discussion / General Discussion:Integration of cppcheck on MCUXpresso IDE&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2019 14:26:40 GMT</pubDate>
    <dc:creator>zhiqunhu</dc:creator>
    <dc:date>2019-02-22T14:26:40Z</dc:date>
    <item>
      <title>Static Code Analysis Tool cppcheck on MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880557#M3778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use cppcheck, a static code analysis tool with MCUXpresso, the tool is easy to install and use. But I am consistently have a problem complaining about &lt;EM&gt;'IO Console Updater' has encounter a problem, &lt;/EM&gt;after that I have manually close MCUXpresso to get out of it. I thought it may related to installation of either ccppcheck or MCUXpresso, so I have uninstalled both MCUXpresso and cppcheck, but I still got the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if somebody else has encounter the same problem to shed me some light.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zhiqun Hu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 15:22:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880557#M3778</guid>
      <dc:creator>zhiqunhu</dc:creator>
      <dc:date>2019-02-21T15:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Static Code Analysis Tool cppcheck on MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880558#M3779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have stepped back to start with an example project, hello_world, a common platform for comparison but I got different error message this time. Please see attached screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhiqun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 15:52:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880558#M3779</guid>
      <dc:creator>zhiqunhu</dc:creator>
      <dc:date>2019-02-21T15:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Static Code Analysis Tool cppcheck on MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880559#M3780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check the .log file inside your workspace metadata folder?&lt;/P&gt;&lt;P&gt;I can say that it works fine for my projects in MCUXpresso IDE 10.3.1. I suggest you check the &lt;A class="link-titled" href="https://sourceforge.net/p/cppcheck/discussion/" title="https://sourceforge.net/p/cppcheck/discussion/"&gt;cppcheck / Discussion / Forums&lt;/A&gt;&amp;nbsp; as that forum is focused on CppCheck. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 20:20:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880559#M3780</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2019-02-21T20:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Static Code Analysis Tool cppcheck on MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880560#M3781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue is related to the cppcheclipse configuration. I have been played with that and found the following configuration will cause the crash, please refer to the attachment. If the configuration is changed to different setup it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the result run after hello_world is the normal ending of check, the result lists all the errors and warnings if there are any. I have tried on real project and get good results out of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 22:33:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880560#M3781</guid>
      <dc:creator>zhiqunhu</dc:creator>
      <dc:date>2019-02-21T22:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Static Code Analysis Tool cppcheck on MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880561#M3782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this confirms it is not an MCUXpresso IDE issue, but a cppcheck one. As suggested, you should report this to the cppcheck forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 06:28:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880561#M3782</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2019-02-22T06:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Static Code Analysis Tool cppcheck on MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880562#M3783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have reported the issue to cppcheck forum, and here is the link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://sourceforge.net/p/cppcheck/discussion/general/thread/90cac5983c/" title="https://sourceforge.net/p/cppcheck/discussion/general/thread/90cac5983c/"&gt;cppcheck / Discussion / General Discussion:Integration of cppcheck on MCUXpresso IDE&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 14:26:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Static-Code-Analysis-Tool-cppcheck-on-MCUXpresso-IDE/m-p/880562#M3783</guid>
      <dc:creator>zhiqunhu</dc:creator>
      <dc:date>2019-02-22T14:26:40Z</dc:date>
    </item>
  </channel>
</rss>

