<?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: Compile Error: C1135: Ignore Storage Class Specifier ?????? in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compile-Error-C1135-Ignore-Storage-Class-Specifier/m-p/201053#M7564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's fixed. There WAS a missing variable name in the definition for SCI1BDL in the header file. The pre-process output showed the difference, or at least where it was. I really figured copying over the file would replace and fix anything that was corrupted, but there must be a reference to somewhere else. Don't know, but it's working now!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2012 20:50:18 GMT</pubDate>
    <dc:creator>danielhembree</dc:creator>
    <dc:date>2012-09-26T20:50:18Z</dc:date>
    <item>
      <title>Compile Error: C1135: Ignore Storage Class Specifier ??????</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compile-Error-C1135-Ignore-Storage-Class-Specifier/m-p/201049#M7560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two computers with CodeWarrior IDE version 5.9.0 installed. With one, my code compiles with no errors at all, but with the other the exact same code has suddenly begun to produce a warning and an error:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C1135: Ignore Storage Class Specifier cause it only applies on objects&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MC9S08GB60A.h line 896&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: C2801: ';' missing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MC9S08GB60A.h line 1064&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both errors point to the same section of the header file for the MC9S08GB60A.h that relates to the SCI1BDL definition. The file has not been modified in any way. In fact, I deleted and re-copied the entire contents of the containing folder, then, in desperation, I re-installed codewarrior without results. Nothing i have done fixes this problem. I have tried starting an entirely new project with only the starting code in main.c and still get the same error. I have looked for some sort of ini file to over-write but cannot find such. This is very frustrating and I have run out of ideas. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PLEASE HELP!!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 17:59:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compile-Error-C1135-Ignore-Storage-Class-Specifier/m-p/201049#M7560</guid>
      <dc:creator>danielhembree</dc:creator>
      <dc:date>2012-09-26T17:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Error: C1135: Ignore Storage Class Specifier ??????</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compile-Error-C1135-Ignore-Storage-Class-Specifier/m-p/201050#M7561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;strange things could happen e.g. if you have modified another header file and entered some characters by mistake. What I do in such cases is to produce a pre-processor listing file (compiler option -Lp) or using the 'preprocess' context menu on the source (in MCU10.x). And then inspect the produced file.&lt;/P&gt;&lt;P&gt;If you do not spot the error: save that file with a .c extension and compile it: that way (at least for me) it was always easy to spot the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 19:11:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compile-Error-C1135-Ignore-Storage-Class-Specifier/m-p/201050#M7561</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-09-26T19:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Error: C1135: Ignore Storage Class Specifier ??????</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compile-Error-C1135-Ignore-Storage-Class-Specifier/m-p/201051#M7562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Erich. My first thought when this problem surfaced was that I inadvertently modified the header file, so I copied a fresh "un-altered" version into the folder where the header files reside from the PC that compiles the code without error. Neither that, nor re-installing the entire Codewarrior application fixed the problem. I'll try and muddle through what you have suggested. I'm very new at this so I'm not exactly sure what you are talking about. I'll give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 19:41:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compile-Error-C1135-Ignore-Storage-Class-Specifier/m-p/201051#M7562</guid>
      <dc:creator>danielhembree</dc:creator>
      <dc:date>2012-09-26T19:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Error: C1135: Ignore Storage Class Specifier ??????</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compile-Error-C1135-Ignore-Storage-Class-Specifier/m-p/201052#M7563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The preprocessor listing is what the compilers 'sees' after preprocessing the files (resolving all the macros, etc), see &lt;A href="http://en.wikipedia.org/wiki/Preprocessor" title="http://en.wikipedia.org/wiki/Preprocessor"&gt;http://en.wikipedia.org/wiki/Preprocessor&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The error is not necessarily in the header file reported in the error: it could be in the source file where you include that header file (or other header files which include that&amp;nbsp; header file, etc). So it could be that you entered some characters in your own sources.&lt;/P&gt;&lt;P&gt;If you are using the Eclipse version of CodeWarrior: Eclipse is pretty good in showing this kind of errors in the Editor too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 20:01:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compile-Error-C1135-Ignore-Storage-Class-Specifier/m-p/201052#M7563</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-09-26T20:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Error: C1135: Ignore Storage Class Specifier ??????</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compile-Error-C1135-Ignore-Storage-Class-Specifier/m-p/201053#M7564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's fixed. There WAS a missing variable name in the definition for SCI1BDL in the header file. The pre-process output showed the difference, or at least where it was. I really figured copying over the file would replace and fix anything that was corrupted, but there must be a reference to somewhere else. Don't know, but it's working now!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 20:50:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compile-Error-C1135-Ignore-Storage-Class-Specifier/m-p/201053#M7564</guid>
      <dc:creator>danielhembree</dc:creator>
      <dc:date>2012-09-26T20:50:18Z</dc:date>
    </item>
  </channel>
</rss>

