<?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: Cross Compile Opencv in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226210#M16111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can find the solution for Yocto and LTIB in the last 2 posts of this blog: &lt;A href="http://imxcv.blogspot.com.br/" title="http://imxcv.blogspot.com.br/"&gt;http://imxcv.blogspot.com.br/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Mar 2014 03:01:04 GMT</pubDate>
    <dc:creator>andre_silva</dc:creator>
    <dc:date>2014-03-02T03:01:04Z</dc:date>
    <item>
      <title>Cross Compile Opencv</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226204#M16105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to cross-compile an example of OpenCV 2.4.3 executing this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arm-linux-gnueabi-g++ main.cpp -o test1 `pkg-config opencv --libs` `pkg-config opencv --cflags`. &lt;/P&gt;&lt;P&gt;It returns the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /usr/local/lib/libopencv_calib3d.so: could not read symbols: File in wrong format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; collect2: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already got the OpenCV libs compiled for ARM, and I'm using a wandoboard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 17:14:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226204#M16105</guid>
      <dc:creator>trendantenna</dc:creator>
      <dc:date>2013-11-25T17:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Compile Opencv</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226205#M16106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the compiler is trying to use your HOST lib, which is an X86 binary. The problem is on the linking phase, so may export&amp;nbsp; something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;export LD="&amp;lt;the arm loader&amp;gt;&amp;nbsp; --sysroot=&amp;lt;the target filesystem&amp;gt;"&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then compile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the future, try either creating a Makefile or even better, a Yocto recipe, so you got all this environment variables loaded for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 18:06:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226205#M16106</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-11-25T18:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Compile Opencv</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226206#M16107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean by "the arm loader"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 20:20:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226206#M16107</guid>
      <dc:creator>trendantenna</dc:creator>
      <dc:date>2013-11-25T20:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Compile Opencv</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226207#M16108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I mean the linker&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;arm-linux-gnueabi-ld&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 20:22:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226207#M16108</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-11-25T20:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Compile Opencv</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226208#M16109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of "the target filesystem" should I put mi root filesystem path?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 20:36:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226208#M16109</guid>
      <dc:creator>trendantenna</dc:creator>
      <dc:date>2013-11-25T20:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Compile Opencv</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226209#M16110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, can you try compiling your code after running these steps: &lt;A href="https://community.nxp.com/docs/DOC-95264"&gt;i.MX Yocto Project: How can I compile the kernel manually?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 21:24:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226209#M16110</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-11-25T21:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Compile Opencv</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226210#M16111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can find the solution for Yocto and LTIB in the last 2 posts of this blog: &lt;A href="http://imxcv.blogspot.com.br/" title="http://imxcv.blogspot.com.br/"&gt;http://imxcv.blogspot.com.br/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 03:01:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cross-Compile-Opencv/m-p/226210#M16111</guid>
      <dc:creator>andre_silva</dc:creator>
      <dc:date>2014-03-02T03:01:04Z</dc:date>
    </item>
  </channel>
</rss>

