<?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: Problems with elf File generated by MCUXpresso in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-elf-File-generated-by-MCUXpresso/m-p/2071192#M5635</link>
    <description>&lt;P&gt;Sorry, I have forgotten to add the screenshot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ResetOzone.PNG" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330549i64367733DEE0F16C/image-size/large?v=v2&amp;amp;px=999" role="button" title="ResetOzone.PNG" alt="ResetOzone.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Mar 2025 12:46:49 GMT</pubDate>
    <dc:creator>ChristofAbt</dc:creator>
    <dc:date>2025-03-31T12:46:49Z</dc:date>
    <item>
      <title>Problems with elf File generated by MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-elf-File-generated-by-MCUXpresso/m-p/2071184#M5634</link>
      <description>&lt;P&gt;Good afternoon,&amp;nbsp;&lt;/P&gt;&lt;P&gt;due to problems with the on board debug probe on the FRDM-K66 board and problems of this board with Segger J-Link Plus, I want to use Segger's Ozone and generate the elf file with MCUXPresso.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After Debug-&amp;gt;Start Debug Session -&amp;gt; Download and Reset Program the program should start executing the function main(). The corresponding map file shows that main() starts at 0x428 in the program memory.&lt;/P&gt;&lt;P&gt;extract from frdmk66f_lwip_tcpecho_bm.map&lt;/P&gt;&lt;P&gt;.text.main 0x00000428 0x240 ./source/lwip_tcpecho_bm.o&lt;BR /&gt;0x00000428 main&lt;/P&gt;&lt;P&gt;In Ozone at the disassembly window everything looks alright but the code line in the file scope window does not match to the reset conditions. If I understand elf files correctly, the C-code and the corresponding executabble code are linked together. Here, the executable code starts at the right position but is not linked to the corresponding c-code which would be the first non comment or signal declaration line in main().&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;P&gt;Christof Abt&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 12:31:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-elf-File-generated-by-MCUXpresso/m-p/2071184#M5634</guid>
      <dc:creator>ChristofAbt</dc:creator>
      <dc:date>2025-03-31T12:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with elf File generated by MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-elf-File-generated-by-MCUXpresso/m-p/2071192#M5635</link>
      <description>&lt;P&gt;Sorry, I have forgotten to add the screenshot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ResetOzone.PNG" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330549i64367733DEE0F16C/image-size/large?v=v2&amp;amp;px=999" role="button" title="ResetOzone.PNG" alt="ResetOzone.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 12:46:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-elf-File-generated-by-MCUXpresso/m-p/2071192#M5635</guid>
      <dc:creator>ChristofAbt</dc:creator>
      <dc:date>2025-03-31T12:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with elf File generated by MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-elf-File-generated-by-MCUXpresso/m-p/2072751#M5638</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248592"&gt;@ChristofAbt&lt;/a&gt;&amp;nbsp;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;Thanks for your post.&amp;nbsp;We don't have Ozone on our side, so I'm unable to replicate your issue in the exactly same way. I used the on-board debugger to debug the axf file generated by MCUXPresso and didn't encounter any problems.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;In the .map file:&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Courier New'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT size="4"&gt;.text.main 0x000005fc 0x188 ./source/lwip_tcpecho_bm.o&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT size="4"&gt;0x000005fc main&lt;/FONT&gt;&lt;/P&gt;
&lt;FONT size="4"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Celeste_Liu_0-1743585925978.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330971iD6A6B5024F3D507C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Celeste_Liu_0-1743585925978.png" alt="Celeste_Liu_0-1743585925978.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;Through the disassembly in the following way.&lt;/FONT&gt;&lt;/P&gt;
&lt;FONT size="4"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Celeste_Liu_2-1743586080853.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330973i0F4F88CDA7618FFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Celeste_Liu_2-1743586080853.png" alt="Celeste_Liu_2-1743586080853.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;You can see from the following picture that there is no problem.&lt;/FONT&gt; &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;FONT size="4"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Celeste_Liu_3-1743586356769.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330974i6BB56941C416C08F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Celeste_Liu_3-1743586356769.png" alt="Celeste_Liu_3-1743586356769.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;You mentioned that your ELF file was generated by MCUXpresso. Could you please tell me how exactly you generated it?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;BRs,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;Celeste&lt;/FONT&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Apr 2025 09:40:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-elf-File-generated-by-MCUXpresso/m-p/2072751#M5638</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2025-04-02T09:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with elf File generated by MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-elf-File-generated-by-MCUXpresso/m-p/2072755#M5639</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just found out a working designflow with the FRDM-K66F evaluation board. The on board debugger often dies when the board is connected to a Windows 10 computer. I think it is a problem with the software on the additional microcontroller on the board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I connected a SEEGER J-link and the connection was established but afterwards the whole system stalled. Yesterday I updated the MCUXpresso IDE to version 24.12.148 and this combination of an external debugger, the FRDM-K66F and the MCUXpresso seems to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is solved!&lt;/P&gt;&lt;P&gt;Thanks for your support&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 09:45:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-elf-File-generated-by-MCUXpresso/m-p/2072755#M5639</guid>
      <dc:creator>ChristofAbt</dc:creator>
      <dc:date>2025-04-02T09:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with elf File generated by MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-elf-File-generated-by-MCUXpresso/m-p/2072764#M5640</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am glad to hear that.&amp;nbsp; Any new issues, welcome to create a new post.&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 09:50:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problems-with-elf-File-generated-by-MCUXpresso/m-p/2072764#M5640</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2025-04-02T09:50:18Z</dc:date>
    </item>
  </channel>
</rss>

