<?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>Classic/Legacy CodeWarriorのトピックRe: Why do I get error C3201 here?</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Why-do-I-get-error-C3201-here/m-p/185082#M4445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently, if I compile three times in sequence without making any changes to the code, the error goes away.&lt;/P&gt;&lt;P&gt;However, it comes back as soon as I change the code and try to re-compile. Then I have to repeat two more times to get the error to go away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is definitly a bug in the IDE.&lt;/P&gt;&lt;P&gt;How should it be reported?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Nov 2012 13:40:02 GMT</pubDate>
    <dc:creator>checkers</dc:creator>
    <dc:date>2012-11-22T13:40:02Z</dc:date>
    <item>
      <title>Why do I get error C3201 here?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Why-do-I-get-error-C3201-here/m-p/185081#M4444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added one line to a function and now I get an error C3201&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code. I added the last line in this list&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* ************************************************************ */&lt;/P&gt;&lt;P&gt;void simulate_stick(unsigned char arrow_state) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; setLedArrow5(arrow_state &amp;amp;&amp;amp; 0x01);&lt;/P&gt;&lt;P&gt;&amp;nbsp; arrow_state = arrow_state / 2; // throws a C3201 error&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;/* ************************************************************ */&lt;/P&gt;&lt;P&gt;void simulate_stick(unsigned char arrow_state) {&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now, I am editing all code inside of the CodeWarrior IDE. &lt;/P&gt;&lt;P&gt;I don't have UNIX - this is a Windows 7 PC. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where did that error come from? &lt;/P&gt;&lt;P&gt;What can I do to eliminate the error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 13:38:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Why-do-I-get-error-C3201-here/m-p/185081#M4444</guid>
      <dc:creator>checkers</dc:creator>
      <dc:date>2012-11-22T13:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get error C3201 here?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Why-do-I-get-error-C3201-here/m-p/185082#M4445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently, if I compile three times in sequence without making any changes to the code, the error goes away.&lt;/P&gt;&lt;P&gt;However, it comes back as soon as I change the code and try to re-compile. Then I have to repeat two more times to get the error to go away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is definitly a bug in the IDE.&lt;/P&gt;&lt;P&gt;How should it be reported?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 13:40:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Why-do-I-get-error-C3201-here/m-p/185082#M4445</guid>
      <dc:creator>checkers</dc:creator>
      <dc:date>2012-11-22T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get error C3201 here?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Why-do-I-get-error-C3201-here/m-p/185083#M4446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright, I have the root cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must have leaned on the shift key when I pressed return at the end of that line, then I added the ;&lt;/P&gt;&lt;P&gt;&amp;lt;shift&amp;gt;&amp;lt;return&amp;gt; adds a &amp;lt;cr&amp;gt; character without the &amp;lt;lf&amp;gt; character. It is called a soft return in the printing industry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running make a couple of times in a row must have temporarily removed the lone &amp;lt;cr&amp;gt; and placed a &amp;lt;cr&amp;gt;&amp;lt;lf&amp;gt; at the end of the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it is still a bug which should be prevented, or you could change the documentation to show this possibility.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 14:41:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Why-do-I-get-error-C3201-here/m-p/185083#M4446</guid>
      <dc:creator>checkers</dc:creator>
      <dc:date>2012-11-22T14:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get error C3201 here?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Why-do-I-get-error-C3201-here/m-p/185084#M4447</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 would try the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open the source file in an editor window&lt;/LI&gt;&lt;LI&gt;In the editor window click on the Document settings icon (the 4th starting from left).&lt;/LI&gt;&lt;LI&gt;Select DOS&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&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/38075i5941F84DA4FB2A53/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;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Once this is done press CTRL + S or select File &amp;gt; Save&lt;/LI&gt;&lt;LI&gt;Try to rebuild.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2012 06:45:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Why-do-I-get-error-C3201-here/m-p/185084#M4447</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2012-11-23T06:45:43Z</dc:date>
    </item>
  </channel>
</rss>

