<?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: Where do I enter a &amp;quot;post-build&amp;quot; step (script) when using MCUXpresso for VS Code? in MCUXpresso for VSCode</title>
    <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Where-do-I-enter-a-quot-post-build-quot-step-script-when-using/m-p/1919962#M279</link>
    <description>&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2024 04:21:38 GMT</pubDate>
    <dc:creator>CktDesigner</dc:creator>
    <dc:date>2024-07-30T04:21:38Z</dc:date>
    <item>
      <title>Where do I enter a "post-build" step (script) when using MCUXpresso for VS Code?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Where-do-I-enter-a-quot-post-build-quot-step-script-when-using/m-p/1914477#M276</link>
      <description>&lt;P&gt;I converted a project from the MCUXpresso IDE to MCUXpresso for VS Code.&amp;nbsp; &amp;nbsp;I have everything working except for the "post-build" steps...&lt;/P&gt;&lt;P&gt;In MCUXpresso, post-build steps can be specified in Properties-&amp;gt;C/C++Build-?Settings-&amp;gt;BuildSteps&lt;/P&gt;&lt;P&gt;Where is the equivalent in the VS Code version?&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 23:18:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Where-do-I-enter-a-quot-post-build-quot-step-script-when-using/m-p/1914477#M276</guid>
      <dc:creator>CktDesigner</dc:creator>
      <dc:date>2024-07-22T23:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I enter a "post-build" step (script) when using MCUXpresso for VS Code?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Where-do-I-enter-a-quot-post-build-quot-step-script-when-using/m-p/1914859#M277</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We did not implement this to be automatically done yet. We'll add it in a future release. Till then, you can work around the issue by adding a custom command with post build step (in CMakeLists.txt) like in the example below:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;ADD_CUSTOM_COMMAND&lt;/SPAN&gt;&lt;SPAN&gt;(TARGET &lt;/SPAN&gt;&lt;SPAN&gt;${MCUX_SDK_PROJECT_NAME}&lt;/SPAN&gt;&lt;SPAN&gt; POST_BUILD &lt;/SPAN&gt;&lt;SPAN&gt;COMMAND&lt;/SPAN&gt;&lt;SPAN&gt; echo &lt;/SPAN&gt;&lt;SPAN&gt;${EXECUTABLE_OUTPUT_PATH}&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;${MCUX_SDK_PROJECT_NAME}&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cristiantepus_0-1721725192740.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289870iECA06F0D0322727D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cristiantepus_0-1721725192740.png" alt="cristiantepus_0-1721725192740.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Some other example, if you import from SDK a multicore project, core1 is generating a bin from an executable file in a similar post build command:&lt;/P&gt;
&lt;P&gt;ADD_CUSTOM_COMMAND(TARGET ${MCUX_SDK_PROJECT_NAME} POST_BUILD COMMAND ${CMAKE_OBJCOPY}&lt;BR /&gt;-Obinary ${EXECUTABLE_OUTPUT_PATH}/${MCUX_SDK_PROJECT_NAME} ${EXECUTABLE_OUTPUT_PATH}/core1_image.bin)&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Cristian&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 09:05:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Where-do-I-enter-a-quot-post-build-quot-step-script-when-using/m-p/1914859#M277</guid>
      <dc:creator>cristiantepus</dc:creator>
      <dc:date>2024-07-23T09:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I enter a "post-build" step (script) when using MCUXpresso for VS Code?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Where-do-I-enter-a-quot-post-build-quot-step-script-when-using/m-p/1919962#M279</link>
      <description>&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 04:21:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Where-do-I-enter-a-quot-post-build-quot-step-script-when-using/m-p/1919962#M279</guid>
      <dc:creator>CktDesigner</dc:creator>
      <dc:date>2024-07-30T04:21:38Z</dc:date>
    </item>
  </channel>
</rss>

