<?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>MPC5xxx中的主题 Re: MPC56XX Link Error  on section '.ivor_branch_table'</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC56XX-Link-Error-on-section-ivor-branch-table/m-p/1824430#M25014</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Seems there is an issue with .section statement of .ivor_branch_table section in&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;edv24_bsw.a &lt;/EM&gt;&lt;/STRONG&gt;which is not declared as VLE code but rather as default code (PROGBITS).&lt;/P&gt;
&lt;P&gt;I'd suggest you to use syntax below.&amp;nbsp; It causes to uses the same elf type/flags from section text_vle (vle code) to .ivor_branch_table section since it contains VLE instructions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;.section .ivor_branch_table, text_vle&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2024 21:47:55 GMT</pubDate>
    <dc:creator>stanish</dc:creator>
    <dc:date>2024-03-08T21:47:55Z</dc:date>
    <item>
      <title>MPC56XX Link Error  on section '.ivor_branch_table'</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC56XX-Link-Error-on-section-ivor-branch-table/m-p/1823310#M25002</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I met this error with codewarrior&amp;nbsp; while making mpc5604 app&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;Link Error &amp;nbsp;&lt;/STRONG&gt; : Linker command file output section &lt;/SPAN&gt;&lt;SPAN&gt;'.&lt;STRONG&gt;ivor_branch_table&lt;/STRONG&gt;'&lt;/SPAN&gt;&lt;SPAN&gt; has a &lt;STRONG&gt;type or input&lt;/STRONG&gt; which is &lt;STRONG&gt;incompatible&lt;/STRONG&gt; with&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;section &lt;/SPAN&gt;&lt;SPAN&gt;'.ivor_branch_table'&lt;/SPAN&gt;&lt;SPAN&gt; in file &lt;/SPAN&gt;&lt;SPAN&gt;'F:&lt;/SPAN&gt;&lt;SPAN&gt;\V&lt;/SPAN&gt;&lt;SPAN&gt;CU_QLD4 -a\app&lt;/SPAN&gt;&lt;SPAN&gt;\c&lt;/SPAN&gt;&lt;SPAN&gt;ode\edv24_bsw.o'&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Change the type or add an input &lt;/SPAN&gt;&lt;SPAN&gt;for&lt;/SPAN&gt; &lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt; section.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lizhichaosdut_0-1709875776355.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/267172i91DEE833278532F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lizhichaosdut_0-1709875776355.png" alt="lizhichaosdut_0-1709875776355.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;P&gt;&lt;LI-PRODUCT title="MPC560xB" id="MPC560xB"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/6756"&gt;@CodewarriorIDE&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Mar 2024 05:30:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC56XX-Link-Error-on-section-ivor-branch-table/m-p/1823310#M25002</guid>
      <dc:creator>lizhichaosdut</dc:creator>
      <dc:date>2024-03-08T05:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: MPC56XX Link Error  on section '.ivor_branch_table'</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC56XX-Link-Error-on-section-ivor-branch-table/m-p/1824430#M25014</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Seems there is an issue with .section statement of .ivor_branch_table section in&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;edv24_bsw.a &lt;/EM&gt;&lt;/STRONG&gt;which is not declared as VLE code but rather as default code (PROGBITS).&lt;/P&gt;
&lt;P&gt;I'd suggest you to use syntax below.&amp;nbsp; It causes to uses the same elf type/flags from section text_vle (vle code) to .ivor_branch_table section since it contains VLE instructions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;.section .ivor_branch_table, text_vle&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 21:47:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC56XX-Link-Error-on-section-ivor-branch-table/m-p/1824430#M25014</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2024-03-08T21:47:55Z</dc:date>
    </item>
  </channel>
</rss>

