<?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: How to add RTCS to my proyect in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451743#M15155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry i didn't realised of this "NO".&lt;/P&gt;&lt;P&gt;Jorge was right. This way i have added RTCs to my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys! i really apreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2015 10:05:44 GMT</pubDate>
    <dc:creator>albertolubeiro</dc:creator>
    <dc:date>2015-06-23T10:05:44Z</dc:date>
    <item>
      <title>How to add RTCS to my proyect</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451738#M15150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm with KDS 3.0 and KDSK 1.2 with PEX in a FRDMK64F. I have an easy MQX proyect with one task where i toggle a led. Now i want to add ethernet stack but don't know how to add RTCS library to my proyect.&lt;/P&gt;&lt;P&gt;I have made an attempt adding the RTCS folder to my proyect after having built the RTCS library but i get errors. Don't know if it is the correct way to do so, if anyone could help it would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 10:54:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451738#M15150</guid>
      <dc:creator>albertolubeiro</dc:creator>
      <dc:date>2015-05-21T10:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to add RTCS to my proyect</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451739#M15151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alberto Lubeiro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to copy the RTCS folder to your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You first have to build the RTCS library (&lt;STRONG&gt;lib_rtcs.a&lt;/STRONG&gt;) and then link it to your project. Go to Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Cross ARM C++ Linker -&amp;gt; Libraries and do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt; In &lt;EM&gt;Library search path (-L)&lt;/EM&gt; add: &lt;STRONG&gt;"${KSDK_PATH}/middleware/tcpip/rtcs/lib/frdmk64f.kds/debug/rtcs"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt; In &lt;EM&gt;Libraries (-l)&lt;/EM&gt; add: &lt;STRONG&gt;_rtcs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in Cross ARM C Compiler -&amp;gt; Includes add the same path as in (1) above: &lt;STRONG&gt;"${KSDK_PATH}/middleware/tcpip/rtcs/lib/frdmk64f.kds/debug/rtcs"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this you are adding the RTCS library to your existent project.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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>Mon, 25 May 2015 17:17:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451739#M15151</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-05-25T17:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to add RTCS to my proyect</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451740#M15152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot add this RTCS thing.&lt;/P&gt;&lt;P&gt;I build the RTCS library which is in the following path "KSDK_1.2.0\middleware\tcpip\rtcs\lib\frdmk64f.kds\debug\" and i get "lib_rtcs.a"&lt;/P&gt;&lt;P&gt;I copy the RTCS folder in my project. the folder is in the following path "KSDK_1.2.0\middleware\tcpip\rtcs\".&lt;/P&gt;&lt;P&gt;Inside this folder there are several folders too. "build, examples, lib, source and a txt file".&lt;/P&gt;&lt;P&gt;After copying this folder i do all you have told me in points 1 and 2 and finally add the same path in Cross ARM C Compiler but i get nothing but errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is starting to be so much annoying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 13:39:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451740#M15152</guid>
      <dc:creator>albertolubeiro</dc:creator>
      <dc:date>2015-06-18T13:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to add RTCS to my proyect</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451741#M15153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have solved an issue with the "project_kdsk_path". I don't know why, but it was linking it to the old path of KDSK_1.1.0.&lt;/P&gt;&lt;P&gt;Now i have done the following as you yold me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (lib_rtcs.a) generated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In &lt;EM&gt;Library search path (-L)&lt;/EM&gt; added: "C:/Freescale\KSDK_1.2.0/middleware/tcpip/rtcs/lib/frdmk64f.kds/debug/rtcs"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In &lt;EM&gt;Libraries (-l)&lt;/EM&gt; added: _rtcs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Cross ARM C Compiler -&amp;gt; Included: "C:/Freescale\KSDK_1.2.0/middleware/tcpip/rtcs/lib/frdmk64f.kds/debug/rtcs"&lt;/P&gt;&lt;P&gt;With these steps done, now I can build without errors. But as you say in your post i should add RTCS folder.&lt;/P&gt;&lt;P&gt;¿Which RTCS folder should i add?. ¿The one that is in the following path? &lt;STRONG&gt;&lt;STRONG&gt;${KSDK_PATH}/&lt;/STRONG&gt;middleware/tcpip/rtcs. &lt;/STRONG&gt;This one conteins a lot of folders with examples to others differents compilers to the one i am using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 09:58:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451741#M15153</guid>
      <dc:creator>albertolubeiro</dc:creator>
      <dc:date>2015-06-19T09:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add RTCS to my proyect</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451742#M15154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is *NO* need to add any folder of RTCS to your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Jorge explained to you are the steps to integrate the RTCS library in your project. Now that you have done that, you can call any RTCS function and it will compile and work without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the RTCS examples to see how to use the RTCS functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santiago&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 11:42:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451742#M15154</guid>
      <dc:creator>santiago_gonzal</dc:creator>
      <dc:date>2015-06-19T11:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to add RTCS to my proyect</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451743#M15155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry i didn't realised of this "NO".&lt;/P&gt;&lt;P&gt;Jorge was right. This way i have added RTCs to my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys! i really apreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 10:05:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451743#M15155</guid>
      <dc:creator>albertolubeiro</dc:creator>
      <dc:date>2015-06-23T10:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to add RTCS to my proyect</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451744#M15156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hi Jor&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ge&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This does work for me also, but I get the following error when I try and include rtcs.h:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C:/Freescale/KSDK_1.2.0/middleware/tcpip/rtcs/lib/twrk64f120m.kds/debug/rtcs/rtcs.h:54:50: fatal error: ethernet.h: No such file or directory&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #include &amp;lt;ethernet.h&amp;gt;&amp;nbsp;&amp;nbsp; /* ENET driver APU.*/&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking in rtcs.h it's including &amp;lt;ethernet.h&amp;gt; because it think's PLATFORM_SDK_ENABLED is NOT defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the correct way of including rtcs.h with PEX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Kind regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Roger&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:42:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-RTCS-to-my-proyect/m-p/451744#M15156</guid>
      <dc:creator>ramstell</dc:creator>
      <dc:date>2015-06-26T18:42:40Z</dc:date>
    </item>
  </channel>
</rss>

