<?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>LPCXpresso IDEのトピックRe: malloc</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580437#M24541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri Apr 08 05:51:49 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, but I agree with TheFallGuy - you have not posted the error, and therefore we are unable to help. The best thing to do, is go to the (build) Console, select all of the contents, and copy and paste it into a forum post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:42:44 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:42:44Z</dc:date>
    <item>
      <title>malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580428#M24532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pierreJTL on Fri Apr 08 00:47:18 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;bonjour&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use malloc() but I don't know which .h file must be included.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried "malloc.h" , &amp;lt;malloc.h&amp;gt; ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where I can found any information? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you help me please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;merci&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pierre&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580428#M24532</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580429#M24533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larryvc on Fri Apr 08 01:02:49 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;#include &amp;lt;stdlib.h&amp;gt;&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580429#M24533</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580430#M24534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pierreJTL on Fri Apr 08 02:16:42 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but now I have an error when I write malloc():&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Description&amp;nbsp;&amp;nbsp;&amp;nbsp; Resource&amp;nbsp;&amp;nbsp;&amp;nbsp; Path&amp;nbsp;&amp;nbsp;&amp;nbsp; Location&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [es1.axf] Error 1&amp;nbsp;&amp;nbsp;&amp;nbsp; es1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line 0&amp;nbsp;&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you help me again?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580430#M24534</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580431#M24535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pierreJTL on Fri Apr 08 02:21:52 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I exclude a file from build and I want to re-include this file into the build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how can I do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;merci&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pierre&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580431#M24535</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580432#M24536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pierreJTL on Fri Apr 08 02:52:20 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried a new project whith only malloc() and I have always an error .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;my code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// TODO: insert other include files here&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#include &amp;lt;stdlib.h&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// TODO: insert other definitions and declarations here&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;int main(void) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int *ptr ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // TODO: insert code here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Enter an infinite loop, just incrementing a counter&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; volatile static int i = 0 ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ptr = (int*)malloc( 10 ) ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while(1) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i++ ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return 0 ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what's wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580432#M24536</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580433#M24537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Fri Apr 08 02:53:55 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you read the FAQ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/CodeRedFAQ&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Especially the section on C Library&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580433#M24537</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580434#M24538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by OXO on Fri Apr 08 03:46:14 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: TheFallGuy&lt;/STRONG&gt;&lt;BR /&gt;Did you read the FAQ?&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/CodeRedFAQ&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Especially the section on C Library&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you know the answer it's more helpful to give it [B][I][U]and[/U][/I][/B] recommend the faq docs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580434#M24538</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580435#M24539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Fri Apr 08 03:58:27 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;If you don't read the FAQ, you will keep coming back with more questions. It saves everybody time to read the FAQ.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW: I don't know the answer as there was no reasonable question. pierreJTL said " I have always an error" but no indication of what the error might by. My eyesight is quite good, but I can't see his screen from here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580435#M24539</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580436#M24540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pierreJTL on Fri Apr 08 05:17:14 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the link&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll put it on my "marque page" to use it :)&amp;nbsp; ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The error happens at compile and only&amp;nbsp; when I write malloc() &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see the code and error message on previous messages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I start with&amp;nbsp; Lpcxpresso_3.6 and it is not easy to use it correctly the first time , do not be too severe&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580436#M24540</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580437#M24541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri Apr 08 05:51:49 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, but I agree with TheFallGuy - you have not posted the error, and therefore we are unable to help. The best thing to do, is go to the (build) Console, select all of the contents, and copy and paste it into a forum post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580437#M24541</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580438#M24542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pierreJTL on Fri Apr 08 06:25:03 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll be better in SOS as C code...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it is a link error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alloc.c:(.text.malloc+0x98): undefined reference to `_sbrk'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;error.c:(.text._Csysdie+0x2c): undefined reference to `_Csyscall3'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;stdlib.c:(.text.exit+0x30): undefined reference to `_Csyscall1'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and so on...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I forgot something&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580438#M24542</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580439#M24543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri Apr 08 06:42:32 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This is in the Building FAQ at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/UndefinedReference&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580439#M24543</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: malloc</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580440#M24544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pierreJTL on Fri Apr 08 07:14:58 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;it is ok now I set library on&amp;nbsp; nohost and it run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pierre&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:42:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/malloc/m-p/580440#M24544</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:42:45Z</dc:date>
    </item>
  </channel>
</rss>

