<?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>CodeWarrior Development ToolsのトピックLinker error: Out of allocation space in segment PAGE_0E at address 0xEBEF9</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Linker-error-Out-of-allocation-space-in-segment-PAGE-0E-at/m-p/326073#M1082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem with my linker:&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use an S9S12G64 with codewarrior 5.1. I add some routines to my software and I see following error message: "Link Error : L1102: Out of allocation space in segment PAGE_0E at address 0xEBEF9".&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I remove a few lines of new code, linker (and my software) runs well.&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the reason for this error message?&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think only 50% of flash is used...&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached you can find my *.prm-file.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337839"&gt;Project.prm.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2014 08:05:41 GMT</pubDate>
    <dc:creator>bastih84</dc:creator>
    <dc:date>2014-07-30T08:05:41Z</dc:date>
    <item>
      <title>Linker error: Out of allocation space in segment PAGE_0E at address 0xEBEF9</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Linker-error-Out-of-allocation-space-in-segment-PAGE-0E-at/m-p/326073#M1082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem with my linker:&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use an S9S12G64 with codewarrior 5.1. I add some routines to my software and I see following error message: "Link Error : L1102: Out of allocation space in segment PAGE_0E at address 0xEBEF9".&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I remove a few lines of new code, linker (and my software) runs well.&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the reason for this error message?&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think only 50% of flash is used...&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached you can find my *.prm-file.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337839"&gt;Project.prm.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 08:05:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Linker-error-Out-of-allocation-space-in-segment-PAGE-0E-at/m-p/326073#M1082</guid>
      <dc:creator>bastih84</dc:creator>
      <dc:date>2014-07-30T08:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Linker error: Out of allocation space in segment PAGE_0E at address 0xEBEF9</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Linker-error-Out-of-allocation-space-in-segment-PAGE-0E-at/m-p/326074#M1083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Bastian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems your DEFAULT_ROM is not big enough to load your code.&lt;/P&gt;&lt;P&gt;try to add ROM_4000 to DEFAULT_ROM&amp;nbsp; and see how it work&lt;/P&gt;&lt;P&gt;change &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;DEFAULT_ROM&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;INTO&amp;nbsp; PAGE_0C, PAGE_0C_8C00, PAGE_0C_B000, PAGE_0E;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;DEFAULT_ROM&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;P&gt;INTO&amp;nbsp; PAGE_0C, PAGE_0C_8C00, PAGE_0C_B000, PAGE_0E,ROM_4000;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;meanwhile add -OnB=b to the compiler commandline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;can this solve your problem? if not, please create a SR to &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:support@freescale.com"&gt;support@freescale.com&lt;/A&gt;&lt;SPAN&gt; with your project attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;we will look into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;================================================&lt;/P&gt;&lt;P&gt;this answer is for you, if it helps, please click on "Correct answer " button. thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;ZhangJun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 06:01:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Linker-error-Out-of-allocation-space-in-segment-PAGE-0E-at/m-p/326074#M1083</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2014-08-06T06:01:28Z</dc:date>
    </item>
  </channel>
</rss>

