<?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 post build step environment variable not resolved in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/post-build-step-environment-variable-not-resolved/m-p/435902#M3057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently upgraded from Code Warrior 10.3 to 10.6 (build 140329). So far, so good. But when building my project I realised, that the post-build step (Project Properties --&amp;gt; C/C++ Build --&amp;gt; Settings --&amp;gt; tab Build Steps) is not working anymore. Some but not all of the used environment variables are not resolved anymore. In CW10.3 this has been working fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I have entered in the settings page:&lt;/P&gt;&lt;P&gt;"${ARM_GNU_TOOLS_HOME}\bin\arm-none-eabi-size.exe" --format=sysv ${BuildLocation}\{BuildArtifactFileName} &amp;gt;&amp;gt; ${BuildLocation}\{BuildArtifactFileBaseName}.map&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... and this is what the Console tells me during the build process:&lt;/P&gt;&lt;P&gt;"C:\Freescale\CW MCU v10.6\eclipse\../Cross_Tools/arm-none-eabi-gcc-4_7_3\bin\arm-none-eabi-size.exe" --format=sysv C:\SRV002\ageiger\workspaceCW106\app_Mainboard\FLASH\{BuildArtifactFileName} &amp;gt;&amp;gt; C:\SRV002\ageiger\workspaceCW106\app_Mainboard\FLASH\{BuildArtifactFileBaseName}.map&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, the "BuildArtifact..." variables are not resolved, whyever...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am happy to receive any tips, ideas, hints...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 06:17:29 GMT</pubDate>
    <dc:creator>adriangeiger</dc:creator>
    <dc:date>2015-04-23T06:17:29Z</dc:date>
    <item>
      <title>post build step environment variable not resolved</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/post-build-step-environment-variable-not-resolved/m-p/435902#M3057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently upgraded from Code Warrior 10.3 to 10.6 (build 140329). So far, so good. But when building my project I realised, that the post-build step (Project Properties --&amp;gt; C/C++ Build --&amp;gt; Settings --&amp;gt; tab Build Steps) is not working anymore. Some but not all of the used environment variables are not resolved anymore. In CW10.3 this has been working fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I have entered in the settings page:&lt;/P&gt;&lt;P&gt;"${ARM_GNU_TOOLS_HOME}\bin\arm-none-eabi-size.exe" --format=sysv ${BuildLocation}\{BuildArtifactFileName} &amp;gt;&amp;gt; ${BuildLocation}\{BuildArtifactFileBaseName}.map&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... and this is what the Console tells me during the build process:&lt;/P&gt;&lt;P&gt;"C:\Freescale\CW MCU v10.6\eclipse\../Cross_Tools/arm-none-eabi-gcc-4_7_3\bin\arm-none-eabi-size.exe" --format=sysv C:\SRV002\ageiger\workspaceCW106\app_Mainboard\FLASH\{BuildArtifactFileName} &amp;gt;&amp;gt; C:\SRV002\ageiger\workspaceCW106\app_Mainboard\FLASH\{BuildArtifactFileBaseName}.map&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, the "BuildArtifact..." variables are not resolved, whyever...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am happy to receive any tips, ideas, hints...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 06:17:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/post-build-step-environment-variable-not-resolved/m-p/435902#M3057</guid>
      <dc:creator>adriangeiger</dc:creator>
      <dc:date>2015-04-23T06:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: post build step environment variable not resolved</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/post-build-step-environment-variable-not-resolved/m-p/435903#M3058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;add a $ sign:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;{BuildArtifactFileName}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 06:24:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/post-build-step-environment-variable-not-resolved/m-p/435903#M3058</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-04-23T06:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: post build step environment variable not resolved</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/post-build-step-environment-variable-not-resolved/m-p/435904#M3059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich&lt;/P&gt;&lt;P&gt;Of course you're right!... I just wonder, where these $-signs have gone... I found them to be there in some original 10.3 settings also... unfortunately this is likely to be a problem caused by the guy sitting in front of my screen... :smileywink:&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 06:59:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/post-build-step-environment-variable-not-resolved/m-p/435904#M3059</guid>
      <dc:creator>adriangeiger</dc:creator>
      <dc:date>2015-04-23T06:59:53Z</dc:date>
    </item>
  </channel>
</rss>

