<?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>i.MX ProcessorsのトピックRe: rtos example: bin/sh: syntax error: unterminated quoted string</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/rtos-example-bin-sh-syntax-error-unterminated-quoted-string/m-p/763997#M118679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this was not the problem.&lt;/P&gt;&lt;P&gt;Actually, I don't know what the problem was. I just reinstalled everything and set up a new project, then the error was gone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Feb 2018 08:07:59 GMT</pubDate>
    <dc:creator>demoniacmilk</dc:creator>
    <dc:date>2018-02-02T08:07:59Z</dc:date>
    <item>
      <title>rtos example: bin/sh: syntax error: unterminated quoted string</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/rtos-example-bin-sh-syntax-error-unterminated-quoted-string/m-p/763995#M118677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set up Eclipse (GNU MCU Eclipse) to do some bare metal programming on an MX7 device, specifically on the M4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project does not build properly. Here is the projects file tree (some folders are collapsed for readability). The application is the Hello World example from the RTOS SDK.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30484i862709F218585C70/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On trying to build, i get the following console output:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -DCPU_MCIMX7D_M4 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-DARM_MATH_CM4 -D__DEBUG &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-I"path\FreeRTOS_BSP_1.0.1_iMX7D\examples\imx7d_sdb_m4\demo_apps\hello_world" &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-I"path\FreeRTOS_BSP_1.0.1_iMX7D\rtos\FreeRTOS\Source\portable\GCC\ARM_CM4F" &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-I"path\FreeRTOS_BSP_1.0.1_iMX7D\rtos\FreeRTOS\Source\include" &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-I"path\FreeRTOS_BSP_1.0.1_iMX7D\platform\utilities\inc" &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-I"path\FreeRTOS_BSP_1.0.1_iMX7D\platform\drivers\inc" &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-I"path\FreeRTOS_BSP_1.0.1_iMX7D\platform\CMSIS\Include" &lt;BR /&gt;-I"path\FreeRTOS_BSP_1.0.1_iMX7D\platform\devices\" &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-I"path\FreeRTOS_BSP_1.0.1_iMX7D\platform\devices\MCIMX7D" &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-I"path\FreeRTOS_BSP_1.0.1_iMX7D\platform\devices\MCIMX7D\startup" &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-I"path\FreeRTOS_BSP_1.0.1_iMX7D\platform\devices\MCIMX7D\include" &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-std=gnu11 -MMD -MP -MF"rtos/portable/MemMang/heap_1.d" &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-MT"rtos/portable/MemMang/heap_1.o" &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-c -o "rtos/portable/MemMang/heap_1.o" "path/FreeRTOS_BSP_1.0.1_iMX7D/rtos/FreeRTOS/Source/portable/MemMang/heap_1.c"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;path_to_MCU_eclipse/build tools/2.10-20180103-1919/bin/sh: syntax error: unterminated quoted string&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make: *** [rtos/portable/MemMang/subdir.mk:20: rtos/portable/MemMang/heap_1.o] Error 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I switched the heap_X.c files (between 1 and 2) to make sure it is not the .c file that has an error, but nothing changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe somewhere in the source files there is a " missing. But that will be quite hard to hunt down, especially as the code is an example. Maybe my whole setup is all wrong? Or compiler options? I am not familiar with setting up toolchains etc, so I dont know what additional info you might need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compiler is arm-none-eabi-gcc as you can see in the console output above. Host OS is win 10. IDE Eclipse with ARM GNU plugins as found here:&amp;nbsp;&lt;A class="link-titled" href="https://gnu-mcu-eclipse.github.io/" title="https://gnu-mcu-eclipse.github.io/"&gt;GNU ARM → GNU MCU Eclipse!&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 14:28:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/rtos-example-bin-sh-syntax-error-unterminated-quoted-string/m-p/763995#M118677</guid>
      <dc:creator>demoniacmilk</dc:creator>
      <dc:date>2018-01-29T14:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: rtos example: bin/sh: syntax error: unterminated quoted string</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/rtos-example-bin-sh-syntax-error-unterminated-quoted-string/m-p/763996#M118678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lars&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look at arm-none-eabi-gcc syntax suggestions provided for similar issue on&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.openstm32.org/forumthread3903" title="http://www.openstm32.org/forumthread3903"&gt;http://www.openstm32.org/forumthread3903&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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, 30 Jan 2018 07:44:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/rtos-example-bin-sh-syntax-error-unterminated-quoted-string/m-p/763996#M118678</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-01-30T07:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: rtos example: bin/sh: syntax error: unterminated quoted string</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/rtos-example-bin-sh-syntax-error-unterminated-quoted-string/m-p/763997#M118679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this was not the problem.&lt;/P&gt;&lt;P&gt;Actually, I don't know what the problem was. I just reinstalled everything and set up a new project, then the error was gone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 08:07:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/rtos-example-bin-sh-syntax-error-unterminated-quoted-string/m-p/763997#M118679</guid>
      <dc:creator>demoniacmilk</dc:creator>
      <dc:date>2018-02-02T08:07:59Z</dc:date>
    </item>
  </channel>
</rss>

