<?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 How to include header files to the code and use Eclipse for editing? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-header-files-to-the-code-and-use-Eclipse-for/m-p/281090#M32338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I'm working with i.MX53QSB (loco board) with Linux. I'm successfully using LTIB.&lt;/P&gt;&lt;P&gt;I would like to use Eclipse for writing application, but I have some problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured the Eclipse like it is described in the Application note "Developing an Application for the i.MX Devices on the Linux Platform" here: &lt;A href="http://cache.freescale.com/files/dsp/doc/app_note/AN3870.pdf" title="http://cache.freescale.com/files/dsp/doc/app_note/AN3870.pdf"&gt;http://cache.freescale.com/files/dsp/doc/app_note/AN3870.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I include some standard file like #include &amp;lt;linux/input.h&amp;gt; there is no problem. But I would like to include another files for example /&amp;lt;LTIB_PATH&amp;gt;/rpm/BUILD/linux/include/linux/pmic_external.h in this case there are compile errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the problem is that #include &amp;lt;linux/input.h&amp;gt; includes /usr/include/linux/input.h not /&amp;lt;LTIB_PATH&amp;gt;/rpm/BUILD/linux/include/linux/input.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are probably missing some compiler parametters, but I'm not able to solve it.&lt;/P&gt;&lt;P&gt;Please, could anyone help?&lt;/P&gt;&lt;P&gt;Karel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Karel Havlovic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jul 2013 17:26:13 GMT</pubDate>
    <dc:creator>KarelH</dc:creator>
    <dc:date>2013-07-18T17:26:13Z</dc:date>
    <item>
      <title>How to include header files to the code and use Eclipse for editing?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-header-files-to-the-code-and-use-Eclipse-for/m-p/281090#M32338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I'm working with i.MX53QSB (loco board) with Linux. I'm successfully using LTIB.&lt;/P&gt;&lt;P&gt;I would like to use Eclipse for writing application, but I have some problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured the Eclipse like it is described in the Application note "Developing an Application for the i.MX Devices on the Linux Platform" here: &lt;A href="http://cache.freescale.com/files/dsp/doc/app_note/AN3870.pdf" title="http://cache.freescale.com/files/dsp/doc/app_note/AN3870.pdf"&gt;http://cache.freescale.com/files/dsp/doc/app_note/AN3870.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I include some standard file like #include &amp;lt;linux/input.h&amp;gt; there is no problem. But I would like to include another files for example /&amp;lt;LTIB_PATH&amp;gt;/rpm/BUILD/linux/include/linux/pmic_external.h in this case there are compile errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the problem is that #include &amp;lt;linux/input.h&amp;gt; includes /usr/include/linux/input.h not /&amp;lt;LTIB_PATH&amp;gt;/rpm/BUILD/linux/include/linux/input.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are probably missing some compiler parametters, but I'm not able to solve it.&lt;/P&gt;&lt;P&gt;Please, could anyone help?&lt;/P&gt;&lt;P&gt;Karel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Karel Havlovic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 17:26:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-header-files-to-the-code-and-use-Eclipse-for/m-p/281090#M32338</guid>
      <dc:creator>KarelH</dc:creator>
      <dc:date>2013-07-18T17:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to include header files to the code and use Eclipse for editing?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-include-header-files-to-the-code-and-use-Eclipse-for/m-p/281091#M32339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i.Mx53 There is no much ltib development anymore, if you like to move to Yocto, Please take a look at:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/gumstix/yocto-manifest/wiki/Using-Eclipse-IDE-with-Yocto-SDK" title="https://github.com/gumstix/yocto-manifest/wiki/Using-Eclipse-IDE-with-Yocto-SDK"&gt;Using Eclipse IDE with Yocto SDK · gumstix/yocto-manifest Wiki · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ossystems.com.br/blog/2014/03/31/how-to-develop-a-hello-world-application-for-the-freescale-i-mx53-board.html" title="http://www.ossystems.com.br/blog/2014/03/31/how-to-develop-a-hello-world-application-for-the-freescale-i-mx53-board.html"&gt;O.S. Systems&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 17:30:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-include-header-files-to-the-code-and-use-Eclipse-for/m-p/281091#M32339</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2016-01-18T17:30:42Z</dc:date>
    </item>
  </channel>
</rss>

