<?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のトピックRe:  Ld error: - ccalloc would have returned NULL</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Ld-error-ccalloc-would-have-returned-NULL/m-p/1098158#M8441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just solve this problem temporarily,&amp;nbsp; I correct the value of the stack size , heap size and&amp;nbsp; and&amp;nbsp; M_VECTOR_RAM_SIZE .&lt;/P&gt;&lt;P&gt;It does work! This correction method&amp;nbsp; is approved useful!&lt;/P&gt;&lt;P&gt;But I do not know the real reason.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108166i495C0F7BB1CD34A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2020 03:36:51 GMT</pubDate>
    <dc:creator>609510318</dc:creator>
    <dc:date>2020-04-17T03:36:51Z</dc:date>
    <item>
      <title>Ld error: - ccalloc would have returned NULL</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Ld-error-ccalloc-would-have-returned-NULL/m-p/1098155#M8438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ld error: - ccalloc would have returned NULL&lt;/P&gt;&lt;P&gt;What is the reason for this err?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107991iAB22BBA99FF4A514/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 17:01:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Ld-error-ccalloc-would-have-returned-NULL/m-p/1098155#M8438</guid>
      <dc:creator>609510318</dc:creator>
      <dc:date>2020-04-15T17:01:56Z</dc:date>
    </item>
    <item>
      <title>Re:  Ld error: - ccalloc would have returned NULL</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Ld-error-ccalloc-would-have-returned-NULL/m-p/1098156#M8439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks to me that the linker (ld) is running into a problem while trying to get memory allocated.&lt;/P&gt;&lt;P&gt;Does it happen to you for other projects too? I think your linker file must use something special or must be very big somehow?&lt;/P&gt;&lt;P&gt;I'm affraid that you would have to try to reduce/change the linker file to find out what is causing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a side note: it would be useful to know the Version of CodeWarrior and target used. You might exchange the toolchain/linker to see if this has a positive effect, but tinkering with the tool chain would need expert knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2020 06:19:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Ld-error-ccalloc-would-have-returned-NULL/m-p/1098156#M8439</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-04-16T06:19:31Z</dc:date>
    </item>
    <item>
      <title>Re:  Ld error: - ccalloc would have returned NULL</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Ld-error-ccalloc-would-have-returned-NULL/m-p/1098157#M8440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once this err happened one time,other projects had the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 03:24:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Ld-error-ccalloc-would-have-returned-NULL/m-p/1098157#M8440</guid>
      <dc:creator>609510318</dc:creator>
      <dc:date>2020-04-17T03:24:31Z</dc:date>
    </item>
    <item>
      <title>Re:  Ld error: - ccalloc would have returned NULL</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Ld-error-ccalloc-would-have-returned-NULL/m-p/1098158#M8441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just solve this problem temporarily,&amp;nbsp; I correct the value of the stack size , heap size and&amp;nbsp; and&amp;nbsp; M_VECTOR_RAM_SIZE .&lt;/P&gt;&lt;P&gt;It does work! This correction method&amp;nbsp; is approved useful!&lt;/P&gt;&lt;P&gt;But I do not know the real reason.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108166i495C0F7BB1CD34A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 03:36:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Ld-error-ccalloc-would-have-returned-NULL/m-p/1098158#M8441</guid>
      <dc:creator>609510318</dc:creator>
      <dc:date>2020-04-17T03:36:51Z</dc:date>
    </item>
    <item>
      <title>Re:  Ld error: - ccalloc would have returned NULL</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Ld-error-ccalloc-would-have-returned-NULL/m-p/1098159#M8442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason&amp;nbsp; is now confirmed that the RAM of my codes is over 60k.But I have another question about RAM_L and RAM_U.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 07:45:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Ld-error-ccalloc-would-have-returned-NULL/m-p/1098159#M8442</guid>
      <dc:creator>609510318</dc:creator>
      <dc:date>2020-04-17T07:45:14Z</dc:date>
    </item>
  </channel>
</rss>

