<?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: KDS 2.0.0, how to create relative include paths? in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-2-0-0-how-to-create-relative-include-paths/m-p/389223#M2332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Micheal.&lt;/P&gt;&lt;P&gt;after you define build variable then you add the path to ARM C Compiler Include paths setting. this should work.&lt;/P&gt;&lt;P&gt;if not work for you, please upload your project, we can check it. thanks!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&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>Fri, 10 Apr 2015 04:16:09 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2015-04-10T04:16:09Z</dc:date>
    <item>
      <title>KDS 2.0.0, how to create relative include paths?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-2-0-0-how-to-create-relative-include-paths/m-p/389220#M2329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now I have a couple of include paths that are "literal" or hardcoded, whatever you want to call it.&amp;nbsp; For example:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\kds\em_GUI\include&lt;/P&gt;&lt;P&gt;C:\kds\em_GUI\Core&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to make them relative, using a new path variable, called "${GUI_Path} or something like that.&amp;nbsp; Where ${GUI_Path} is "C:\kds\em_GUI"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried adding "GUI_Path" to Properties --&amp;gt; Build Variables, but KDS does not see it.&amp;nbsp; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 21:55:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-2-0-0-how-to-create-relative-include-paths/m-p/389220#M2329</guid>
      <dc:creator>mike1974</dc:creator>
      <dc:date>2015-04-08T21:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 2.0.0, how to create relative include paths?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-2-0-0-how-to-create-relative-include-paths/m-p/389221#M2330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you add "GUI_Path" to linker resources:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2015-04-09_9-52-25.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/49906iBAE819B312AD3F9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2015-04-09_9-52-25.png" alt="2015-04-09_9-52-25.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;can this help?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&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>Thu, 09 Apr 2015 01:54:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-2-0-0-how-to-create-relative-include-paths/m-p/389221#M2330</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-04-09T01:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 2.0.0, how to create relative include paths?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-2-0-0-how-to-create-relative-include-paths/m-p/389222#M2331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Zhang Jun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added "GUI_Path" in Linked Resources, with value "C:\kds\em_GUI".&amp;nbsp; Then, in my C compiler Includes, I added:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"${GUI_Path:/include}"&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;"${GUI_Path}/include}"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it didn't work.&amp;nbsp; Is there something else you can think of?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:19:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-2-0-0-how-to-create-relative-include-paths/m-p/389222#M2331</guid>
      <dc:creator>mike1974</dc:creator>
      <dc:date>2015-04-09T19:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 2.0.0, how to create relative include paths?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-2-0-0-how-to-create-relative-include-paths/m-p/389223#M2332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Micheal.&lt;/P&gt;&lt;P&gt;after you define build variable then you add the path to ARM C Compiler Include paths setting. this should work.&lt;/P&gt;&lt;P&gt;if not work for you, please upload your project, we can check it. thanks!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&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>Fri, 10 Apr 2015 04:16:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-2-0-0-how-to-create-relative-include-paths/m-p/389223#M2332</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-04-10T04:16:09Z</dc:date>
    </item>
  </channel>
</rss>

