<?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 S32DS  for PowerPC 1.0 Generate Srec file in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-for-PowerPC-1-0-Generate-Srec-file/m-p/581966#M532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Customer was able to generate S19 (srec) file in S32DS for PowerPC 1.0 when newly create an MPC5746R project.&lt;/P&gt;&lt;P&gt;And customer gradually add more and more .c and .h files into the project and build. Still OK to generate srec&amp;nbsp;file.&lt;/P&gt;&lt;P&gt;After adding more than 100+ files into the project and build, the srec file is missing.&lt;/P&gt;&lt;P&gt;We can still see the elf file and can still download and debug in S32DS IDE. But just not able to generate an srec file.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do &amp;nbsp;you know of this kind of problem?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jason Yang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2016 07:56:50 GMT</pubDate>
    <dc:creator>jinjingyang</dc:creator>
    <dc:date>2016-09-01T07:56:50Z</dc:date>
    <item>
      <title>S32DS  for PowerPC 1.0 Generate Srec file</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-for-PowerPC-1-0-Generate-Srec-file/m-p/581966#M532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Customer was able to generate S19 (srec) file in S32DS for PowerPC 1.0 when newly create an MPC5746R project.&lt;/P&gt;&lt;P&gt;And customer gradually add more and more .c and .h files into the project and build. Still OK to generate srec&amp;nbsp;file.&lt;/P&gt;&lt;P&gt;After adding more than 100+ files into the project and build, the srec file is missing.&lt;/P&gt;&lt;P&gt;We can still see the elf file and can still download and debug in S32DS IDE. But just not able to generate an srec file.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do &amp;nbsp;you know of this kind of problem?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jason Yang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 07:56:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-for-PowerPC-1-0-Generate-Srec-file/m-p/581966#M532</guid>
      <dc:creator>jinjingyang</dc:creator>
      <dc:date>2016-09-01T07:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS  for PowerPC 1.0 Generate Srec file</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-for-PowerPC-1-0-Generate-Srec-file/m-p/581967#M533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;Thanks for this report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flash image (srec) is created using&amp;nbsp;powerpc-eabivle-objcopy.exe&lt;/P&gt;&lt;P&gt;When "Create flash image" option is enabled (tick it and click on Apply -&amp;gt; new Standard S32DS Create Flash Image settings node appears in the Tools settings) &amp;nbsp;you should see its output in the build console after the successful build:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2802iA519D52C45918878/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2755iB718DBF8E00BC3D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any error visible in the build console?&lt;/P&gt;&lt;P&gt;They can also try to convert the elf file into s-record using this command line util. manually:&lt;/P&gt;&lt;P&gt;powerpc-eabivle-objcopy.exe -O srec &amp;nbsp;-v &amp;lt;Path_to_my_elf&amp;gt;\Test_MPC5748G_Z4_0.elf &amp;nbsp; "Test_MPC5748G_Z4_0.srec"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you paste here the console output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 09:52:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-for-PowerPC-1-0-Generate-Srec-file/m-p/581967#M533</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2016-09-01T09:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS  for PowerPC 1.0 Generate Srec file</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-for-PowerPC-1-0-Generate-Srec-file/m-p/581968#M534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your detailed explanation.&lt;/P&gt;&lt;P&gt;Customer did check those options. I will let them check the console response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jason Yang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 10:36:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-for-PowerPC-1-0-Generate-Srec-file/m-p/581968#M534</guid>
      <dc:creator>jinjingyang</dc:creator>
      <dc:date>2016-09-01T10:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS  for PowerPC 1.0 Generate Srec file</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-for-PowerPC-1-0-Generate-Srec-file/m-p/581969#M535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Customer checked the console, there is no such message. But after adding the "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;powerpc-eabivle-objcopy.exe -O srec&lt;/SPAN&gt;" command, they are able to generate s19 file. Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 08:12:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-for-PowerPC-1-0-Generate-Srec-file/m-p/581969#M535</guid>
      <dc:creator>jinjingyang</dc:creator>
      <dc:date>2016-09-02T08:12:53Z</dc:date>
    </item>
  </channel>
</rss>

