<?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: MCUXpresso ide command line tools in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-ide-command-line-tools/m-p/1750879#M9261</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am afraid you don't really know your own product.&lt;/P&gt;&lt;P&gt;MCUXpresso is the enhanced successor of LPCXpresso and inherits almost all of the features of LPCXpresso.&lt;/P&gt;&lt;P&gt;See for instance: &lt;A href="https://community.nxp.com/t5/LPCXpresso-IDE/Difference-between-MCUXpresso-LPCXpresso-and-their-free-or/m-p/752787" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/LPCXpresso-IDE/Difference-between-MCUXpresso-LPCXpresso-and-their-free-or/m-p/752787&lt;/A&gt;&lt;/P&gt;&lt;P&gt;LPCOpen is designed for LPCXpresso by NXP and the LPC processor line support including LPC4337 is integrated in MCUXpresso.&lt;/P&gt;&lt;P&gt;I already found the command -application org.eclipse.cdt.managedbuilder.core.headless in the 6,5 years old thread you also mention, but&lt;/P&gt;&lt;P&gt;i don't find anything about in in the MCUXpresso IDE Command Line User Guide Rev. 11.8.0.&lt;/P&gt;&lt;P&gt;If that is the preferred function to use on some processors or projects, i would expect it to be mentioned and preferably had the difference explained.&lt;/P&gt;&lt;P&gt;Is the function -application com.nxp.mcuxpresso.headless.application only for processors with external SDK or makefile projects?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2023 08:01:13 GMT</pubDate>
    <dc:creator>n_jacobs</dc:creator>
    <dc:date>2023-11-02T08:01:13Z</dc:date>
    <item>
      <title>MCUXpresso ide command line tools</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-ide-command-line-tools/m-p/1748775#M9256</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to use the command line tools to setup a automated Jenkins build.&lt;/P&gt;&lt;P&gt;I used the&amp;nbsp;MCUXpresso IDE Command Line User Guide&amp;nbsp;Rev. 11.8.0 and tried for 2 day's to get a test build of the lpcopen examples in lpcopen_3_02_lpcxpresso_xpresso4337.zip to compile but could not get it working.&lt;/P&gt;&lt;P&gt;The command line user guide uses&amp;nbsp;-application com.nxp.mcuxpresso.headless.application .&lt;/P&gt;&lt;P&gt;Searching the web i found some older threads where they used&amp;nbsp;-application org.eclipse.cdt.managedbuilder.core.headlessbuild and i have got that working.&lt;/P&gt;&lt;P&gt;I succesfully used:&lt;/P&gt;&lt;P&gt;/usr/local/mcuxpressoide-11.8.0_1165/ide/mcuxpressoide -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data /home/testbox/lpcopen/lpcopen_3_02_lpcxpresso_xpresso4337 -importAll /home/testbox/lpcopen/lpcopen_3_02_lpcxpresso_xpresso4337 -cleanBuild all&lt;/P&gt;&lt;P&gt;Could you give me a working command example with&amp;nbsp;&amp;nbsp;-application com.nxp.mcuxpresso.headless.application according the&amp;nbsp; MCUXpresso IDE Command Line User Guide&amp;nbsp;Rev. 11.8.0&amp;nbsp; that does the same?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 14:32:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-ide-command-line-tools/m-p/1748775#M9256</guid>
      <dc:creator>n_jacobs</dc:creator>
      <dc:date>2023-10-30T14:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso ide command line tools</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-ide-command-line-tools/m-p/1750689#M9259</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/163933"&gt;@n_jacobs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think maybe&amp;nbsp; because "&lt;SPAN&gt;lpcopen_3_02_lpcxpresso_xpresso4337.zip " is not development by MCUXpresso IDE, while by eclipse, so can use command&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-application org.eclipse.cdt.managedbuilder.core.headless&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There is a blog from Eirch, also use the same command:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2017/08/03/building-eclipse-and-mcuxpresso-ide-projects-from-the-command-line/" target="_blank"&gt;https://mcuoneclipse.com/2017/08/03/building-eclipse-and-mcuxpresso-ide-projects-from-the-command-line/&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 02:57:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-ide-command-line-tools/m-p/1750689#M9259</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-11-02T02:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso ide command line tools</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-ide-command-line-tools/m-p/1750879#M9261</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am afraid you don't really know your own product.&lt;/P&gt;&lt;P&gt;MCUXpresso is the enhanced successor of LPCXpresso and inherits almost all of the features of LPCXpresso.&lt;/P&gt;&lt;P&gt;See for instance: &lt;A href="https://community.nxp.com/t5/LPCXpresso-IDE/Difference-between-MCUXpresso-LPCXpresso-and-their-free-or/m-p/752787" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/LPCXpresso-IDE/Difference-between-MCUXpresso-LPCXpresso-and-their-free-or/m-p/752787&lt;/A&gt;&lt;/P&gt;&lt;P&gt;LPCOpen is designed for LPCXpresso by NXP and the LPC processor line support including LPC4337 is integrated in MCUXpresso.&lt;/P&gt;&lt;P&gt;I already found the command -application org.eclipse.cdt.managedbuilder.core.headless in the 6,5 years old thread you also mention, but&lt;/P&gt;&lt;P&gt;i don't find anything about in in the MCUXpresso IDE Command Line User Guide Rev. 11.8.0.&lt;/P&gt;&lt;P&gt;If that is the preferred function to use on some processors or projects, i would expect it to be mentioned and preferably had the difference explained.&lt;/P&gt;&lt;P&gt;Is the function -application com.nxp.mcuxpresso.headless.application only for processors with external SDK or makefile projects?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 08:01:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-ide-command-line-tools/m-p/1750879#M9261</guid>
      <dc:creator>n_jacobs</dc:creator>
      <dc:date>2023-11-02T08:01:13Z</dc:date>
    </item>
  </channel>
</rss>

