<?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: What the difference in .afx file and .elf file? w.r.t to TAD tool in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/What-the-difference-in-afx-file-and-elf-file-w-r-t-to-TAD-tool/m-p/221762#M5868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks kojto for sharing the link of the document. i was searching for the same from quite a long time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the procedure u have mention is for changing the name of output file or say &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Artifact. but how can we change the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Artifact&lt;/SPAN&gt; extension as i see only afx in the drop down list of it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mention that i want ELF file. where can i generate it and what benifit will get over afx file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2013 10:42:33 GMT</pubDate>
    <dc:creator>Swapnil_Enable</dc:creator>
    <dc:date>2013-01-08T10:42:33Z</dc:date>
    <item>
      <title>What the difference in .afx file and .elf file? w.r.t to TAD tool</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/What-the-difference-in-afx-file-and-elf-file-w-r-t-to-TAD-tool/m-p/221760#M5866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i am using Code warrior v10.2. and when i built the project . a output.afx file is created which is downloaded in the target. as per the documents, i feel it is like exe file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i use TAD Tool. in the menu MQX tools-&amp;gt; Attach to target-&amp;gt;ELF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now what is this ELF files. as in all the webinar where the train is use MQX 3.7 and code warrior lower tham the 10.2 version download the ELF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me understand what it this? and how can i generate it, locate it? for TAD analysis/Debugging?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapnil K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 06:51:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/What-the-difference-in-afx-file-and-elf-file-w-r-t-to-TAD-tool/m-p/221760#M5866</guid>
      <dc:creator>Swapnil_Enable</dc:creator>
      <dc:date>2013-01-08T06:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: What the difference in .afx file and .elf file? w.r.t to TAD tool</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/What-the-difference-in-afx-file-and-elf-file-w-r-t-to-TAD-tool/m-p/221761#M5867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Swapnil Katre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you asked how to generate elf file and not afx which is set up by default in CW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This document helps you during your development:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/soft_dev_tools/doc/quick_ref_guide/STARCORE_FAQ_GUIDE.pdf" title="http://cache.freescale.com/files/soft_dev_tools/doc/quick_ref_guide/STARCORE_FAQ_GUIDE.pdf"&gt;http://cache.freescale.com/files/soft_dev_tools/doc/quick_ref_guide/STARCORE_FAQ_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is pasted from the linked document:&lt;/P&gt;&lt;P&gt;2.5.18 How can I change the name of the executable that&lt;/P&gt;&lt;P&gt;is generated when I build my project?&lt;/P&gt;&lt;P&gt;To change the name of the executable that is generated when you build your project, follow the steps&lt;/P&gt;&lt;P&gt;given below:&lt;/P&gt;&lt;P&gt;1. Select the project in the CodeWarrior Projects view and select Project &amp;gt; Properties from the IDE&lt;/P&gt;&lt;P&gt;menu bar.&lt;/P&gt;&lt;P&gt;The Properties dialog box appears.&lt;/P&gt;&lt;P&gt;2. Select C/C++ Build&amp;gt; Settings from the left panel.&lt;/P&gt;&lt;P&gt;The Settings page appears in the right panel of the Properties dialog box.&lt;/P&gt;&lt;P&gt;3. Select Build Artifact tab.&lt;/P&gt;&lt;P&gt;The Artifact name textbox contains the name of the executable that will be created when the Build&lt;/P&gt;&lt;P&gt;Project option is selected. The Artifact extension textbox contains the name extension of the binary&lt;/P&gt;&lt;P&gt;that will be created. If you want to change the name of the executable, replace the one in the Artifact&lt;/P&gt;&lt;P&gt;name textbox.&lt;/P&gt;&lt;P&gt;4. Click Apply.&lt;/P&gt;&lt;P&gt;5. Click OK.&lt;/P&gt;&lt;P&gt;Now when you build the project using the Build Project option, the new binary file name appears in&lt;/P&gt;&lt;P&gt;the project folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 09:08:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/What-the-difference-in-afx-file-and-elf-file-w-r-t-to-TAD-tool/m-p/221761#M5867</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2013-01-08T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: What the difference in .afx file and .elf file? w.r.t to TAD tool</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/What-the-difference-in-afx-file-and-elf-file-w-r-t-to-TAD-tool/m-p/221762#M5868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks kojto for sharing the link of the document. i was searching for the same from quite a long time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the procedure u have mention is for changing the name of output file or say &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Artifact. but how can we change the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Artifact&lt;/SPAN&gt; extension as i see only afx in the drop down list of it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mention that i want ELF file. where can i generate it and what benifit will get over afx file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 10:42:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/What-the-difference-in-afx-file-and-elf-file-w-r-t-to-TAD-tool/m-p/221762#M5868</guid>
      <dc:creator>Swapnil_Enable</dc:creator>
      <dc:date>2013-01-08T10:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: What the difference in .afx file and .elf file? w.r.t to TAD tool</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/What-the-difference-in-afx-file-and-elf-file-w-r-t-to-TAD-tool/m-p/221763#M5869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just type an extension there, it will work. I tried to generate elf file in CW 10.3 with a success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 11:38:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/What-the-difference-in-afx-file-and-elf-file-w-r-t-to-TAD-tool/m-p/221763#M5869</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2013-01-08T11:38:07Z</dc:date>
    </item>
  </channel>
</rss>

