<?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: MCUExpresso IDE not starting through windows cmd lines while trying to build from console</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836729#M3235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the same (unhelpful) error if the 'import' directory exists, but there is no valid project in that directory. So, what is the contents of the directory named on -import? It should contain a valid project, with (at least) .cproject and .project files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2018 16:31:33 GMT</pubDate>
    <dc:creator>converse</dc:creator>
    <dc:date>2018-07-23T16:31:33Z</dc:date>
    <item>
      <title>MCUExpresso IDE not starting through windows cmd lines while trying to build from console</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836724#M3230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have MCUXpressoIDE_10.2.0_759 installed in my windows x64 machine. I am trying to build my project through command line. When i launch IDE by running mcuxpressoide.exe (by clicking) it works fine. but when i try to run through cmd line it doesn't starts. Command i use is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;CODE&gt;"C:\nxp\MCUXpressoIDE_10.2.0_759\ide\mcuxpressoide.exe" --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -cleanBuild Test1/Debug "Path to my project"&lt;/CODE&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i have tried to run with &lt;STRONG&gt;bat&lt;/STRONG&gt; file,but i cant get any response. Launcher file &lt;STRONG&gt;mcuxpressoide.ini&lt;/STRONG&gt; is as below&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -startup&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --launcher.library&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.551.v20171108-1834&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -vm&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\nxp\MCUXpressoIDE_10.2.0_759\ide\jre\bin\javaw.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; -vmargs&amp;nbsp;&amp;nbsp;&amp;nbsp; -Dosgi.requiredJavaVersion=1.8&amp;nbsp;&amp;nbsp;&amp;nbsp; -Xms128m&amp;nbsp;&amp;nbsp;&amp;nbsp; -Xmx1024m&amp;nbsp;&amp;nbsp;&amp;nbsp; -Djava.net.useSystemProxies=true&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In Launcher file, i have tried to pass the path of javax.exe that was installed previously installed in my machine, but i got error like&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE&gt;&lt;CODE&gt;java was started but returned exit code=1 &lt;/CODE&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have searched whole internet but still i am clueless about this case. What should i do to be able to compile my project through cmd lines using MCUxpresso ide?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited (ADDED)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bat file (mentioned above)&amp;nbsp; that i have used before is as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;# Batch file to build an Eclipse project from the command line on Windows&lt;BR /&gt;# Example for using MCUXpresso IDE&lt;BR /&gt;# path to GNU tools and compiler: arm-none-eabi-gcc.exe, ....&lt;BR /&gt;SET TOOLCHAIN_PATH=C:\nxp\MCUXpressoIDE_10.2.0_759\ide\tools\bin&lt;BR /&gt;# variable to the command line Eclipse IDE executable&lt;BR /&gt;SET IDE=C:\nxp\MCUXpressoIDE_10.2.0_759\ide\mcuxpressoidec.exe&lt;BR /&gt;ECHO Extending PATH if not already present&lt;BR /&gt;ECHO %PATH%|findstr /i /c:"%TOOLCHAIN_PATH:"=%"&amp;gt;nul || set PATH=%PATH%;%TOOLCHAIN_PATH%&lt;BR /&gt;ECHO Launching Eclipse IDE&lt;BR /&gt;"%IDE%" -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import "path_to_my project" -build all&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;building project‌cmd line‌ mcuxpresso_ide‌ mcuxpresso_sdk‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 09:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836724#M3230</guid>
      <dc:creator>kushal_dumre</dc:creator>
      <dc:date>2018-07-20T09:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: MCUExpresso IDE not starting through windows cmd lines while trying to build from console</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836725#M3231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On Windows, to run a build from the command line you need to use the&amp;nbsp;mcuxpressoide&lt;STRONG&gt;c&lt;/STRONG&gt;.exe rather than&amp;nbsp;mcuxpressoide.exe (note the additional "c" at the end of the filename).&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>Mon, 23 Jul 2018 09:20:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836725#M3231</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-07-23T09:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: MCUExpresso IDE not starting through windows cmd lines while trying to build from console</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836726#M3232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just tried tyour way and i got a following error.&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/66112i888FC8AFE7403083/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;command i used was,&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;"C:\nxp\MCUXpressoIDE_10.2.0_759\ide\mcuxpressoidec.exe" -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import "path/to/my/project/to/be/built" -build all&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 09:33:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836726#M3232</guid>
      <dc:creator>kushal_dumre</dc:creator>
      <dc:date>2018-07-23T09:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: MCUExpresso IDE not starting through windows cmd lines while trying to build from console</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836727#M3233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although the FAQ below is written for LPCXpresso IDE, the process is the same. Therefore be sure to read and understand this FAQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/630544"&gt;https://community.nxp.com/message/630544&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: there is a script to set up your paths on Windows machines located in the &amp;lt;install dir&amp;gt;/ide/bin/scripts called MCUXpressoPath.cmd - this may be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 11:13:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836727#M3233</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-07-23T11:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: MCUExpresso IDE not starting through windows cmd lines while trying to build from console</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836728#M3234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i had previously configured the path and now also with the script .I had added these three directories in path&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE style="font-family: monospace, serif;"&gt;(install)\lpcxpresso\bin&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE style="font-family: monospace, serif;"&gt;(install)\lpcxpresso\tools\bin&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE style="font-family: monospace, serif;"&gt;(install)\lpcxpresso\msys\bin&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But&amp;nbsp; Jus in case i have run the scrpit you have mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still its not working,&lt;/P&gt;&lt;P&gt;Should i worry about the OS version that is in the following output of the error? It says OS win32 but i am running it on x64 windows machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Java was started but returned exit code=1&lt;BR /&gt;C:\nxp\MCUXpressoIDE_10.2.0_759\ide\jre\bin\javaw.exe&lt;BR /&gt;-Dosgi.requiredJavaVersion=1.8&lt;BR /&gt;-Xms128m&lt;BR /&gt;-Xmx1024m&lt;BR /&gt;-Djava.net.useSystemProxies=true&lt;BR /&gt;-jar C:\nxp\MCUXpressoIDE_10.2.0_759\ide\\plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;-os win32&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;-ws win32&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;-arch x86&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;-launcher C:\nxp\MCUXpressoIDE_10.2.0_759\ide\mcuxpressoidec.exe&lt;BR /&gt;-name Mcuxpressoidec&lt;BR /&gt;--launcher.library C:\nxp\MCUXpressoIDE_10.2.0_759\ide\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.551.v20171108-1834\eclipse_1630.dll&lt;BR /&gt;-startup C:\nxp\MCUXpressoIDE_10.2.0_759\ide\\plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar&lt;BR /&gt;--launcher.overrideVmargs&lt;BR /&gt;-exitdata 3224_114&lt;BR /&gt;-application org.eclipse.cdt.managedbuilder.core.headlessbuild&lt;BR /&gt;-data c:\tmp\wsp&lt;BR /&gt;-build all&lt;BR /&gt;-vm C:\nxp\MCUXpressoIDE_10.2.0_759\ide\jre\bin\javaw.exe&lt;BR /&gt;-vmargs&lt;BR /&gt;-Dosgi.requiredJavaVersion=1.8&lt;BR /&gt;-Xms128m&lt;BR /&gt;-Xmx1024m&lt;BR /&gt;-Djava.net.useSystemProxies=true&lt;BR /&gt;-jar C:\nxp\MCUXpressoIDE_10.2.0_759\ide\\plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS:&amp;nbsp; Also to mention that, from windowd cmd , when i input following command, ide is started , it means this way the command is working well but i am not being able to import and build the project from cmd line.&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.2.0_759\ide\mcuxpressoidec.exe&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I also found the similar case here in the forum, the following one!&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/456581"&gt;Impossible to build MCUXpresso project based on imported SDK through Jenkins&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="de"&gt;&lt;SPAN&gt;freundlich&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 12:54:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836728#M3234</guid>
      <dc:creator>kushal_dumre</dc:creator>
      <dc:date>2018-07-23T12:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: MCUExpresso IDE not starting through windows cmd lines while trying to build from console</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836729#M3235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the same (unhelpful) error if the 'import' directory exists, but there is no valid project in that directory. So, what is the contents of the directory named on -import? It should contain a valid project, with (at least) .cproject and .project files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 16:31:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836729#M3235</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2018-07-23T16:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: MCUExpresso IDE not starting through windows cmd lines while trying to build from console</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836730#M3236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for your answer!&lt;BR /&gt;&lt;BR /&gt;Yes the content of the directory i import is a valid project, it has corresponding files.&lt;BR /&gt;&lt;BR /&gt;I am still clueless if i am doing something wrong or it simply doesn't works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 07:19:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836730#M3236</guid>
      <dc:creator>kushal_dumre</dc:creator>
      <dc:date>2018-07-24T07:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: MCUExpresso IDE not starting through windows cmd lines while trying to build from console</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836731#M3237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;GOOD NEWS!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have kind of solved this problem. The solution i have found is that , &lt;EM&gt;instead&lt;/EM&gt; of using command &lt;EM&gt;import&lt;/EM&gt; i ran the command in the project dir without import. (import not needed as i was already in the corresponding project's directory).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can see the commands.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/388962"&gt;https://community.nxp.com/thread/388962&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 14:41:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUExpresso-IDE-not-starting-through-windows-cmd-lines-while/m-p/836731#M3237</guid>
      <dc:creator>kushal_dumre</dc:creator>
      <dc:date>2018-07-24T14:41:24Z</dc:date>
    </item>
  </channel>
</rss>

