<?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: Triggering Clean Build</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Triggering-Clean-Build/m-p/528388#M916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jdurand on Thu Dec 13 08:54:11 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; Until now I'd never run into a case where I had the __DATE__ in more than one file and needed them all the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only other thing I can think of is referencing it with a pointer and making sure there's only one copy in memory and have that defined in something that's small and always changed, maybe main() and then use a pre-build touch to make sure that's always built.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:32:45 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:32:45Z</dc:date>
    <item>
      <title>Triggering Clean Build</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Triggering-Clean-Build/m-p/528386#M914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jdurand on Wed Dec 12 13:51:13 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In one project I use the __DATE__ string in several places.&amp;nbsp; I just ran into a momentary bit of confusion when the date showed up as yesterday's in one bit of code, then I realized that file hadn't changed since yesterday so of course the __DATE__ string hadn't been updated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A Clean and build of course fixes this.&amp;nbsp; Is there a way to trigger a Clean on the first build of a new day in case I forget?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:32:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Triggering-Clean-Build/m-p/528386#M914</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering Clean Build</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Triggering-Clean-Build/m-p/528387#M915</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 Dec 13 05:43:45 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Can't think of an obvious way to do this directly within the IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you could do though is change the way that you launch the product, such that you do a "headless" build first to do the clean (and initial rebuild), and then start up the IDE itself to carry on with your work for the new day...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/HeadlessBuild&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:32:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Triggering-Clean-Build/m-p/528387#M915</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering Clean Build</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Triggering-Clean-Build/m-p/528388#M916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jdurand on Thu Dec 13 08:54:11 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; Until now I'd never run into a case where I had the __DATE__ in more than one file and needed them all the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only other thing I can think of is referencing it with a pointer and making sure there's only one copy in memory and have that defined in something that's small and always changed, maybe main() and then use a pre-build touch to make sure that's always built.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:32:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Triggering-Clean-Build/m-p/528388#M916</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering Clean Build</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Triggering-Clean-Build/m-p/528389#M917</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 Dec 13 09:15:00 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to clarify, I was suggesting launch the headless clean, followed by the IDE proper, from a batch file. Thus rather than launching LPCXpresso at the start of the day from the Start menu etc, you would just double click on the batch file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:32:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Triggering-Clean-Build/m-p/528389#M917</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:32:46Z</dc:date>
    </item>
  </channel>
</rss>

