<?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>LPCXpresso IDE中的主题 Re: Problem with variable &amp;quot;visibility&amp;quot;</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-with-variable-quot-visibility-quot/m-p/572264#M20920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by schisanoa on Sun Apr 13 05:35:05 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now everything is working fine. there was an error into a #define &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:30:04 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:30:04Z</dc:date>
    <item>
      <title>Problem with variable "visibility"</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-with-variable-quot-visibility-quot/m-p/572260#M20916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by schisanoa on Mon Apr 07 00:41:18 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello, I have a little problem compiling a project based on LPCOpen but probably it's a stupid problem ;-) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The project is composed by: LPC_CHIP_40XX from LPCOpen, and my project. If I declare OscRateIn and RTCOscRateIn in my project(I don't use Board support package), then both the variable are not visible from the clock_40xx_17xx.c file, and compiler report the error as per "undefined reference".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've checked the clock_40xx_17xx.h and the OscRateIn is declared:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;extern const uint32_t OscRateIn;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so, I checked how it is declared in the board support package:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;const uint32_t OscRateIn = 12000000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that is the same declaration I made in my own file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I'm doing wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:30:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-with-variable-quot-visibility-quot/m-p/572260#M20916</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with variable "visibility"</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-with-variable-quot-visibility-quot/m-p/572261#M20917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon Apr 07 02:14:08 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using C or C++.&amp;nbsp;If C++, don't forget "extern C { ... }"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:30:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-with-variable-quot-visibility-quot/m-p/572261#M20917</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with variable "visibility"</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-with-variable-quot-visibility-quot/m-p/572262#M20918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by schisanoa on Mon Apr 07 03:21:03 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using C language&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:30:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-with-variable-quot-visibility-quot/m-p/572262#M20918</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with variable "visibility"</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-with-variable-quot-visibility-quot/m-p/572263#M20919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon Apr 07 03:31:49 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Check your buid log&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- is you source file being built&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- is it being linked&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check your source&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- check the spelling of the variables - are you *sure* it is the same?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that doesn't give any clues, post your project&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:30:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-with-variable-quot-visibility-quot/m-p/572263#M20919</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with variable "visibility"</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-with-variable-quot-visibility-quot/m-p/572264#M20920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by schisanoa on Sun Apr 13 05:35:05 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now everything is working fine. there was an error into a #define &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:30:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-with-variable-quot-visibility-quot/m-p/572264#M20920</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:30:04Z</dc:date>
    </item>
  </channel>
</rss>

