<?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 compile error in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/compile-error/m-p/151852#M3703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;can someone please help. I get " ERROR: C2450: Expected: ~ ( INDENT auto const extern register static typedef volatile _interrupt"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I do not have a clue what this means.&lt;/DIV&gt;&lt;DIV&gt;I include the source&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2009 19:16:24 GMT</pubDate>
    <dc:creator>Chaos</dc:creator>
    <dc:date>2009-02-11T19:16:24Z</dc:date>
    <item>
      <title>compile error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/compile-error/m-p/151852#M3703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;can someone please help. I get " ERROR: C2450: Expected: ~ ( INDENT auto const extern register static typedef volatile _interrupt"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I do not have a clue what this means.&lt;/DIV&gt;&lt;DIV&gt;I include the source&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 19:16:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/compile-error/m-p/151852#M3703</guid>
      <dc:creator>Chaos</dc:creator>
      <dc:date>2009-02-11T19:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: compile error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/compile-error/m-p/151853#M3704</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 suspect some macros are not defined/expanded correctly.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please create a pre-processor listing and check the proprocessing file around&amp;nbsp;the line where the error is reported.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;To generate the pre-processor listing:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; Click right on the C source file in&amp;nbsp;the .mcp window and select preprocess in the context menu&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>Wed, 11 Feb 2009 21:50:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/compile-error/m-p/151853#M3704</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2009-02-11T21:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: compile error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/compile-error/m-p/151854#M3705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;thanks Crasycat&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I did the preprocess but can't see anything suspicious. the error point to line 592 in the KDet.c file. its the second last line of the preprocess file tha t i have zipped here.&lt;/DIV&gt;&lt;DIV&gt;Would you please be so kind to see if you can find something.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thanx&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 02:42:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/compile-error/m-p/151854#M3705</guid>
      <dc:creator>Chaos</dc:creator>
      <dc:date>2009-02-12T02:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: compile error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/compile-error/m-p/151855#M3706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Count the opening and closing braces, the code is closing one more than it opens.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;/*      572 */  void test_SPI ( void )
/*      573 */  {
/*      574 */    BYTE j , wr , rd ;
/*      576 */    wreg ( 17 &amp;lt;&amp;lt; 3 , 0x10 ) ;
/*      577 */    wreg ( 15 &amp;lt;&amp;lt; 3 , 0x20 ) ;
/*      578 */    wreg ( 15 &amp;lt;&amp;lt; 3 , 0 ) ;
/*      579 */    wr = 0x01 ;
/*      580 */    for ( j = 0 ; j &amp;lt; 8 ; j ++ )
/*      581 */    {
/*      582 */      wreg ( 14 &amp;lt;&amp;lt; 3 , wr ) ;
/*      583 */      rd = rreg ( 14 &amp;lt;&amp;lt; 3 ) ;
/*      584 */      wr &amp;lt;&amp;lt;= 1 ;
/*      585 */    }
/*      586 */  &lt;FONT color="#ff0000"&gt;}&lt;/FONT&gt;
/*      592 */  for ( ; ; ) { }
/*      594 */  }&lt;/PRE&gt;&lt;/DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 08:55:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/compile-error/m-p/151855#M3706</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2020-10-29T08:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: compile error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/compile-error/m-p/151856#M3707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks Buddy&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;One tends to overlook the basic things and look for bigger complicated faults&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 17:13:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/compile-error/m-p/151856#M3707</guid>
      <dc:creator>Chaos</dc:creator>
      <dc:date>2009-02-12T17:13:57Z</dc:date>
    </item>
  </channel>
</rss>

