<?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: undefined reference to `time' in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564690#M4613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Armend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked your project, the root reason is the code overflowed .&lt;/P&gt;&lt;P&gt;For the chip of MK60FN1M0 only have 128K SRAM, while your m_data is 550416 bytes, it is 537K .&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/3497iAEA52D2E0F584F69/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;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3556iE5E784F1DFCC9D31/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can relocate the large data to FLASH, refer to this DOC :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-101433"&gt;Relocating Code and Data Using the CW GCC Linker File for Kinetis&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2016 04:08:36 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2016-08-31T04:08:36Z</dc:date>
    <item>
      <title>undefined reference to `time'</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564685#M4608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a qeustion. Maybe somebody can help me.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wrote an algorithm in the language C. My algorithm create a random labyrinth. I used the function "srand((unsigned)time(NULL));". With this function i ensure that my labyrinth is really random (otherwise i get always the same labyrinth, for more information about "srand((unsigned)time(NULL));" see&amp;nbsp;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.cplusplus.com%2Freference%2Fcstdlib%2Fsrand%2F" rel="nofollow" target="_blank"&gt;srand - C++ Reference&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;Additional i add the Header file " #include&amp;lt;&lt;STRONG&gt;stdlib.h&lt;/STRONG&gt;&amp;gt; " and " #include&amp;lt;&lt;STRONG&gt;time.h&lt;/STRONG&gt;&amp;gt; ". Now i can use the function srand(.......).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i build my algorithm in Microsoft Visual i get no problems.&lt;/P&gt;&lt;P&gt;But if i copy my algorithm in CodeWarrior and build it then i get the problem report "&amp;nbsp;undefined reference to `time' ".&lt;/P&gt;&lt;P&gt;But i used the header file time.h and in microsoft visual it works.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have anybody an idea why i become this problem report in CodeWarrior, and what can i do?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Armend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 07:11:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564685#M4608</guid>
      <dc:creator>armendgecaj</dc:creator>
      <dc:date>2016-08-26T07:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `time'</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564686#M4609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Armend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version of CW ? And which chip ?&lt;/P&gt;&lt;P&gt;Could you please send your project to me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 01:34:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564686#M4609</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-08-29T01:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `time'</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564687#M4610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am working with CodeWarrior for MCU v10.6 and with the Microcontroller Kinetis K60F (MK60FN1M0).&lt;/P&gt;&lt;P&gt;I dont know how to send you my Project because i can not find the button for an attachment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And i can not upload my project in my profile because i become a problem report (i have no right to upload something). Confusing!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe you can give me your E-Mail Adress and i will send you my project.&lt;/P&gt;&lt;P&gt;Or have you another idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Armend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 08:51:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564687#M4610</guid>
      <dc:creator>armendgecaj</dc:creator>
      <dc:date>2016-08-29T08:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `time'</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564688#M4611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Armend, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create one simple project , then only use the code which can reflect the&amp;nbsp; problem.&lt;/P&gt;&lt;P&gt;You can click the "Actions" button to send attachment , or you can send it to my email:&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:alice.yang@nxp.com"&gt;alice.yang@nxp.com&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 08:39:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564688#M4611</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-08-30T08:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `time'</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564689#M4612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i sent my project as a zip-file to your E-Mail adress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Unfortunately, i could not send you my project here on this website because i dont find the button to send an attachment.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If i click on "Actions" there is no button for attachment. Maybe i can only send an attachment if i ask a question (this one i tried before),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;but not if answer.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Armend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:27:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564689#M4612</guid>
      <dc:creator>armendgecaj</dc:creator>
      <dc:date>2016-08-30T09:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `time'</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564690#M4613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Armend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked your project, the root reason is the code overflowed .&lt;/P&gt;&lt;P&gt;For the chip of MK60FN1M0 only have 128K SRAM, while your m_data is 550416 bytes, it is 537K .&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/3497iAEA52D2E0F584F69/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;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3556iE5E784F1DFCC9D31/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can relocate the large data to FLASH, refer to this DOC :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-101433"&gt;Relocating Code and Data Using the CW GCC Linker File for Kinetis&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 04:08:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564690#M4613</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-08-31T04:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `time'</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564691#M4614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i forget to tell you that if you build my project you will become a "overflowed-problem"&lt;/P&gt;&lt;P&gt;But i already fixed this problem. If you go to Project_Settings --&amp;gt; Linker_Files --&amp;gt; ProcessorExpert.Id, you can enlarge 'm_data'.&lt;/P&gt;&lt;P&gt;Only changing the LENGTH of 'm_data' and the "overflowed-problem" will be fixed (see the image i attached)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="m_data.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2749i81C1CF4901B818DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="m_data.png" alt="m_data.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But have you any idea how to fix the problem: 'undefined reference to time'. This is coming from the function 'srand((unsigned)time(NULL))'.&lt;/P&gt;&lt;P&gt;I find this post: &lt;EM&gt;"&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;The CodeWarrior libraries provide the time functions as are standard but these does not come with the low level functions for the operations, as stated on the MSL C reference manual".&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I understand it but what have&amp;nbsp;i exactly to do now to fix the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I would be grateful if you (or somebody else) give me a hint.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Armend Gecaj&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 08:22:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564691#M4614</guid>
      <dc:creator>armendgecaj</dc:creator>
      <dc:date>2016-09-01T08:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `time'</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564692#M4615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Armend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- The maximum size of the RAM about the chip of MK60FN1M0VLQ12&amp;nbsp; is 128KB 。&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/3537i177A3367A253CD49/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;P&gt;While from the&amp;nbsp; m_data is 550416 bytes, it is 537KB, so how length do you can change to meet the 537KB?&lt;/P&gt;&lt;P&gt;- I have not used the "time" , please tell me where can find the post you said .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 03:39:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564692#M4615</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-09-02T03:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `time'</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564693#M4616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You asked: "[...], so how length do you can change to meet the 537 KB?"&lt;/P&gt;&lt;P&gt;Well, i enlarged 'm_data' from &lt;STRONG&gt;&lt;EM&gt;LENGTH = 0x0000FE18&lt;/EM&gt;&lt;/STRONG&gt; to&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;LENGTH = 0x000AFE18.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If i do that then the overflowed-problem will be fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The post about the header file "time.h" is here:&amp;nbsp;&lt;A href="https://community.nxp.com/thread/305248"&gt;How to use clock_t with time.h header file&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i do not really understand what this user is trying to say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Armend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 05:16:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564693#M4616</guid>
      <dc:creator>armendgecaj</dc:creator>
      <dc:date>2016-09-02T05:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `time'</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564694#M4617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Armend,&lt;/P&gt;&lt;P&gt;1 . It means there is no driver for the function of time , you need write the function specific to your device .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;"The ANSI library provides several functions to get the current time. In an embedded systems environment, implementations for these functions cannot be provided because different targets may use different ways to count the time."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;2. About the SRAM memory , even through&amp;nbsp; after you change the length , there is no error when you build ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;while this is still can not run correctly , for the mcu only have 128K SRAM,&amp;nbsp; if the data bigger than that , where does the data placed ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;Hope it helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 05:18:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564694#M4617</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-09-05T05:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `time'</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564695#M4618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok now i understand. I need to create a Driver to use time (for 'srand((unsigned)time(NULL))'). Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the second point (SRAM Memory) you are right. Even if i change 'm_data' so that i get no error message, it does not work.&lt;/P&gt;&lt;P&gt;But i have fixed this problem already. I have changed my function a little bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Armend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 12:11:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/undefined-reference-to-time/m-p/564695#M4618</guid>
      <dc:creator>armendgecaj</dc:creator>
      <dc:date>2016-09-05T12:11:34Z</dc:date>
    </item>
  </channel>
</rss>

