<?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: Re: autogenerated objects.mk results in problems during make that I can't resolve manually in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330434#M636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice, thanks for your reply.&amp;nbsp; I've gone through that user's guide walkthrough before.&amp;nbsp; I've also used the ones found on this forum.&amp;nbsp; There's a bit of confusion about the value of KSDK_PATH.&amp;nbsp; I have mine set to C:\Freescale\MQX_KSD_1.0.0, rather than what the doc has listed, which is the KSDK_1.1.1 folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to have a basic MQX/PEx project that I can then add RTCS to.&amp;nbsp; What I did here was start with the MQX/PEx portion and confirm that the wizard-generated code worked (and it did).&amp;nbsp; Then I #included rtcs.h and added the libraries that I believe are necessary to support ethernet in my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my project archive.&amp;nbsp; It has a compiler error as well that I don't recall seeing before.&amp;nbsp; If you wouldn't mind taking a peek at it, I would appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Dec 2014 16:26:15 GMT</pubDate>
    <dc:creator>dave408</dc:creator>
    <dc:date>2014-12-09T16:26:15Z</dc:date>
    <item>
      <title>autogenerated objects.mk results in problems during make that I can't resolve manually</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330432#M634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been trying to figure out how to take a bare-bones MQX/KSDK/PEx project and add RTCS to it.&amp;nbsp; I feel like I'm getting close as I muddle through it, but now I'm at a point where I don't think I can do anything to solve my error.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error that KDS is giving me:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;make: *** missing separator.&amp;nbsp; Stop.&amp;nbsp;&amp;nbsp;&amp;nbsp; objects.mk&amp;nbsp;&amp;nbsp;&amp;nbsp; /RemotePowerControl/Debug&amp;nbsp;&amp;nbsp;&amp;nbsp; line 6&amp;nbsp;&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I've added to my linker options to link to the necessary libraries:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="17321_17321.png"&gt;&lt;IMG alt="17321_17321.png" src="https://community.nxp.com/t5/image/serverpage/image-id/120067iF4B362596AED5A3B/image-size/large?v=v2&amp;amp;px=999" title="17321_17321.png" /&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/47900iCC33584FF005031A/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the resulting object.mk that gets created:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="plain" name="code"&gt;################################################################################ # Automatically-generated file. Do not edit! ################################################################################&amp;nbsp; USER_OBJS := C:/Freescale/KDS_1.1.1/eclipse//../toolchain/lib/gcc/arm-none-eabi/4.8.0/m4/fp/v4-sp-d16/libgcc.a C:/Freescale/KDS_1.1.1/eclipse//../toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a C:/Freescale/KDS_1.1.1/eclipse//../toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libsupc++.a C:/Freescale/KDS_1.1.1/eclipse//../toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libm.a C:/Freescale/MQX_KSDK_1.0.0/rtos/mqx/lib/frdmk64f120m.kds/debug/psp/psp.a&amp;nbsp; C:/Freescale/MQX_KSDK_1.0.0/rtos/mqx/lib/frdmk64f120m.kds/debug/mqx_stdlib/mqx_stdlib.a C:/Freescale/MQX_KSDK_1.0.0/rtos/mqx/lib/frdmk64f120m.kds/debug/bsp/bsp.a C:/Freescale/MQX_KSDK_1.0.0/lib/ksdk_mqx_lib/kds/K64F12/debug/ksdk_mqx_lib.a&amp;nbsp; C:/Freescale/MQX_KSDK_1.0.0/rtos/mqx/lib/frdmk64f120m.kds/debug/nshell/nshell.a C:/Freescale/MQX_KSDK_1.0.0/tcpip/rtcs/lib/frdmk64f120m.kds/debug/rtcs/rtcs.a&amp;nbsp; LIBS := &lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't seem to like the newline on line 6 above.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can I do to fix the objects.mk that is used, if it's just going to get overwritten anyway?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 13:10:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330432#M634</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2020-11-02T13:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: autogenerated objects.mk results in problems during make that I can't resolve manually</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330433#M635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell us what project do you want to create ? &lt;/P&gt;&lt;P&gt;About the "MQX_KSDK",&amp;nbsp; at first you can refer to the "C:\Freescale\MQX_KSDK_1.0.0\doc\Kinetis SDK k64 User's Guide".&lt;/P&gt;&lt;P&gt;&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;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 01:22:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330433#M635</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2014-12-09T01:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: autogenerated objects.mk results in problems during make that I can't resolve manually</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330434#M636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice, thanks for your reply.&amp;nbsp; I've gone through that user's guide walkthrough before.&amp;nbsp; I've also used the ones found on this forum.&amp;nbsp; There's a bit of confusion about the value of KSDK_PATH.&amp;nbsp; I have mine set to C:\Freescale\MQX_KSD_1.0.0, rather than what the doc has listed, which is the KSDK_1.1.1 folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to have a basic MQX/PEx project that I can then add RTCS to.&amp;nbsp; What I did here was start with the MQX/PEx portion and confirm that the wizard-generated code worked (and it did).&amp;nbsp; Then I #included rtcs.h and added the libraries that I believe are necessary to support ethernet in my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my project archive.&amp;nbsp; It has a compiler error as well that I don't recall seeing before.&amp;nbsp; If you wouldn't mind taking a peek at it, I would appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 16:26:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330434#M636</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2014-12-09T16:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: autogenerated objects.mk results in problems during make that I can't resolve manually</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330435#M637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean when not include the file of &amp;lt;rtcs.h&amp;gt;, the project have no errors when build ?&lt;/P&gt;&lt;P&gt;While on my side , when not conclude the file , it still have error .&lt;/P&gt;&lt;P&gt;There is about RTCS demo(C:\Freescale\MQX_KSDK_1.0.0\tcpip\rtcs) , you can refer to !&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;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 10:34:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330435#M637</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2014-12-10T10:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: autogenerated objects.mk results in problems during make that I can't resolve manually</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330436#M638</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;No, I mean that when I add the .a files to the linker settings, I get the objects.mk error.&amp;nbsp; Thanks for suggesting looking at the rtcs examples, but the only thing I got from that was that I might need one other lib, but it doesn't look different other than that (and it's using the C linker, whereas I am using C++ linker).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 14:02:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330436#M638</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2014-12-10T14:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: autogenerated objects.mk results in problems during make that I can't resolve manually</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330437#M639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please take a look to this document &lt;A href="https://community.nxp.com/docs/DOC-103405"&gt;Creating a New MQX RTOS for KSDK Project in KDS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Technical Support Engineer&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 23:12:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330437#M639</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2015-02-06T23:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: autogenerated objects.mk results in problems during make that I can't resolve manually</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330438#M640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Carlos, I happened to see your document when looking through another thread.&amp;nbsp; It's very well done.&amp;nbsp; I started a similar page on my wiki, but it's not as thorough as yours.&amp;nbsp; In my project, I use virtual folders, whereas you copy and paste the files in directly, creating local copies.&amp;nbsp; I'm not sure which is preferred, but I'm trying to keep KSDK under my version control system so I can prevent inadvertent changes to the libraries, so I need to use this method.&amp;nbsp; Thanks for sharing your work with everyone here!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2015 06:46:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/autogenerated-objects-mk-results-in-problems-during-make-that-I/m-p/330438#M640</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-03-07T06:46:08Z</dc:date>
    </item>
  </channel>
</rss>

