<?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>MCUXpresso IDEのトピックRe: build project from command line</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/build-project-from-command-line/m-p/701089#M841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Con Verse mentions, the workaround would be to use the -import option, this will open the project in the existing workspace, here is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM&gt;mcuxpressoide -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data C:\Users\b38285\Documents\MCUXpressoIDE_10.0.2_411\workspace-LPC54608 -import C:\Users\b38285\Documents\MCUXpressoIDE_10.0.2_411\workspace-LPC54608\lpcxpresso54608_demo_apps_hello_world -cleanBuild lpcxpresso54608_demo_apps_hello_world/Debug&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2017 17:19:20 GMT</pubDate>
    <dc:creator>Carlos_Mendoza</dc:creator>
    <dc:date>2017-10-19T17:19:20Z</dc:date>
    <item>
      <title>build project from command line</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/build-project-from-command-line/m-p/701086#M838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have problem building application from command line in windows. It seems that it only works if project was left open in the workspace. As I have multiple projects in one Workspace, I do close projects on which I dont work at the moment. So when I run the script for automated build it fails for closed project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;"C:\nxp\MCUXpressoIDE_10.0.0_344\ide\mcuxpressoidec.exe" --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -cleanBuild MyProject1/Debug -data "C:\Projects\Xpresso"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error message that I get for closed projects is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Project:&amp;nbsp;MyProject1 doesn't appear to be a CDT project. Skipping...&lt;BR /&gt;WARNING: No Config matched "&lt;SPAN style="background-color: #f6f6f6;"&gt;MyProject1&lt;/SPAN&gt;/Debug". Skipping...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works fine if I leave project opened before closing the IDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a workaround for that "feature" ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 13:34:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/build-project-from-command-line/m-p/701086#M838</guid>
      <dc:creator>svensavic</dc:creator>
      <dc:date>2017-10-09T13:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: build project from command line</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/build-project-from-command-line/m-p/701087#M839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried 'importing' the closed project? i.e. use the -import option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 08:11:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/build-project-from-command-line/m-p/701087#M839</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2017-10-10T08:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: build project from command line</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/build-project-from-command-line/m-p/701088#M840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean import project in already existent workspace (where that project is closed) or create a new workspace ? When I create new one (without using -data parameter), linking part of build fails as I have some global variables defined in my workspace...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 09:28:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/build-project-from-command-line/m-p/701088#M840</guid>
      <dc:creator>svensavic</dc:creator>
      <dc:date>2017-10-10T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: build project from command line</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/build-project-from-command-line/m-p/701089#M841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Con Verse mentions, the workaround would be to use the -import option, this will open the project in the existing workspace, here is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM&gt;mcuxpressoide -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data C:\Users\b38285\Documents\MCUXpressoIDE_10.0.2_411\workspace-LPC54608 -import C:\Users\b38285\Documents\MCUXpressoIDE_10.0.2_411\workspace-LPC54608\lpcxpresso54608_demo_apps_hello_world -cleanBuild lpcxpresso54608_demo_apps_hello_world/Debug&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 17:19:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/build-project-from-command-line/m-p/701089#M841</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-10-19T17:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: build project from command line</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/build-project-from-command-line/m-p/701090#M842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that seems to do the trick. Thanks to both of you guys ...&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 20:10:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/build-project-from-command-line/m-p/701090#M842</guid>
      <dc:creator>svensavic</dc:creator>
      <dc:date>2017-10-19T20:10:27Z</dc:date>
    </item>
  </channel>
</rss>

