<?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>i.MX RT Crossover MCUsのトピックRe: Is there any expected problem when remove .ARM.exidx section?</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Is-there-any-expected-problem-when-remove-ARM-exidx-section/m-p/1854100#M29993</link>
    <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186731"&gt;@EdwinHz&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I checked post which you recommend.&lt;/P&gt;&lt;P&gt;I try it but it can not solve the problem.&lt;/P&gt;&lt;P&gt;Please refer below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GoodDay_0-1714003357746.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/275687i3F5CB2AF014F5C78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GoodDay_0-1714003357746.png" alt="GoodDay_0-1714003357746.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;.ARM.exidx section is not removed and I think not source codes but new library or new nano library has exception.&lt;/P&gt;&lt;P&gt;Because new nano library can not be compiled again and redlib has not this problem.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Apr 2024 00:04:43 GMT</pubDate>
    <dc:creator>GoodDay</dc:creator>
    <dc:date>2024-04-25T00:04:43Z</dc:date>
    <item>
      <title>Is there any expected problem when remove .ARM.exidx section?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Is-there-any-expected-problem-when-remove-ARM-exidx-section/m-p/1847688#M29818</link>
      <description>&lt;P&gt;With below conditions, size of binary file is so big which can not be used.&lt;/P&gt;&lt;P&gt;- MCUXpresso 11.6.0 [Build 8187] with SDK 2.10.0 (494)&lt;/P&gt;&lt;P&gt;- RT1052&lt;/P&gt;&lt;P&gt;- Newlibnano&lt;/P&gt;&lt;P&gt;- Link application to RAM&lt;/P&gt;&lt;P&gt;With Redlib or without "Link application to RAM", binary file can be normally generated.&lt;/P&gt;&lt;P&gt;At binary file, most of regions are filled with 0x00 and last line filled some data.&lt;/P&gt;&lt;P&gt;I checked address of last line and I found that it is .ARM.exidx.&lt;/P&gt;&lt;P&gt;When I make binary file after removing .ARM.exidx section, normal binary data is generated.&lt;/P&gt;&lt;P&gt;.ARM.exidx is included at libgcc.a(_udivmoddi4.o).&lt;/P&gt;&lt;P&gt;[Questions]&lt;/P&gt;&lt;P&gt;1. Can I remove .ARM.exidx section or move memory position of .ARM.exidx section to generate small binary file?&lt;/P&gt;&lt;P&gt;2. If 1st solution is impossible, is there any expected problem when remove .ARM.exidx section?&lt;/P&gt;&lt;P&gt;To generate proper size binary data, I need to remove .ARM.exidx section.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 05:26:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Is-there-any-expected-problem-when-remove-ARM-exidx-section/m-p/1847688#M29818</guid>
      <dc:creator>GoodDay</dc:creator>
      <dc:date>2024-04-16T05:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any expected problem when remove .ARM.exidx section?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Is-there-any-expected-problem-when-remove-ARM-exidx-section/m-p/1850154#M29870</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232270"&gt;@GoodDay&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If your project uses&amp;nbsp;&lt;SPAN&gt;-fno-exceptions dialect flag, you should be able to remove .ARM.exidx section without issues. This can be done like this other post describes:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-RT/How-to-allocate-C-code-to-ITCM/m-p/801454" target="_blank"&gt;Solved: How to allocate C++ code to ITCM - NXP Community&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR,&lt;BR /&gt;Edwin.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 20:49:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Is-there-any-expected-problem-when-remove-ARM-exidx-section/m-p/1850154#M29870</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2024-04-18T20:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any expected problem when remove .ARM.exidx section?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Is-there-any-expected-problem-when-remove-ARM-exidx-section/m-p/1854100#M29993</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186731"&gt;@EdwinHz&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I checked post which you recommend.&lt;/P&gt;&lt;P&gt;I try it but it can not solve the problem.&lt;/P&gt;&lt;P&gt;Please refer below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GoodDay_0-1714003357746.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/275687i3F5CB2AF014F5C78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GoodDay_0-1714003357746.png" alt="GoodDay_0-1714003357746.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;.ARM.exidx section is not removed and I think not source codes but new library or new nano library has exception.&lt;/P&gt;&lt;P&gt;Because new nano library can not be compiled again and redlib has not this problem.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 00:04:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Is-there-any-expected-problem-when-remove-ARM-exidx-section/m-p/1854100#M29993</guid>
      <dc:creator>GoodDay</dc:creator>
      <dc:date>2024-04-25T00:04:43Z</dc:date>
    </item>
  </channel>
</rss>

