<?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: global variables in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586450#M27201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Feb 25 09:42:53 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Renan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you remove all globals from the view, and add them back again - does that solve the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, can you try removing the "--gc-sections" option from the link step of your build and seeing if that helps?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:08:53 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:08:53Z</dc:date>
    <item>
      <title>global variables</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586447#M27198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by RatonVaquero on Wed Feb 24 17:17:57 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;has anyone found a way to display global variables in the variables tab?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can only see the local variables....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:08:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586447#M27198</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: global variables</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586448#M27199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Feb 25 02:16:16 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Right click on the variables view, and select "add global variables". You then need to select which globals you want to display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:08:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586448#M27199</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: global variables</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586449#M27200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by renan on Thu Feb 25 07:25:18 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to report a possible bug in this view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a global variable and added it to variables view. Then I removed the variable from my source code and did not remove it from the view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have other variables too in the view. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that none of the variables that are after the variable I deleted from my source code are beeing refreshed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the selected variable value = 12, then down it is showing 13 '\r'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://http://img692.imageshack.us/i/variableserror.jpg/"&gt;[IMG]http://img692.imageshack.us/img692/3496/variableserror.th.jpg[/IMG]&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Renan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:08:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586449#M27200</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: global variables</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586450#M27201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Feb 25 09:42:53 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Renan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you remove all globals from the view, and add them back again - does that solve the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, can you try removing the "--gc-sections" option from the link step of your build and seeing if that helps?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:08:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586450#M27201</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: global variables</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586451#M27202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by renan on Thu Feb 25 10:31:34 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;If you remove all globals from the view, and add them back again - does that solve the problem?&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I remove&amp;nbsp; the variable that I removed from my source, stop debuging and restart debuging it solves. I will try your way too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;If not, can you try removing the "--gc-sections" option from the link&amp;nbsp; step of your build and seeing if that helps?&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm already not using this option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Renan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:08:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586451#M27202</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: global variables</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586452#M27203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by RatonVaquero on Thu Feb 25 11:42:15 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, the global variables option is grayed out. I will try the "--gc-sections" option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;[IMG]&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fimg297.imageshack.us%2Fimg297%2F3624%2Fglobalvargrays.jpg%5B%2FIMG%5D" rel="nofollow" target="_blank"&gt;http://img297.imageshack.us/img297/3624/globalvargrays.jpg[/IMG]&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:08:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586452#M27203</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: global variables</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586453#M27204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by renan on Thu Feb 25 14:19:21 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I cannot see whats grayed out. I cannot zoom your image to see where is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Renan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:08:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586453#M27204</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: global variables</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586454#M27205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Feb 25 15:41:00 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If the global variables option is greyed out in the Variables view, then you could try closing the variables view, then reopening it from the "Window -&amp;gt; Show view" menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should reset the variables view, and you should then hopefully be able to add your global variables to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:08:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586454#M27205</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: global variables</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586455#M27206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by RatonVaquero on Fri Feb 26 08:27:58 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;SOLVED!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The trick was to eliminate the '--gc-sections' from the linker. After that, close the variables tab and re-open the variables tab, then the option to add global variables is enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:08:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/global-variables/m-p/586455#M27206</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:08:56Z</dc:date>
    </item>
  </channel>
</rss>

