<?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: Problem with build_gcc_arm.sh script (echo) in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378747#M12651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaetan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just checked and I am getting the same behavior you got.&lt;/P&gt;&lt;P&gt;But on my side after removing '@' in the global.mk I can see the entire output of the compiling and linking process.&lt;/P&gt;&lt;P&gt;But as you mentioend there seems to be somethig wrong in the makefiles. Let me try to see if I can find the problem. But I hope this is not a problem that stops your development.&lt;/P&gt;&lt;P&gt;I will get back to you as soon as I find somehting useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 17:01:29 GMT</pubDate>
    <dc:creator>alejandrolozan1</dc:creator>
    <dc:date>2014-08-28T17:01:29Z</dc:date>
    <item>
      <title>Problem with build_gcc_arm.sh script (echo)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378746#M12650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I working under Slackware 13 (terminal shell used is bash not dash)&lt;/P&gt;&lt;P&gt;I have just downloaded MQX 4.1.1 for Linux. I have downloaded gcc-arm-none-eabi-4_8-2014q1-20140314-linux.tar.bz2 form &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Flaunchpad.net%2Fgcc-arm-embedded%2F4.8%2F4.8-2014-q1-update" rel="nofollow" target="_blank"&gt;https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q1-update&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;I have modified MQX_4_1_1_LINUX_GA/build/common/make/global.mak as following&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;ifeq ($(TOOL),gcc_arm)&lt;/P&gt;&lt;P&gt;#TOOLCHAIN_ROOTDIR = C:/PROGRA~1/GNUTOO~1/43F2B~1.720&lt;/P&gt;&lt;P&gt;TOOLCHAIN_ROOTDIR = /opt/cross/arm/kinetis/gcc-arm-none-eabi-4_8_3-2014q1&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;When I compile, I have following message &lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;$ cd MQX_4_1_1_LINUX_GA/build/twrk70f120m/make&lt;/P&gt;&lt;P&gt;$ ./build_gcc_arm.sh&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;./build_gcc_arm.sh: line 5: creating: command not found&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose that problem come from global.mak&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;#----------------------------------------------------------&lt;/P&gt;&lt;P&gt;# macro, print message&lt;/P&gt;&lt;P&gt;# $(1) - message&lt;/P&gt;&lt;P&gt;#----------------------------------------------------------&lt;/P&gt;&lt;P&gt;ifeq ($(HOSTENV),WINDOWS)&lt;/P&gt;&lt;P&gt;PRINT = $(if $(1),@echo $(1),@cmd /C "@echo:")&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;ifeq ($(HOSTENV),UNIX)&lt;/P&gt;&lt;P&gt;PRINT = @echo $(1)&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I remove the @ before echo, I have all echo in one line (see &lt;SPAN class="defaultSkin"&gt;&lt;SPAN class="j-attachment-name-chop"&gt;mqx411b.log)&lt;/SPAN&gt;&lt;/SPAN&gt; :&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;echo echo echo 'creating directory : /root/documents/projects/kinetis/mqx-4.1/MQX_4_1_1_LINUX_GA/lib/twrk70f120m.gcc_arm/debug/bsp' echo 'creating directory : /root/documents/projects/kinetis/mqx-4.1/MQX_4_1_1_LINUX_GA/lib/twrk70f120m.gcc_arm/debug/bsp/obj' echo 'creating directory : /root/documents/projects/kinetis/mqx-4.1/MQX_4_1_1_LINUX_GA/lib/twrk70f120m.gcc_arm/debug/bsp/dep' creating directory : /root/documents/projects/kinetis/mqx-4.1/MQX_4_1_1_LINUX_GA/lib/twrk70f120m.gcc_arm/debug/bsp creating directory : /root/documents/projects/kinetis/mqx-4.1/MQX_4_1_1_LINUX_GA/lib/twrk70f120m.gcc_arm/debug/bsp/obj creating directory : /root/documents/projects/kinetis/mqx-4.1/MQX_4_1_1_LINUX_GA/lib/twrk70f120m.gcc_arm/debug/bsp/dep mkdir -p /root/documents/projects/kinetis/mqx-4.1/MQX_4_1_1_LINUX_GA/lib/twrk70f120m.gcc_arm/debug/bsp mkdir -p /root/documents/projects/kinetis/mqx-4.1/MQX_4_1_1_LINUX_GA/lib/twrk70f120m.gcc_arm/debug/bsp/obj mkdir -p /root/documents/projects/kinetis/mqx-4.1/MQX_4_1_1_LINUX_GA/lib/twrk70f120m.gcc_arm/debug/bsp/dep echo echo 'Compile c file: /root/documents/projects/kinetis/mqx-4.1/MQX_4_1_1_LINUX_GA/mqx/source/io/adc/kadc/adc_mk70.c to /root/documents/projects/kinetis/mqx-4.1/MQX_4_1_1_LINUX_GA/lib/twrk70f120m.gcc_arm/debug/bsp/obj/adc_mk70.o' &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It seems that echo is not executed just its call is printed.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338817"&gt;mqx411b.log.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338817"&gt;mqx411.log.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 11:23:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378746#M12650</guid>
      <dc:creator>gaetancarlier</dc:creator>
      <dc:date>2014-08-25T11:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with build_gcc_arm.sh script (echo)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378747#M12651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaetan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just checked and I am getting the same behavior you got.&lt;/P&gt;&lt;P&gt;But on my side after removing '@' in the global.mk I can see the entire output of the compiling and linking process.&lt;/P&gt;&lt;P&gt;But as you mentioend there seems to be somethig wrong in the makefiles. Let me try to see if I can find the problem. But I hope this is not a problem that stops your development.&lt;/P&gt;&lt;P&gt;I will get back to you as soon as I find somehting useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 17:01:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378747#M12651</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2014-08-28T17:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with build_gcc_arm.sh script (echo)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378748#M12652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alejandro,&lt;/P&gt;&lt;P&gt;Absolutely not. It is just a feedback to improve this Linux version for which I have a high interest. The compilation of shared library seems to be good (I do not yet tried to link theses libs with a demo program).&lt;/P&gt;&lt;P&gt;I am making test to migrate from MQX 4.0.2 under CW to MQX 4.1.1 under command line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Gaëtan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 07:43:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378748#M12652</guid>
      <dc:creator>gaetancarlier</dc:creator>
      <dc:date>2014-08-29T07:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with build_gcc_arm.sh script (echo)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378749#M12653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaëtan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue has been reported, not sure if the script will be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 22:50:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378749#M12653</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2014-09-02T22:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with build_gcc_arm.sh script (echo)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378750#M12654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can Freescale atleast document the Linux enviroment(s) etc. that it has tested this on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried Ubuntu 14.04 with the standard gcc-arm-none-eabi gross compiler and new lib and get all kinds of can not find stdbool.h messages. &lt;/P&gt;&lt;P&gt;These are probably because of --nostdinc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regardless, if we atleast had a reference of what combination Freescale was using to compare to it would be helpful.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 17:53:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378750#M12654</guid>
      <dc:creator>asmith</dc:creator>
      <dc:date>2014-10-06T17:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with build_gcc_arm.sh script (echo)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378751#M12655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No that's not it either getting the same can't find stdbool.h with the &lt;/P&gt;&lt;P&gt;/opt/cross/arm/kinetis/gcc-arm-none-eabi-4_8-2014q3&lt;/P&gt;&lt;P&gt;But&lt;/P&gt;&lt;P&gt;/opt/cross/arm/kinetis/gcc-arm-none-eabi-4_8-2014q1&lt;/P&gt;&lt;P&gt;sort of works with lots of &lt;/P&gt;&lt;P&gt;./build_gcc_arm.sh: line 33: Compile: command not found&lt;/P&gt;&lt;P&gt;errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I had less trouble maually making MQX compile under Linux using an OLDER MQX that was not supported under Linux&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 18:32:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-with-build-gcc-arm-sh-script-echo/m-p/378751#M12655</guid>
      <dc:creator>asmith</dc:creator>
      <dc:date>2014-10-06T18:32:47Z</dc:date>
    </item>
  </channel>
</rss>

