<?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: How to create .elf.s file in kinetics? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-elf-s-file-in-kinetics/m-p/674930#M41479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you have custom files or folder settings, see &lt;A class="link-titled" href="https://mcuoneclipse.com/2013/06/12/traps-and-pitfalls-no-hexbins19-file-created-with-gnu/" title="https://mcuoneclipse.com/2013/06/12/traps-and-pitfalls-no-hexbins19-file-created-with-gnu/"&gt;Traps and Pitfalls: No Hex/Bin/S19 File Created with GNU? | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2017 12:55:04 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2017-07-10T12:55:04Z</dc:date>
    <item>
      <title>How to create .elf.s file in kinetics?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-elf-s-file-in-kinetics/m-p/674927#M41476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am using my own board of MKV10Z32VLC7. When I tried to compile only &lt;SPAN style="font-size: 30px;"&gt;&lt;STRONG&gt;.elf &lt;/STRONG&gt;&lt;SPAN style="font-size: 15px;"&gt;is generated. But I just want &lt;STRONG&gt;.&lt;SPAN style="font-size: 22px;"&gt;elf.s &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 15px;"&gt;also. I tried to find out through the setting of my project but I couldn't. I need &lt;STRONG&gt;.&lt;SPAN style="font-size: 22px;"&gt;elf.s &lt;/SPAN&gt;&lt;/STRONG&gt;for creating image files for my project or else is there any other file to generate the image file. I am unable to program the target board with the image file created from &lt;STRONG&gt;.elf&lt;/STRONG&gt; file. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;Vigneshkumar P&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 07:04:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-elf-s-file-in-kinetics/m-p/674927#M41476</guid>
      <dc:creator>vigneshkumarp</dc:creator>
      <dc:date>2017-06-27T07:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create .elf.s file in kinetics?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-elf-s-file-in-kinetics/m-p/674928#M41477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 15px;"&gt;Vigneshkumar&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;not sure what you mean with .elf.s, is this a S19/R-Record file?&lt;/P&gt;&lt;P&gt;If so, this depends on the toolchain/IDE you are using.&lt;/P&gt;&lt;P&gt;You can use the SRecord Tool (see &lt;A class="link-titled" href="https://mcuoneclipse.com/2015/04/26/crc-checksum-generation-with-srecord-tools-for-gnu-and-eclipse/" title="https://mcuoneclipse.com/2015/04/26/crc-checksum-generation-with-srecord-tools-for-gnu-and-eclipse/"&gt;CRC Checksum Generation with ‘SRecord’ Tools for GNU and Eclipse | MCU on Eclipse&lt;/A&gt; ) which can convert all kind of files. If using CodeWarrior, have a look here: &lt;A class="link-titled" href="https://mcuoneclipse.com/2012/09/13/s-record-generation-with-gcc-for-armkinetis/" title="https://mcuoneclipse.com/2012/09/13/s-record-generation-with-gcc-for-armkinetis/"&gt;S-Record Generation with gcc for ARM/Kinetis | MCU on Eclipse&lt;/A&gt; which is describing a generic way using the GNU objcopy too. If using KDS or GNU ARM Eclipse plugins, have a read here:&amp;nbsp;&lt;A class="link-titled" href="https://mcuoneclipse.com/2014/04/20/binary-files-for-the-mbed-bootloader-with-eclipse-and-gnu-arm-eclipse-plugins/" title="https://mcuoneclipse.com/2014/04/20/binary-files-for-the-mbed-bootloader-with-eclipse-and-gnu-arm-eclipse-plugins/"&gt;Binary (and S19) Files for the mbed Bootloader with Eclipse and GNU ARM Eclipse Plugins | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If using MCUXpresso IDE, have a look here: &lt;A class="link-titled" href="https://mcuoneclipse.com/2017/03/29/mcuxpresso-ide-s-record-intel-hex-and-binary-files/" title="https://mcuoneclipse.com/2017/03/29/mcuxpresso-ide-s-record-intel-hex-and-binary-files/"&gt;MCUXpresso IDE: S-Record, Intel Hex and Binary Files | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 07:53:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-elf-s-file-in-kinetics/m-p/674928#M41477</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-06-27T07:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create .elf.s file in kinetics?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-elf-s-file-in-kinetics/m-p/674929#M41478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am using codewarrior10.6. I followed the above procedure but it fails to create the flash image. I checked with dummy project with same MKV10Z32VLC7 the flash image get created, but when I add my codes with NXP PMSM library files the flash image is not generated.&lt;/P&gt;&lt;P&gt;Note: I have optimized the code for size.&lt;/P&gt;&lt;P&gt;What will be the possibility to generate the flash image??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 12:28:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-elf-s-file-in-kinetics/m-p/674929#M41478</guid>
      <dc:creator>vigneshkumarp</dc:creator>
      <dc:date>2017-07-10T12:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create .elf.s file in kinetics?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-elf-s-file-in-kinetics/m-p/674930#M41479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you have custom files or folder settings, see &lt;A class="link-titled" href="https://mcuoneclipse.com/2013/06/12/traps-and-pitfalls-no-hexbins19-file-created-with-gnu/" title="https://mcuoneclipse.com/2013/06/12/traps-and-pitfalls-no-hexbins19-file-created-with-gnu/"&gt;Traps and Pitfalls: No Hex/Bin/S19 File Created with GNU? | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 12:55:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-create-elf-s-file-in-kinetics/m-p/674930#M41479</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-07-10T12:55:04Z</dc:date>
    </item>
  </channel>
</rss>

