<?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: Compare New .s19 with Old .s19 - Not matching, _Date_ Code function? Please Help in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compare-New-s19-with-Old-s19-Not-matching-Date-Code-function/m-p/218844#M8672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;copy of other post, just in case:&lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Be sure to turn of the inclusion of the Timestamp (default is on) by changing the linker properties and adding the following environment variable setting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-EnvINCLUDETIME=OFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit&amp;gt;[your tool] Settings&amp;gt;Target&amp;gt;Linker for [HC12|HC08]&amp;gt;Command Line Arguments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just add -EnvINCLUDETIME=OFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This may help in the binary comparison.&amp;nbsp;&amp;nbsp; All the above comments are correct as well regarding space for the _DATE macro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My suggestion is to try it first without the date macro, get that to compare consistently, and then work in your _DATE macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Aug 2010 22:35:48 GMT</pubDate>
    <dc:creator>Emac</dc:creator>
    <dc:date>2010-08-23T22:35:48Z</dc:date>
    <item>
      <title>Compare New .s19 with Old .s19 - Not matching, _Date_ Code function? Please Help</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compare-New-s19-with-Old-s19-Not-matching-Date-Code-function/m-p/218842#M8670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my code&amp;nbsp;I am using a&amp;nbsp;function called "__DATE__"&amp;nbsp;.&lt;/P&gt;&lt;P&gt;The build date is inherently connected to the .S19 file.&lt;/P&gt;&lt;P&gt;After somedays I was&amp;nbsp;repeated the build and compared the new .s19 file with the original .s19. Obviously, the dates will not line up - 8 bytes.&lt;/P&gt;&lt;P&gt;But more than 8 bytes are changing and different.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expectation : It should&amp;nbsp;not be different&amp;nbsp;anything other than date (8 bytes). In my case more than 8 bytes...Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 16:24:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compare-New-s19-with-Old-s19-Not-matching-Date-Code-function/m-p/218842#M8670</guid>
      <dc:creator>AlexanderLeenus</dc:creator>
      <dc:date>2010-08-18T16:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Compare New .s19 with Old .s19 - Not matching, _Date_ Code function? Please Help</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compare-New-s19-with-Old-s19-Not-matching-Date-Code-function/m-p/218843#M8671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why only 8 bytes? __DATE__ should evaluate to string, "18 Oct 2010" IIRC. That's more than 8 bytes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 17:48:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compare-New-s19-with-Old-s19-Not-matching-Date-Code-function/m-p/218843#M8671</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2010-08-18T17:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Compare New .s19 with Old .s19 - Not matching, _Date_ Code function? Please Help</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compare-New-s19-with-Old-s19-Not-matching-Date-Code-function/m-p/218844#M8672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;copy of other post, just in case:&lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Be sure to turn of the inclusion of the Timestamp (default is on) by changing the linker properties and adding the following environment variable setting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-EnvINCLUDETIME=OFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit&amp;gt;[your tool] Settings&amp;gt;Target&amp;gt;Linker for [HC12|HC08]&amp;gt;Command Line Arguments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just add -EnvINCLUDETIME=OFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This may help in the binary comparison.&amp;nbsp;&amp;nbsp; All the above comments are correct as well regarding space for the _DATE macro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My suggestion is to try it first without the date macro, get that to compare consistently, and then work in your _DATE macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 22:35:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Compare-New-s19-with-Old-s19-Not-matching-Date-Code-function/m-p/218844#M8672</guid>
      <dc:creator>Emac</dc:creator>
      <dc:date>2010-08-23T22:35:48Z</dc:date>
    </item>
  </channel>
</rss>

