<?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: MK82FN256xxx15_qspi_alias example linker error in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK82FN256xxx15-qspi-alias-example-linker-error/m-p/2147646#M67773</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252722"&gt;@opetrone&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your post.&lt;/P&gt;
&lt;P&gt;This is a syntax error, please modify the 103 line from:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;.= ORIGIN(m_flash);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;. = ORIGIN(m_flash);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There's a missing space here.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then you will find it can build successfully:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Celeste_Liu_0-1754482989907.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/351188i03ECDF0D0830431F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Celeste_Liu_0-1754482989907.png" alt="Celeste_Liu_0-1754482989907.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you.&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Wed, 06 Aug 2025 12:24:11 GMT</pubDate>
    <dc:creator>Celeste_Liu</dc:creator>
    <dc:date>2025-08-06T12:24:11Z</dc:date>
    <item>
      <title>MK82FN256xxx15_qspi_alias example linker error</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK82FN256xxx15-qspi-alias-example-linker-error/m-p/2147456#M67771</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;When compiling the frdmk82f_hello_world_qspi_alias sample project with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;MCUXpresso IDE v11.9.1_2170&lt;/STRONG&gt;, the linker returns the following error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;MK82FN256xxx15_qspi_alias_mcux.ld:103: syntax error.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;The "MK82FN256xxx15_qspi_alias_mcux.ld" file is attached. (Zip Compressed)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;How can I fix the problem at linker file line 103?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;/*&lt;BR /&gt;* for exception handling/unwind - some Newlib functions (in common&lt;BR /&gt;* with C++ and STDC++) use this.&lt;BR /&gt;*/&lt;BR /&gt;.= ORIGIN(m_flash);&amp;nbsp; /*&amp;nbsp; ---&amp;gt; line 103 &amp;lt;--- */&lt;BR /&gt;.ARM.extab : ALIGN(4)&lt;BR /&gt;{&lt;BR /&gt;*(.ARM.extab* .gnu.linkonce.armextab.*)&lt;BR /&gt;} &amp;gt; m_flash&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 07:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK82FN256xxx15-qspi-alias-example-linker-error/m-p/2147456#M67771</guid>
      <dc:creator>opetrone</dc:creator>
      <dc:date>2025-08-06T07:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: MK82FN256xxx15_qspi_alias example linker error</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK82FN256xxx15-qspi-alias-example-linker-error/m-p/2147646#M67773</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252722"&gt;@opetrone&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your post.&lt;/P&gt;
&lt;P&gt;This is a syntax error, please modify the 103 line from:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;.= ORIGIN(m_flash);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;. = ORIGIN(m_flash);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There's a missing space here.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then you will find it can build successfully:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Celeste_Liu_0-1754482989907.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/351188i03ECDF0D0830431F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Celeste_Liu_0-1754482989907.png" alt="Celeste_Liu_0-1754482989907.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you.&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 12:24:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK82FN256xxx15-qspi-alias-example-linker-error/m-p/2147646#M67773</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2025-08-06T12:24:11Z</dc:date>
    </item>
  </channel>
</rss>

