<?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: unable to run project build with eclipse in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828255#M127317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bettina,&lt;/P&gt;&lt;P&gt;unfortunately I could not find an eclipse-based sloution. &lt;/P&gt;&lt;P&gt;As a work around I use eclipse for developing and modified the makefiles from the examples manually to build the project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2019 11:59:59 GMT</pubDate>
    <dc:creator>rewers</dc:creator>
    <dc:date>2019-02-18T11:59:59Z</dc:date>
    <item>
      <title>unable to run project build with eclipse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828250#M127312</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 try to run the &lt;EM&gt;hello_world&lt;/EM&gt; example, witch I build with eclipse, on the cortex M4 core on the i.MX7 Dual, but it doesn´t work.&lt;/P&gt;&lt;P&gt;First I build the project using the &lt;EM&gt;armgcc toolchain&lt;/EM&gt; and the &lt;EM&gt;.bat&lt;/EM&gt;-script included in BSP. I loaded the &lt;EM&gt;.bin&lt;/EM&gt;-file on the M4 core successfully and it works fine.&lt;/P&gt;&lt;P&gt;Afterwards I imported the project to &lt;EM&gt;Eclipse&lt;/EM&gt; and followed some instructions, which I found &lt;A href="https://developer.toradex.com/getting-started/advanced-module-heterogeneous-multicore-processing-hmp/heterogeneous-multicore-processing-hmp-gpio-example-using-eclipse"&gt;here&lt;/A&gt;, to set all properties correctly. I was able to build the project. But when I try to load it into the TCM of the cortex M4 and boot the core nothing happens.&lt;/P&gt;&lt;P&gt;Then I changed the linker script at &lt;EM&gt;properties-&amp;gt; C/C++ Build -&amp;gt; settings -&amp;gt; GNU ARM Cross C Linker -&amp;gt; General&lt;/EM&gt; to &lt;EM&gt;MCIMX7D_M4_ocram.ld&lt;/EM&gt; and tried to boot the same application from the OCRAM instead of the TCM, witch surprisingly works as it should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what am I doing wrong, when using the &lt;EM&gt;MCIMX7D_M4_tcm.ld&lt;/EM&gt; linker script?&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Thanks for your help.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Robin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2018 11:12:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828250#M127312</guid>
      <dc:creator>rewers</dc:creator>
      <dc:date>2018-12-03T11:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run project build with eclipse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828251#M127313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be helpful to check differencies between memories described on&lt;/P&gt;&lt;P&gt;AN5317 Loading Code on Cortex-M4 from Linux for the i.MX 6SoloX and i.MX7Dual/7Solo Application Processors&lt;/P&gt;&lt;P&gt;sect.3.1. On-chip memory view from each ARM core on the i.MX 7Dual/7Solo&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN5317.pdf" title="https://www.nxp.com/docs/en/application-note/AN5317.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN5317.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this will not help one can try to debug code step by step with jtag.&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>Sat, 08 Dec 2018 07:39:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828251#M127313</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-12-08T07:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run project build with eclipse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828252#M127314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer igor. I used the wrong memory locations indeed. I got confused by using the big memory map in IMX7DRM, especial because there are two memory regions for the OCRM on the M4 at 0x0090_0000 and 0x2020_0000. Are these, by the way, just two different addresses for the same physical memory? The short list with the memory locations in the application note helped to get the right overview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2018 10:27:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828252#M127314</guid>
      <dc:creator>rewers</dc:creator>
      <dc:date>2018-12-10T10:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run project build with eclipse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828253#M127315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just solved the original problem, i am running into the next one. The&amp;nbsp;applications on the M4 start as they should now. Example projects as &lt;EM&gt;hello_world&lt;/EM&gt; and the &lt;EM&gt;blinking_imx_demo&lt;/EM&gt; run well. When&amp;nbsp;I try to run the &lt;EM&gt;pingpong&lt;/EM&gt; RPMsg demo the application starts with the&amp;nbsp;prompt &lt;/P&gt;&lt;P&gt;&lt;EM&gt;RPMSG PingPong FreeRTOS RTOS API Demo...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;RPMSG Init as Remote&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;as expected. But when&amp;nbsp;I boot linux on the A7 and start the corresponding mod &lt;EM&gt;imx_rpmsg_pingpong&lt;/EM&gt; nothing happens on the M4 side.&lt;/P&gt;&lt;P&gt;The example works fine, when I build the project using the ARM gcc toolchain with the .bat-file from the BSP, but it doesn't work as described above, when I build it with eclipse. Any suggestions what configurations I need to change in eclipse?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2018 12:00:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828253#M127315</guid>
      <dc:creator>rewers</dc:creator>
      <dc:date>2018-12-10T12:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run project build with eclipse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828254#M127316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin, &lt;/P&gt;&lt;P&gt;I have the exact same problem, did you find a solution?&lt;/P&gt;&lt;P&gt;Regards, Betty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 12:39:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828254#M127316</guid>
      <dc:creator>bettinawyss</dc:creator>
      <dc:date>2019-02-04T12:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run project build with eclipse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828255#M127317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bettina,&lt;/P&gt;&lt;P&gt;unfortunately I could not find an eclipse-based sloution. &lt;/P&gt;&lt;P&gt;As a work around I use eclipse for developing and modified the makefiles from the examples manually to build the project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 11:59:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828255#M127317</guid>
      <dc:creator>rewers</dc:creator>
      <dc:date>2019-02-18T11:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run project build with eclipse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828256#M127318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin, &lt;/P&gt;&lt;P&gt;Thanks for the answer. I did something similar and used KDevelop.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Betty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 07:49:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/unable-to-run-project-build-with-eclipse/m-p/828256#M127318</guid>
      <dc:creator>bettinawyss</dc:creator>
      <dc:date>2019-02-25T07:49:55Z</dc:date>
    </item>
  </channel>
</rss>

