<?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: i.MX Forums  i.MX RT Command line compiling for RT1176 in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/i-MX-Forums-i-MX-RT-Command-line-compiling-for-RT1176/m-p/1765747#M20293</link>
    <description>Thank you, that solved my issue.</description>
    <pubDate>Wed, 29 Nov 2023 14:26:17 GMT</pubDate>
    <dc:creator>MN19000</dc:creator>
    <dc:date>2023-11-29T14:26:17Z</dc:date>
    <item>
      <title>i.MX Forums  i.MX RT Command line compiling for RT1176</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/i-MX-Forums-i-MX-RT-Command-line-compiling-for-RT1176/m-p/1753670#M19996</link>
      <description>&lt;P&gt;i.MX Forums i.MX RT&lt;/P&gt;&lt;P&gt;I am using MIMXRT1170 MCU.&lt;/P&gt;&lt;P&gt;I need to compile my project from command line. Please send me instruction&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 18:39:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/i-MX-Forums-i-MX-RT-Command-line-compiling-for-RT1176/m-p/1753670#M19996</guid>
      <dc:creator>MN19000</dc:creator>
      <dc:date>2023-11-07T18:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX Forums  i.MX RT Command line compiling for RT1176</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/i-MX-Forums-i-MX-RT-Command-line-compiling-for-RT1176/m-p/1753769#M19998</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225439"&gt;@MN19000&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Please look into the following post, as I believe it might just be what you are looking for!&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;&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 01:13:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/i-MX-Forums-i-MX-RT-Command-line-compiling-for-RT1176/m-p/1753769#M19998</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2023-11-08T01:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX Forums  i.MX RT Command line compiling for RT1176</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/i-MX-Forums-i-MX-RT-Command-line-compiling-for-RT1176/m-p/1762163#M20218</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186731"&gt;@EdwinHz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;I have used an example code, but it is failing due to launching Eclipse IDE.&lt;/DIV&gt;&lt;DIV&gt;Here is the batch file&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&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;&lt;/DIV&gt;&lt;DIV&gt;-------------&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;# Batch file to build an Eclipse project from the command line on Windows&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;# Example for using MCUXpresso IDE&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;# path to GNU tools and compiler: arm-none-eabi-gcc.exe, ....&lt;/DIV&gt;&lt;DIV&gt;SET TOOLCHAIN_PATH=C:\nxp\MCUXpressoIDE_10.0.2_411\ide\tools\bin&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;# variable to the command line Eclipse IDE executable&lt;/DIV&gt;&lt;DIV&gt;SET IDE=C:\nxp\MCUXpressoIDE_11.7.1_9221\ide\mcuxpressoidec.exe&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ECHO Extending PATH if not already present&lt;/DIV&gt;&lt;DIV&gt;ECHO %PATH%|findstr /i /c:"%TOOLCHAIN_PATH:"=%"&amp;gt;nul || set PATH=%PATH%;%TOOLCHAIN_PATH%&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ECHO Launching Eclipse IDE&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;"%IDE%" -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data "c:\tmp\wsp" -build evkmimxrt1170_freertos_event_cm7&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;I have followed the instruction&amp;nbsp; on the link, but it is still not working&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;WARNING: No Project matched "evkmimxrt1170_freertos_event_cm7". Skipping...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-----------&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C:\CL_NXP\CommandLine_Test&amp;gt;ECHO Launching Eclipse IDE&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;Launching Eclipse IDE&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;C:\CL_NXP\CommandLine_Test&amp;gt;"C:\nxp\MCUXpressoIDE_11.7.1_9221\ide\mcuxpressoidec.exe" -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data "c:\tmp\wsp" -build evkmimxrt1170_freertos_event_cm7&lt;/DIV&gt;&lt;DIV&gt;SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".&lt;/DIV&gt;&lt;DIV&gt;SLF4J: Defaulting to no-operation (NOP) logger implementation&lt;/DIV&gt;&lt;DIV&gt;SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#StaticLoggerBinder" target="_blank"&gt;http://www.slf4j.org/codes.html#StaticLoggerBinder&lt;/A&gt; for further details.&lt;/DIV&gt;&lt;DIV&gt;WARNING: No Project matched "evkmimxrt1170_freertos_event_cm7". Skipping...&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;===========&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Nov 2023 21:27:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/i-MX-Forums-i-MX-RT-Command-line-compiling-for-RT1176/m-p/1762163#M20218</guid>
      <dc:creator>MN19000</dc:creator>
      <dc:date>2023-11-22T21:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX Forums  i.MX RT Command line compiling for RT1176</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/i-MX-Forums-i-MX-RT-Command-line-compiling-for-RT1176/m-p/1764351#M20267</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225439"&gt;@MN19000&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;From the batch file you share, I see you are using a different path for the toolchain and for the IDE you are using. Please update the path to: "C:\nxp\&lt;SPAN&gt;MCUXpressoIDE_11.7.1_9221&lt;/SPAN&gt;\ide\tools\bin" to make it match with the IDE version you are using.&lt;/P&gt;
&lt;P&gt;Please try this and let me know if the issue persists.&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 00:03:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/i-MX-Forums-i-MX-RT-Command-line-compiling-for-RT1176/m-p/1764351#M20267</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2023-11-28T00:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX Forums  i.MX RT Command line compiling for RT1176</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/i-MX-Forums-i-MX-RT-Command-line-compiling-for-RT1176/m-p/1765747#M20293</link>
      <description>Thank you, that solved my issue.</description>
      <pubDate>Wed, 29 Nov 2023 14:26:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/i-MX-Forums-i-MX-RT-Command-line-compiling-for-RT1176/m-p/1765747#M20293</guid>
      <dc:creator>MN19000</dc:creator>
      <dc:date>2023-11-29T14:26:17Z</dc:date>
    </item>
  </channel>
</rss>

