<?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>CodeWarrior for MCUのトピックRe: Target Data Files (tdt)</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124195#M49</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;And what about the CWSettingsWindows.stg, what information is saved into that file?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I noticed that It is modified when removing files from the project.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2007 04:20:35 GMT</pubDate>
    <dc:creator>GonzaloVictorio</dc:creator>
    <dc:date>2007-02-27T04:20:35Z</dc:date>
    <item>
      <title>Target Data Files (tdt)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124191#M45</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt;Hello,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt;Does&amp;nbsp;anyone knows what is exactly saved in the target data files?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt;Thank you!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;(CW ----&amp;gt; HC08 5.1)&lt;/EM&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 03:50:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124191#M45</guid>
      <dc:creator>GonzaloVictorio</dc:creator>
      <dc:date>2007-02-23T03:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Target Data Files (tdt)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124192#M46</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;no, not exactly.&lt;BR /&gt;I think it contains information like the file modification dates used when compiling the source files, file dependency information, browse information and other target specific data. You can delete them if you want, rebuilding is all it takes to recreate them.&lt;BR /&gt;For HC08 they do not contain the object file content as for other CW versions like CF.&lt;BR /&gt;They do not contain any really valuable configuration data like options, that is all stored in the mcp's.&lt;BR /&gt;&lt;BR /&gt;Why do you ask?&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 06:04:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124192#M46</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2007-02-23T06:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Target Data Files (tdt)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124193#M47</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I read a post in the forum that talked about what files to put under source control and what others don't and all the settings appeared to be set in the mcp project file.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In a project I have, those .tdt files where under source control but I had realized that they were generated again with every&amp;nbsp;build and after reading the source control post here decide to take them off.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Basically I asked just&amp;nbsp;for curiosity... In the past I though I'd had a problem not having those files under S.C. but I must've been confused... was in the first days of using CW.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 06:28:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124193#M47</guid>
      <dc:creator>GonzaloVictorio</dc:creator>
      <dc:date>2007-02-23T06:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Target Data Files (tdt)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124194#M48</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would not recommend putting those .tdt file under version control.&lt;/DIV&gt;&lt;DIV&gt;Anything stored in that file will be reconstructed next time you build the application.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Additionally the .tdt file also contains full paths to the source and include files. If you put them under VCS you have to make sure you install everything in the same location otherwise those .tdt file might get you into trouble &lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 17:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124194#M48</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-02-23T17:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Target Data Files (tdt)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124195#M49</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;And what about the CWSettingsWindows.stg, what information is saved into that file?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I noticed that It is modified when removing files from the project.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 04:20:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124195#M49</guid>
      <dc:creator>GonzaloVictorio</dc:creator>
      <dc:date>2007-02-27T04:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Target Data Files (tdt)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124196#M50</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As far as I can tell this file contains&amp;nbsp;display settings&amp;nbsp;for the .mcp window.&lt;/DIV&gt;&lt;DIV&gt;Which groups (folder) should be expanded, and other internal settings. You do not need to store that one either.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 16:28:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124196#M50</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-02-27T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Target Data Files (tdt)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124197#M51</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;We had that file under source control and we had a problem...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If somebody else modifies the &lt;STRONG&gt;.mcp&lt;/STRONG&gt; project file and removes some files it would create a "Rescued Items" problem with the project the next time it is oppened and&amp;nbsp;CW would not be able to delete these items unless the &lt;STRONG&gt;.stg&lt;/STRONG&gt; file is not write-protected.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Not having&amp;nbsp;the &lt;STRONG&gt;.stg&lt;/STRONG&gt; under source control makes me wonder what will happen when files are deleted and other people get latest version of the project... wouldn't it cause the same problem again?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you,&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 23:46:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124197#M51</guid>
      <dc:creator>GonzaloVictorio</dc:creator>
      <dc:date>2007-02-27T23:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Target Data Files (tdt)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124198#M52</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Should not.&lt;/DIV&gt;&lt;DIV&gt;The list of source files present in the project is stored in the .mcp file.&lt;/DIV&gt;&lt;DIV&gt;You do not need to place the stg file in VCS.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 15:04:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124198#M52</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-02-28T15:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Target Data Files (tdt)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124199#M53</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Apparently, the .stg file contains the current CPU that is selected under the Processor Expert tab; discovered this by deleting it and then opening the project that used it.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So, that may be a candidate for version control.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 01:08:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124199#M53</guid>
      <dc:creator>JPB_plxs</dc:creator>
      <dc:date>2007-06-19T01:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Target Data Files (tdt)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124200#M54</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The CPU selected in ProcessorExpert for your project is stored in the .pe file.&lt;/DIV&gt;&lt;DIV&gt;The .stg file does not know (or store) anything about Processor Expert.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 13:54:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Target-Data-Files-tdt/m-p/124200#M54</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-06-19T13:54:39Z</dc:date>
    </item>
  </channel>
</rss>

