<?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: Multiple build configurations in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Multiple-build-configurations/m-p/356731#M1553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost there!&amp;nbsp; As a test, I got it to build another configuration.&amp;nbsp; In the debug configuration, if I try to substitute ${config_name} in the path to the executable, I get an error saying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Project name should be specified as variable argument for ${config_name} variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short of having to specify the path to the executable for each target, any idea why including the config_name variable doesn't work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2014 03:43:51 GMT</pubDate>
    <dc:creator>dsherman</dc:creator>
    <dc:date>2014-12-17T03:43:51Z</dc:date>
    <item>
      <title>Multiple build configurations</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Multiple-build-configurations/m-p/356728#M1550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have sources which will build mutiple targets using different preprocessor defines which I've configured in the project settings, is there a nice way of either:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Making multiple projects that use the same source files and project directory but have different settings&lt;/P&gt;&lt;P&gt; -or-&lt;/P&gt;&lt;P&gt;-Automating different builds through batch files that can provide the different combinations of #defines&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have source files that have dozens of possible build configurations, and it's a little tedious to have to edit the project settings to build each one.&amp;nbsp; I found that the preprocessor settings are stored in .cproject, but I can't tell what calls out that file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 00:55:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Multiple-build-configurations/m-p/356728#M1550</guid>
      <dc:creator>dsherman</dc:creator>
      <dc:date>2014-12-17T00:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple build configurations</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Multiple-build-configurations/m-p/356729#M1551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David Sherman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in KDS IDE, you can do that by creating different configurations.&lt;/P&gt;&lt;P&gt;the way is as below:&lt;/P&gt;&lt;P&gt;1) launch your project in KDS, right click the project name to launch Properties, then, extend "C/C++ Build" and click "Environment"&lt;/P&gt;&lt;P&gt;2) in the right panel, click "Manage Configurations..." button to add a new configuration by click "New..." button in the launched window.&lt;/P&gt;&lt;P&gt;3) then you have more than one configurations, select one of the configuration.&lt;/P&gt;&lt;P&gt;4) click "Settings" which is also under "C/C++ build" of Properties of your project, then, in right panel, click "Preprocessor" under "Cross ARM C Compiler", add defined symbols (Macros)&lt;/P&gt;&lt;P&gt;5) then, you will have multiple targets by selecting different Macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 01:58:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Multiple-build-configurations/m-p/356729#M1551</guid>
      <dc:creator>Rick_Li</dc:creator>
      <dc:date>2014-12-17T01:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple build configurations</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Multiple-build-configurations/m-p/356730#M1552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thank you!&amp;nbsp; That works perfectly!&amp;nbsp; Guess I didn't realize that new configurations can be added and have separate settings.&amp;nbsp; :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 02:16:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Multiple-build-configurations/m-p/356730#M1552</guid>
      <dc:creator>dsherman</dc:creator>
      <dc:date>2014-12-17T02:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple build configurations</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Multiple-build-configurations/m-p/356731#M1553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost there!&amp;nbsp; As a test, I got it to build another configuration.&amp;nbsp; In the debug configuration, if I try to substitute ${config_name} in the path to the executable, I get an error saying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Project name should be specified as variable argument for ${config_name} variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short of having to specify the path to the executable for each target, any idea why including the config_name variable doesn't work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 03:43:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Multiple-build-configurations/m-p/356731#M1553</guid>
      <dc:creator>dsherman</dc:creator>
      <dc:date>2014-12-17T03:43:51Z</dc:date>
    </item>
  </channel>
</rss>

