<?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のトピックProblem with i.mx7d FreeRTOS with eclipse</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-i-mx7d-FreeRTOS-with-eclipse/m-p/632985#M96274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have a i.mx7 som module where I would like to run FreeRTOS on Cortex-m4. I was able tof successful &amp;nbsp;compile and run example projects from FreeRTOS bsp for armgcc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I would like to use eclipse for compilation. So I create new C project where I'm using the same toolchain &amp;nbsp;as for armgcc. There is no any errors on compilation &amp;nbsp;but sizes of .bin files are different and binary from eclipse do not work on SOM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there someone that could share template of working project of FreeRTOS for imx7 or imx6sw.&lt;/P&gt;&lt;P&gt;I suspect my problem is with compiler/linker options or configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2016 12:49:43 GMT</pubDate>
    <dc:creator>michalniebieski</dc:creator>
    <dc:date>2016-10-13T12:49:43Z</dc:date>
    <item>
      <title>Problem with i.mx7d FreeRTOS with eclipse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-i-mx7d-FreeRTOS-with-eclipse/m-p/632985#M96274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have a i.mx7 som module where I would like to run FreeRTOS on Cortex-m4. I was able tof successful &amp;nbsp;compile and run example projects from FreeRTOS bsp for armgcc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I would like to use eclipse for compilation. So I create new C project where I'm using the same toolchain &amp;nbsp;as for armgcc. There is no any errors on compilation &amp;nbsp;but sizes of .bin files are different and binary from eclipse do not work on SOM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there someone that could share template of working project of FreeRTOS for imx7 or imx6sw.&lt;/P&gt;&lt;P&gt;I suspect my problem is with compiler/linker options or configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 12:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-i-mx7d-FreeRTOS-with-eclipse/m-p/632985#M96274</guid>
      <dc:creator>michalniebieski</dc:creator>
      <dc:date>2016-10-13T12:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with i.mx7d FreeRTOS with eclipse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-i-mx7d-FreeRTOS-with-eclipse/m-p/632986#M96275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we don't have a specific example as the one you are asking for, however I recommend to check the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- My understanding is that you have created the project and imported the toolchain correctly, but anyway check if you are using the correct tools.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://gnuarmeclipse.github.io/" title="http://gnuarmeclipse.github.io/"&gt;Welcome to GNU ARM Eclipse!&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://gnuarmeclipse.github.io/toolchain/install/" title="http://gnuarmeclipse.github.io/toolchain/install/"&gt;How to install the ARM toolchain?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Are you using the correct linker file? The default path where you can find the linker files for the IMX7D FreeRTOS examples is next.&lt;/P&gt;&lt;P&gt;C:\Freescale\FreeRTOS_BSP_1.0.1_iMX7D\platform\devices\MCIMX7D\linker\gcc&lt;/P&gt;&lt;P&gt;- Regarding to the project properties, we have nothing about IMX7D + FreeRTOS + GCC + Eclipse, but the following guide about a FreeRTOS project on Kinetis Design Studio (Eclipse based) may give you a hint on what the settings may be.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-134153"&gt;How to: Create a New FreeRTOS for KSDK1.2 Project in KDS3.0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&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>Mon, 17 Oct 2016 20:16:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-i-mx7d-FreeRTOS-with-eclipse/m-p/632986#M96275</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2016-10-17T20:16:43Z</dc:date>
    </item>
  </channel>
</rss>

