<?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: MQX 4.2 GCC Build fails in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-GCC-Build-fails/m-p/440642#M14738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks; I was providing my experiences in the hopes that the necessary changes would get incorporated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gcc 5 multilib is standard and easy to use with recent debian and ubuntu versions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pretty sure that Mentor has dropped support for Code Sourcery. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regardless, combining --nostdinc and #include &amp;lt;stdint.h&amp;gt; is an ERROR. &lt;/P&gt;&lt;P&gt;It should have failed on CodeSourcery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a CW 10.6 for Linux please point me at it. &lt;/P&gt;&lt;P&gt;Elswehere in this site the last CW for linux was listed as 10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regardless, I really do not want to use CW or KDS.&amp;nbsp; I am far faster building and testing outside a GUI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freescale has decided to switch to GCC for CW and KDS, they should allow us to build using any modern GCC whether from a GUI or not. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Nov 2015 17:47:39 GMT</pubDate>
    <dc:creator>asmith</dc:creator>
    <dc:date>2015-11-11T17:47:39Z</dc:date>
    <item>
      <title>MQX 4.2 GCC Build fails</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-GCC-Build-fails/m-p/440640#M14736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Building MQX 4.2 using the debian multi-arch armhf compiler fails. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several problems. &lt;/P&gt;&lt;P&gt;in &lt;/P&gt;&lt;P&gt;build/twrk70f120m/make/tools/gcc_arm.mak&lt;/P&gt;&lt;P&gt;GCC_VERSION needs changed&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;GCC_VERSION ?=4.9.3&lt;/P&gt;&lt;P&gt;I should think that a dependence on a GCC version could be eliminated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOOLCHAIN_ROOTDIR needs changed to &lt;/P&gt;&lt;P&gt;TOOLCHAIN_ROOTDIR = /usr &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also think that the obsolete dependence on full path to a toolchain could be eliminated&lt;/P&gt;&lt;P&gt;-nostdinc&lt;/P&gt;&lt;P&gt;needs eliminated from CC_FLAGS and CX_FLAGS in two places - a total of 4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atleast one source file - I beleive psp_types.h includes &amp;lt;stdint.h&amp;gt; and &amp;lt;stdbool.h&amp;gt;&lt;/P&gt;&lt;P&gt;If the toolchains that are normally being used support that with -nostdinc, they are in error. &lt;/P&gt;&lt;P&gt;If MQX really requires -nostdinc then the dependence on &amp;lt;stdbool.h&amp;gt; and &amp;lt;stdint.h&amp;gt; should be eliminated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Overall it was still easier to get MQX 4.2 to build with GCC than prior versions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 20:50:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-GCC-Build-fails/m-p/440640#M14736</guid>
      <dc:creator>asmith</dc:creator>
      <dc:date>2015-10-29T20:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.2 GCC Build fails</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-GCC-Build-fails/m-p/440641#M14737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX 4.2&amp;nbsp; It is only supported by the&amp;nbsp; GCC ToolChain (GNU Tools for ARM Embedded Processors) Code Sorcery revision 4.8-2014-q3-update&lt;/P&gt;&lt;P&gt;and the option need to change to Makefile build option: TOOL=gcc_arm.&amp;nbsp; The flags needed depend completely on the GCC that you are planning to use since&lt;/P&gt;&lt;P&gt;the dependencies are not only of MQX source code, also of the linker file required.Using&amp;nbsp; Code Sourcery Tool Chain you do not need to modify any of the flags.&lt;/P&gt;&lt;P&gt;My recommend it is to use Ubuntu and CodeWarrior 10.6 for Linux in order to expedite and be more easy to compile.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Please check the below link, this may helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.toradex.com/knowledge-base/mqx-on-the-cortex-m4-of-a-colibri-vf61" title="http://developer.toradex.com/knowledge-base/mqx-on-the-cortex-m4-of-a-colibri-vf61"&gt;http://developer.toradex.com/knowledge-base/mqx-on-the-cortex-m4-of-a-colibri-vf61&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>Wed, 04 Nov 2015 20:27:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-GCC-Build-fails/m-p/440641#M14737</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-11-04T20:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.2 GCC Build fails</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-GCC-Build-fails/m-p/440642#M14738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks; I was providing my experiences in the hopes that the necessary changes would get incorporated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gcc 5 multilib is standard and easy to use with recent debian and ubuntu versions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pretty sure that Mentor has dropped support for Code Sourcery. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regardless, combining --nostdinc and #include &amp;lt;stdint.h&amp;gt; is an ERROR. &lt;/P&gt;&lt;P&gt;It should have failed on CodeSourcery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a CW 10.6 for Linux please point me at it. &lt;/P&gt;&lt;P&gt;Elswehere in this site the last CW for linux was listed as 10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regardless, I really do not want to use CW or KDS.&amp;nbsp; I am far faster building and testing outside a GUI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freescale has decided to switch to GCC for CW and KDS, they should allow us to build using any modern GCC whether from a GUI or not. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 17:47:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-GCC-Build-fails/m-p/440642#M14738</guid>
      <dc:creator>asmith</dc:creator>
      <dc:date>2015-11-11T17:47:39Z</dc:date>
    </item>
  </channel>
</rss>

