<?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 How to determine which Build Configuration is Active? in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749178#M366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to determine which Build Configuration is active at a given moment, Debug or Release. Wiche file in my project is modified when I switch between them?&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/34056iB96CA70E2C7C91D6/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;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Gustavo Costa&lt;/P&gt;&lt;P&gt;R&amp;amp;D Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2017 17:38:22 GMT</pubDate>
    <dc:creator>gustavocosta</dc:creator>
    <dc:date>2017-12-27T17:38:22Z</dc:date>
    <item>
      <title>How to determine which Build Configuration is Active?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749178#M366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to determine which Build Configuration is active at a given moment, Debug or Release. Wiche file in my project is modified when I switch between them?&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/34056iB96CA70E2C7C91D6/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;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Gustavo Costa&lt;/P&gt;&lt;P&gt;R&amp;amp;D Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 17:38:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749178#M366</guid>
      <dc:creator>gustavocosta</dc:creator>
      <dc:date>2017-12-27T17:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which Build Configuration is Active?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749179#M367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Costa,&lt;/P&gt;&lt;P&gt;This option is not under user project but user workspace .metadata folder.&lt;/P&gt;&lt;P&gt;We can find it under path:&lt;/P&gt;&lt;P&gt;{User workspace}\.metadata\.plugins\org.eclipse.core.resources\.projects\{Your_Project_Name}\.i&lt;/P&gt;&lt;P&gt;ndexes\properties.index&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This file is not a full readable file, but we can still get information of it with EltraEdit. For example, this is one properties.index file for one of my project "MKV30F64xxx10_Project1"&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/34526i753E160778A00522/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;/P&gt;&lt;P&gt;Here id "com.crt.advproject.config.exe.debug.433576328.510735946" is defined in your project.cproject file. Just perform search in .cproject, we will find:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34613iFB7F5832BC531935/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the right configuration I defined in my project&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34637i5B79FB6222100530/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because properties.index file is under workspace folder but not in your project folder, when you move your project to another workspace, the active build configuration wouldn't keep same.&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;Jennie Zhang&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, 28 Dec 2017 07:18:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749179#M367</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-12-28T07:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which Build Configuration is Active?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749180#M368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this information I was able to achieve what I was trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Gustavo Costa&lt;/P&gt;&lt;P&gt;R&amp;amp;D Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 19:50:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749180#M368</guid>
      <dc:creator>gustavocosta</dc:creator>
      <dc:date>2017-12-29T19:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which Build Configuration is Active?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749181#M369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome!&lt;/P&gt;&lt;P&gt;Jennie.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 02:39:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749181#M369</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-01-02T02:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which Build Configuration is Active?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749182#M370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is much easier to tell what the current configuration for the selected project is by looking at the details given in the Build and Debug options in the Quickstart Panel - which update based on which configuration is current.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively just use the drop down option on the "Manage configurations for the current project" on the toolbar to display the list of available build configurations (with a tick against the currently active one).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 11:53:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749182#M370</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-01-04T11:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which Build Configuration is Active?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749183#M371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to use that information in an external program I use with CDT Builder, so I needed to read it from a file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you anyhow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Gustavo Costa&lt;/P&gt;&lt;P&gt;R&amp;amp;D Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 12:21:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-determine-which-Build-Configuration-is-Active/m-p/749183#M371</guid>
      <dc:creator>gustavocosta</dc:creator>
      <dc:date>2018-01-04T12:21:45Z</dc:date>
    </item>
  </channel>
</rss>

