<?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: Undefined error from Compiler, but not from IDE in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284966#M10521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The preprocessor was a good suggestion.&amp;nbsp; I clicked on disassembly below it, and got an error I hadn't seen before.&amp;nbsp; It was a missing include path that kept me from including "verif_user_config.h".&amp;nbsp; It compiles ... now ... does it run?!?!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2013 21:25:43 GMT</pubDate>
    <dc:creator>marcbunyard</dc:creator>
    <dc:date>2013-07-22T21:25:43Z</dc:date>
    <item>
      <title>Undefined error from Compiler, but not from IDE</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284960#M10515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting a compiler error where the compiler says that it has an undefined variable, yet the IDE is able to find it through "Open Declaration".&amp;nbsp; All of the include paths seem to be intact, but the compiler errors on the same variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 17:12:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284960#M10515</guid>
      <dc:creator>marcbunyard</dc:creator>
      <dc:date>2013-07-22T17:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined error from Compiler, but not from IDE</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284961#M10516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post the exact error message? Which compiler/target?&lt;/P&gt;&lt;P&gt;I recommend that you generate a preprocesing listing: I guess there is something wrong with your includes, or with the defines.&lt;/P&gt;&lt;P&gt;The fact that the IDE does not find the declaration too really could mean that your includes are not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 19:35:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284961#M10516</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-07-22T19:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined error from Compiler, but not from IDE</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284962#M10517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The IDE DOES find the declaration.&amp;nbsp; That's what's confusing.&amp;nbsp; Here's a screen capture of the error after the compile:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="UndefinedError.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/39977iADE181ECB9ABDF9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="UndefinedError.png" alt="UndefinedError.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm&amp;nbsp; trying to figure out how to get the pre-processor listing (still new to Code Warrior).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 19:53:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284962#M10517</guid>
      <dc:creator>marcbunyard</dc:creator>
      <dc:date>2013-07-22T19:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined error from Compiler, but not from IDE</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284963#M10518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ah, sorry, I thougth the IDE was not able to find it.&lt;/P&gt;&lt;P&gt;Preprocessor listing: you should be able to right click on the source file, and the context menu should offer you that.&lt;/P&gt;&lt;P&gt;Maybe the order of includes is the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 20:06:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284963#M10518</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-07-22T20:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined error from Compiler, but not from IDE</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284964#M10519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting.&amp;nbsp; I right clicked on preprocess, it ran the preprocessor, and the errors were removed!&amp;nbsp; So I ran the build, and they're back!?&amp;nbsp; To add another level to the confusion, this project compiles, but won't link, under RAM, but not FLASH (hvac_wifi).&amp;nbsp; I haven't changed the include file order from what it was when shipped as a Freescale example.&amp;nbsp; The hvac_wifi example appears to be written for the K60M100, and I am building it for the K60M120.&amp;nbsp; The startup code for the M100 would not work for the M120.&amp;nbsp; It hung on the PLL setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I ran the preprocessor, the listing was output on the console.&amp;nbsp; After doing the build, it stopped outputing it on the console. ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 20:51:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284964#M10519</guid>
      <dc:creator>marcbunyard</dc:creator>
      <dc:date>2013-07-22T20:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined error from Compiler, but not from IDE</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284965#M10520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error only disappeared because the preprocess 'compile' was sucessful. About the output console: I have it the preprocessor listing in a new window/source file. I'm using gcc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 21:22:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284965#M10520</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-07-22T21:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined error from Compiler, but not from IDE</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284966#M10521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The preprocessor was a good suggestion.&amp;nbsp; I clicked on disassembly below it, and got an error I hadn't seen before.&amp;nbsp; It was a missing include path that kept me from including "verif_user_config.h".&amp;nbsp; It compiles ... now ... does it run?!?!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 21:25:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284966#M10521</guid>
      <dc:creator>marcbunyard</dc:creator>
      <dc:date>2013-07-22T21:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined error from Compiler, but not from IDE</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284967#M10522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The preprocessor was a good suggestion.&amp;nbsp; I clicked on disassembly below it, and got an error I hadn't seen before.&amp;nbsp; It was a missing include path that kept me from including "verif_enabled_config.h".&amp;nbsp; It compiles ... now ... does it run?!?!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 21:39:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Undefined-error-from-Compiler-but-not-from-IDE/m-p/284967#M10522</guid>
      <dc:creator>marcbunyard</dc:creator>
      <dc:date>2013-07-22T21:39:43Z</dc:date>
    </item>
  </channel>
</rss>

