<?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 MQX 4.2, MQX 4.1, MQX 4.0 Command Line Build Question in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-MQX-4-1-MQX-4-0-Command-Line-Build-Question/m-p/456403#M15322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I downloaded MQX 4.2. I read the paragraph in &lt;SPAN style="font-family: 'courier new', courier;"&gt;doc/MQX_Getting_Started.pdf&lt;/SPAN&gt; on using MinGW make to build MQX for target boards via the command line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executing the published command line, nothing was built.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking in the specified directory, &lt;SPAN style="font-family: 'courier new', courier;"&gt;Freescale_MQX_4_2/build/&amp;lt;target&amp;gt;/make&lt;/SPAN&gt;, there is no &lt;SPAN style="font-family: 'courier new', courier;"&gt;makefile&lt;/SPAN&gt; or &lt;SPAN style="font-family: 'courier new', courier;"&gt;makefile.mak&lt;/SPAN&gt; or any other file for MinGW make to execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then compared the 4.2 download to the 4.1 download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 4.2 download is missing batch files pre-built to build MQX for the specific board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The directory path is &lt;SPAN style="font-family: 'courier new', courier;"&gt;Freescale_MQX_4_2/build/&amp;lt;target&amp;gt;/make&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="font-family: 'courier new', courier;"&gt;make&lt;/SPAN&gt; directory contains &lt;SPAN style="font-family: 'courier new', courier;"&gt;tools&lt;/SPAN&gt; but no pre-built batch files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking closer, the paragraph on running MinGW make states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To rebuild the MQX RTOS libraries navigate to the &lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;install_dir&amp;gt;/build/&amp;lt;board&amp;gt;/make&lt;/SPAN&gt; directory and run this command&lt;/P&gt;&lt;P&gt;(building MQX RTOS using the GCC from CW10.3 and later version of the toolchain):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;C:\MinGW\bin\mingw32-make.exe build TOOL=cw10gcc CONFIG=debug&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The path should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;install_dir&amp;gt;/&amp;lt;mqx_component&amp;gt;/build/make/&amp;lt;board&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, this has to be run for each and every component of MQX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pre-built batch files of MQX 4.1 walk through each of the MQX components, saving a lot of typing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To further confuse things, I looked at MQX 4.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the original path &lt;SPAN style="font-family: 'courier new', courier;"&gt;Freescale_MQX_4_0/build/&amp;lt;board&amp;gt;/make&lt;/SPAN&gt; is indeed a &lt;SPAN style="font-family: 'courier new', courier;"&gt;makefile&lt;/SPAN&gt; as required for the the Getting Started PDF MinGW make paragraph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, what are command line build instructions for MQX 4.2? Did I install MQX 4.2 improperly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 17:46:27 GMT</pubDate>
    <dc:creator>Keith4DSmith</dc:creator>
    <dc:date>2015-08-20T17:46:27Z</dc:date>
    <item>
      <title>MQX 4.2, MQX 4.1, MQX 4.0 Command Line Build Question</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-MQX-4-1-MQX-4-0-Command-Line-Build-Question/m-p/456403#M15322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I downloaded MQX 4.2. I read the paragraph in &lt;SPAN style="font-family: 'courier new', courier;"&gt;doc/MQX_Getting_Started.pdf&lt;/SPAN&gt; on using MinGW make to build MQX for target boards via the command line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executing the published command line, nothing was built.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking in the specified directory, &lt;SPAN style="font-family: 'courier new', courier;"&gt;Freescale_MQX_4_2/build/&amp;lt;target&amp;gt;/make&lt;/SPAN&gt;, there is no &lt;SPAN style="font-family: 'courier new', courier;"&gt;makefile&lt;/SPAN&gt; or &lt;SPAN style="font-family: 'courier new', courier;"&gt;makefile.mak&lt;/SPAN&gt; or any other file for MinGW make to execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then compared the 4.2 download to the 4.1 download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 4.2 download is missing batch files pre-built to build MQX for the specific board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The directory path is &lt;SPAN style="font-family: 'courier new', courier;"&gt;Freescale_MQX_4_2/build/&amp;lt;target&amp;gt;/make&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="font-family: 'courier new', courier;"&gt;make&lt;/SPAN&gt; directory contains &lt;SPAN style="font-family: 'courier new', courier;"&gt;tools&lt;/SPAN&gt; but no pre-built batch files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking closer, the paragraph on running MinGW make states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To rebuild the MQX RTOS libraries navigate to the &lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;install_dir&amp;gt;/build/&amp;lt;board&amp;gt;/make&lt;/SPAN&gt; directory and run this command&lt;/P&gt;&lt;P&gt;(building MQX RTOS using the GCC from CW10.3 and later version of the toolchain):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;C:\MinGW\bin\mingw32-make.exe build TOOL=cw10gcc CONFIG=debug&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The path should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;install_dir&amp;gt;/&amp;lt;mqx_component&amp;gt;/build/make/&amp;lt;board&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, this has to be run for each and every component of MQX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pre-built batch files of MQX 4.1 walk through each of the MQX components, saving a lot of typing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To further confuse things, I looked at MQX 4.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the original path &lt;SPAN style="font-family: 'courier new', courier;"&gt;Freescale_MQX_4_0/build/&amp;lt;board&amp;gt;/make&lt;/SPAN&gt; is indeed a &lt;SPAN style="font-family: 'courier new', courier;"&gt;makefile&lt;/SPAN&gt; as required for the the Getting Started PDF MinGW make paragraph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, what are command line build instructions for MQX 4.2? Did I install MQX 4.2 improperly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 17:46:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-MQX-4-1-MQX-4-0-Command-Line-Build-Question/m-p/456403#M15322</guid>
      <dc:creator>Keith4DSmith</dc:creator>
      <dc:date>2015-08-20T17:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.2, MQX 4.1, MQX 4.0 Command Line Build Question</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-MQX-4-1-MQX-4-0-Command-Line-Build-Question/m-p/456404#M15323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Keith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the following video and please let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/videos/3373"&gt; Video Link : 3373&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:08:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-MQX-4-1-MQX-4-0-Command-Line-Build-Question/m-p/456404#M15323</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-08-21T20:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.2, MQX 4.1, MQX 4.0 Command Line Build Question</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-MQX-4-1-MQX-4-0-Command-Line-Build-Question/m-p/456405#M15324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi soledad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share some information on how to build the MQX libraries with Truestudio atollic. &lt;/P&gt;&lt;P&gt;What are the possible ways?&lt;/P&gt;&lt;P&gt;I have heard about command line MQX library building. But can you refer any resource in reference with atollic and MQX library building?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 15:42:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-MQX-4-1-MQX-4-0-Command-Line-Build-Question/m-p/456405#M15324</guid>
      <dc:creator>preetmehta</dc:creator>
      <dc:date>2016-01-12T15:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.2, MQX 4.1, MQX 4.0 Command Line Build Question</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-MQX-4-1-MQX-4-0-Command-Line-Build-Question/m-p/456406#M15325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello PM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below doc and let me know if this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/soft_dev_tools/doc/support_info/KSDKGSATLUG.pdf?fpsp=1&amp;amp;WT_TYPE=Users%20Guides&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf" title="http://cache.freescale.com/files/soft_dev_tools/doc/support_info/KSDKGSATLUG.pdf?fpsp=1&amp;amp;WT_TYPE=Users%20Guides&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;http://cache.freescale.com/files/soft_dev_tools/doc/support_info/KSDKGSATLUG.pdf?fpsp=1&amp;amp;WT_TYPE=Users%20Guides&amp;amp;WT_VENDOR…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 20:56:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-MQX-4-1-MQX-4-0-Command-Line-Build-Question/m-p/456406#M15325</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2016-01-12T20:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.2, MQX 4.1, MQX 4.0 Command Line Build Question</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-MQX-4-1-MQX-4-0-Command-Line-Build-Question/m-p/456407#M15326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello soledad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link you provided is I think for MQX RTOS for Kinetis SDK. Unfortunately I am currently working with the classic MQX_4_1.&lt;/P&gt;&lt;P&gt;However if there is anything which can embed both of this will work. But still my question remains unanswered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a source which relates the Atollic and classic MQX (to be specific, I need bsp, psp, rtcs and usb libraries) build for my custom application&lt;/P&gt;&lt;P&gt;I have searched some points where I have found that one possible way is using the makefile.&lt;/P&gt;&lt;P&gt;Can you point the direction to any brief document or forum for Atollic and classic MQX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 05:30:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-MQX-4-1-MQX-4-0-Command-Line-Build-Question/m-p/456407#M15326</guid>
      <dc:creator>preetmehta</dc:creator>
      <dc:date>2016-01-13T05:30:08Z</dc:date>
    </item>
  </channel>
</rss>

