<?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 8-16 Bit:Code Warior Errors and Warnings in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/8-16-Bit-Code-Warior-Errors-and-Warnings/m-p/132046#M1249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am trying to get a count of all warnings in a large complex project.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When compiling the complete project including sub-projects, the Error/Warning box remains open if there are errors, but closes when there are only warnings. Is there any way to leave the error and warnings displayed for each sub-project?&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Or, can I get a count of warnings through the command line?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm using Metrowerks v4.2&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;P&gt;Message Edited by CrasyCat on &lt;SPAN class="date_text"&gt;2007-04-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;01:48 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2006 00:58:37 GMT</pubDate>
    <dc:creator>Wizzard</dc:creator>
    <dc:date>2006-10-03T00:58:37Z</dc:date>
    <item>
      <title>8-16 Bit:Code Warior Errors and Warnings</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/8-16-Bit-Code-Warior-Errors-and-Warnings/m-p/132046#M1249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am trying to get a count of all warnings in a large complex project.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When compiling the complete project including sub-projects, the Error/Warning box remains open if there are errors, but closes when there are only warnings. Is there any way to leave the error and warnings displayed for each sub-project?&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Or, can I get a count of warnings through the command line?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm using Metrowerks v4.2&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;P&gt;Message Edited by CrasyCat on &lt;SPAN class="date_text"&gt;2007-04-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;01:48 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 00:58:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/8-16-Bit-Code-Warior-Errors-and-Warnings/m-p/132046#M1249</guid>
      <dc:creator>Wizzard</dc:creator>
      <dc:date>2006-10-03T00:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warior Errors and Warnings</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/8-16-Bit-Code-Warior-Errors-and-Warnings/m-p/132047#M1250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello Wizz&lt;BR /&gt;&lt;BR /&gt;I've been round that by "touching" one of the files.&lt;BR /&gt;If I &lt;SPAN style="font-weight: bold;"&gt;re&lt;/SPAN&gt;-compile a file without error I can't see any Warning.&lt;BR /&gt;But, If I touch a source file like the header files for instance, I have the list of Warnings displayed.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Alban.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 13:33:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/8-16-Bit-Code-Warior-Errors-and-Warnings/m-p/132047#M1250</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-10-03T13:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warior Errors and Warnings</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/8-16-Bit-Code-Warior-Errors-and-Warnings/m-p/132048#M1251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;Not sure it works, but you can try to add option following option to your compiler command line&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-ENVERRORFILE=.\%n.err.&lt;/DIV&gt;&lt;DIV&gt;For each C source file you are compiling it will create a file with same base name and extension .err,&lt;/DIV&gt;&lt;DIV&gt;where you can see all error messages and warnings.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I know this is working fine from batch or from a make file, but I never tried it within the IDE.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hope this helps.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 16:04:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/8-16-Bit-Code-Warior-Errors-and-Warnings/m-p/132048#M1251</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-10-03T16:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warior Errors and Warnings</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/8-16-Bit-Code-Warior-Errors-and-Warnings/m-p/132049#M1252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thank you both for your suggestions, I will give them a try.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 19:09:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/8-16-Bit-Code-Warior-Errors-and-Warnings/m-p/132049#M1252</guid>
      <dc:creator>Wizzard</dc:creator>
      <dc:date>2006-10-04T19:09:29Z</dc:date>
    </item>
  </channel>
</rss>

