<?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 General中的主题 Re: Makefile execution generated by MCUxpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Makefile-execution-generated-by-MCUxpresso-IDE/m-p/1820074#M5338</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/191504"&gt;@Jeevan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I think you can refer to the gcc project to build it in the SDK, as that also use the makefile without the IDE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;About the gcc build method, you can refer to the sdk document:&lt;/P&gt;
&lt;P&gt;SDK_2_14_0_MIMXRT1170-EVK\docs\Getting Started with MCUXpresso SDK for MIMXRT1170-EVK.pdf&lt;/P&gt;
&lt;P&gt;chapter&amp;nbsp;6 Run a demo using Arm® GCC&lt;/P&gt;
&lt;P&gt;You also can refer to my ubuntu build method document:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT-Linux-SDK-build-based-on-Ubuntu/ta-p/1690185" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT-Linux-SDK-build-based-on-Ubuntu/ta-p/1690185&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;If you still have question about it, please kindly let me know.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 03:21:27 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2024-03-04T03:21:27Z</dc:date>
    <item>
      <title>Makefile execution generated by MCUxpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Makefile-execution-generated-by-MCUxpresso-IDE/m-p/1819341#M5331</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;We have used MCUxpresso IDE and imported a sample SDK example for imxrt1170 eval board and built the project file.&lt;/P&gt;&lt;P&gt;The MCUxpresso IDE itself has auto generated a makefile. So my query is how to execute this make file in my windows system without using MCUxpresso,like by using make all, make clean and make commands to generate the binary (.axf file here for MCUxpresso).&lt;/P&gt;&lt;P&gt;I have even attached the Makefile also just for reference below.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 07:39:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Makefile-execution-generated-by-MCUxpresso-IDE/m-p/1819341#M5331</guid>
      <dc:creator>Jeevan</dc:creator>
      <dc:date>2024-03-01T07:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Makefile execution generated by MCUxpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Makefile-execution-generated-by-MCUxpresso-IDE/m-p/1820074#M5338</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/191504"&gt;@Jeevan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I think you can refer to the gcc project to build it in the SDK, as that also use the makefile without the IDE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;About the gcc build method, you can refer to the sdk document:&lt;/P&gt;
&lt;P&gt;SDK_2_14_0_MIMXRT1170-EVK\docs\Getting Started with MCUXpresso SDK for MIMXRT1170-EVK.pdf&lt;/P&gt;
&lt;P&gt;chapter&amp;nbsp;6 Run a demo using Arm® GCC&lt;/P&gt;
&lt;P&gt;You also can refer to my ubuntu build method document:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT-Linux-SDK-build-based-on-Ubuntu/ta-p/1690185" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT-Linux-SDK-build-based-on-Ubuntu/ta-p/1690185&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;If you still have question about it, please kindly let me know.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 03:21:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Makefile-execution-generated-by-MCUxpresso-IDE/m-p/1820074#M5338</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-03-04T03:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Makefile execution generated by MCUxpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Makefile-execution-generated-by-MCUxpresso-IDE/m-p/1820117#M5339</link>
      <description>&lt;P&gt;The auto-generated make file (managed make) in Eclipse is not portable. You could use the make file in the SDK (non-IDE), or better, use CMake to have a portable build system. I'm using the approach described in&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2023/04/19/building-a-triumvirate-from-eclipse-cdt-to-cmake-cmd-and-visual-studio-code/" target="_blank"&gt;https://mcuoneclipse.com/2023/04/19/building-a-triumvirate-from-eclipse-cdt-to-cmake-cmd-and-visual-studio-code/&lt;/A&gt;&amp;nbsp;to have both IDE, make and CMake for the builds.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 04:52:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Makefile-execution-generated-by-MCUxpresso-IDE/m-p/1820117#M5339</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2024-03-04T04:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Makefile execution generated by MCUxpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Makefile-execution-generated-by-MCUxpresso-IDE/m-p/2398628#M5842</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Windows user here. Using&amp;nbsp;&lt;SPAN&gt;MCUXpresso's makefiles is all a matter of &lt;STRONG&gt;%PATH%&lt;/STRONG&gt; variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I found that the easiest way to run "&lt;FONT face="andale mono,times"&gt;make&lt;/FONT&gt;"&amp;nbsp; commands from the command line is to Ctrl-click on the project name in the bottom right-hand corner of the MCUXpresso IDE:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielholala_0-1784882835421.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/393154i00435807813373CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danielholala_0-1784882835421.png" alt="danielholala_0-1784882835421.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will open a terminal window in your project directory with&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;%PATH%&lt;/STRONG&gt; properly set, so you can enter "&lt;FONT face="andale mono,times"&gt;make clean&lt;/FONT&gt;" and "&lt;FONT face="andale mono,times"&gt;make -j8 all&lt;/FONT&gt;" and similar commands.&lt;/P&gt;&lt;P&gt;Of course, you can close the IDE and the terminal window stays open. You can also inspect the &lt;STRONG&gt;%PATH%&lt;/STRONG&gt; variable. Set this path in any other terminal window and you can run make commands there as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you can put this to good use.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2026 08:55:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Makefile-execution-generated-by-MCUxpresso-IDE/m-p/2398628#M5842</guid>
      <dc:creator>danielholala</dc:creator>
      <dc:date>2026-07-24T08:55:39Z</dc:date>
    </item>
  </channel>
</rss>

