<?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: Missing Content &amp;quot;Cross Compiling Opencv2.2 for I.MX53 QSB&amp;quot; in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213880#M13265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow the Guide posted by Curtis and the patches as well, then it will probably fail close at 58% due to some code error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/gbt.o&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;/home/windows/Downloads/OpenCV-2.2.0/modules/ml/src/gbt.cpp: In member function 'virtual void CvGBTrees::find_gradient(int)':&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;/home/windows/Downloads/OpenCV-2.2.0/modules/ml/src/gbt.cpp:474: error: 'expl' was not declared in this scope&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;make[2]: *** [modules/ml/CMakeFiles/opencv_ml.dir/src/gbt.o] Error 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;make[1]: *** [modules/ml/CMakeFiles/opencv_ml.dir/all] Error 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;make: *** [all] Error 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;windows@ubuntu:~/Downloads/OpenCV-2.2.0$&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;This can be fixed with the following modification:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;EM style="font-family: inherit;"&gt;&amp;gt; Change line 14 of&lt;SPAN class="field-item-description" style="font-style: inherit; font-family: inherit; color: #999999;"&gt;OpenCV-2.2.0/modules/ml/src/gbt.cpp&lt;/SPAN&gt;&lt;/EM&gt;from "Android" to "1"&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;- before -&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;#if &lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Android&lt;/SPAN&gt;&lt;BR /&gt;#define expl(x) exp(x)&lt;BR /&gt;#endif&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;- after -&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;#if&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt; 1&lt;/SPAN&gt;&lt;BR /&gt;#define expl(x) exp(x)&lt;BR /&gt;#endif&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;With this Change it should work for 100%&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;Good luck!!&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;Francisco&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2012 20:25:14 GMT</pubDate>
    <dc:creator>FranciscoCarril</dc:creator>
    <dc:date>2012-11-26T20:25:14Z</dc:date>
    <item>
      <title>Missing Content "Cross Compiling Opencv2.2 for I.MX53 QSB"</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213875#M13260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am searching "Cross Compiling Opencv2.2 for I.MXQSB2.2" content but i cant find it. It was written by eric gregori and was mentioned in FTF11_CON_F0321.pdf . Is there anyway how i can find it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks in advance,&lt;/P&gt;&lt;P&gt;Yigit Karabulut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 22:43:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213875#M13260</guid>
      <dc:creator>YiayitKarabulut</dc:creator>
      <dc:date>2012-02-22T22:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Content "Cross Compiling Opencv2.2 for I.MX53 QSB"</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213876#M13261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this which maybe of help. I do not have the VMware image, but the steps are there for building Opencv2.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Unzip i.MX53QSB VMWare image into directory&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;folder: vm_Ubuntu&lt;BR /&gt;user: lucid&lt;BR /&gt;passwords: lucid&lt;BR /&gt;L2.6.35_11.01.00_ER_source.tar.gz&lt;/P&gt;&lt;P&gt;2) Open a terminal window&lt;/P&gt;&lt;P&gt;3) Build LTIB for i.MX53 QSB&lt;BR /&gt;------------------------------&lt;BR /&gt;$ cd /home/lucid/ltib&lt;BR /&gt;$ ./ltib -c&lt;/P&gt;&lt;P&gt;Selection (imx5x)&lt;BR /&gt;board (mx53_loco)&lt;/P&gt;&lt;P&gt;4) Get OpenCV 2.2&lt;BR /&gt;-----------------&lt;BR /&gt;$ cd ~&lt;BR /&gt;$ mkdir OpenCV22_CrossBuild&lt;BR /&gt;$ cd OpenCV22_CrossBuild&lt;BR /&gt;$ wget &lt;A href="http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.2/OpenCV-2.2.0.tar.bz2" target="_blank"&gt;http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.2/OpenCV-2.2.0.tar.bz2&lt;/A&gt;&lt;BR /&gt;$ tar -xjf ./OpenCV-2.2.0.tar.bz2&lt;BR /&gt;$ cd ./OpenCV-2.2.0/&lt;/P&gt;&lt;P&gt;5) Apply patches&lt;BR /&gt;-----------------&lt;BR /&gt;$ wget &lt;A href="http://imxcommunity.org/group/computervisionusingtheimx/forum/attachment/download?id=4103961%3AUploadedFile%3A17039" target="_blank"&gt;http://imxcommunity.org/group/computervisionusingtheimx/forum/attachment/download?id=4103961%3AUploadedFile%3A17039&lt;/A&gt;&lt;BR /&gt;$ wget &lt;A href="http://imxcommunity.org/group/computervisionusingtheimx/forum/attachment/download?id=4103961%3AUploadedFile%3A17401" target="_blank"&gt;http://imxcommunity.org/group/computervisionusingtheimx/forum/attachment/download?id=4103961%3AUploadedFile%3A17401&lt;/A&gt;&lt;BR /&gt;$ wget &lt;A _jive_internal="true" href="https://community.nxp.com/FileNotFound" target="_blank"&gt;FileNotFound&lt;/A&gt;**LlzQ2YNNNtsb5tdZq/emgOPenCV22gbtFix.patch &lt;BR /&gt;$ patch -p1 &amp;lt; opencv2.2armxmsiftissue.patch&lt;BR /&gt;$ patch -p0 &amp;lt; emgOPenCV22gbtFix.patch&lt;/P&gt;&lt;P&gt;6) Build OpenCV&lt;BR /&gt;----------------&lt;BR /&gt;$ mkdir release&lt;BR /&gt;$ cd release&lt;BR /&gt;$ pwd&lt;BR /&gt;/home/lucid/OpenCV22_CrossBuild/OpenCV-2.2.0/release&lt;/P&gt;&lt;P&gt;$ export PATH=/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin:$PATH&lt;BR /&gt;$ sudo apt-get install cmake&lt;BR /&gt;$ cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/home/lucid/ltib/rootfs/usr/ -DCMAKE_TOOLCHAIN_FILE:PATH=${PWD}/../imx53.cmake -DCMAKE_FIND_ROOT_PATH=/home/lucid/ltib/rootfs/ -DWITH_FFMPEG=OFF -DWITH_GSTREAMER=OFF -DWITH_PYTHON=OFF -DWITH_GTK=OFF -DBUILD_EXAMPLES=ON ..&lt;BR /&gt;$ make&lt;BR /&gt;$ sudo make install&lt;/P&gt;&lt;P&gt;The above cmake parameters will build a version of &lt;BR /&gt;highgui without window support. To see your video&lt;BR /&gt;you will need a fb interface. This was done to avoid&lt;BR /&gt;the overhead of having GTK and X11 on the system.&lt;/P&gt;&lt;P&gt;7) Build applications&lt;BR /&gt;-----------------------&lt;BR /&gt;$ cd ~/ltib/rpm/BUILD&lt;BR /&gt;GET LABS&lt;/P&gt;&lt;P&gt;$ cd /home/lucid/ltib&lt;BR /&gt;$ ./ltib -m shell&lt;BR /&gt;LTIB&amp;gt; cd /home/lucid/ltib/rpm/BUILD/Labs&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;8) Setting up NFS on the i.MX53QSB&lt;BR /&gt;------------------------------------&lt;BR /&gt;Requires a serial port @ 115200,8,n,1&lt;/P&gt;&lt;P&gt;Open hyperterminal&lt;/P&gt;&lt;P&gt;setenv serverip 192.168.1.23&lt;BR /&gt;setenv bootfile uImage&lt;BR /&gt;setenv nfsroot 192.168.1.23:/home/lucid/ltib/rootfs&lt;BR /&gt;setenv bootargs_base 'setenv bootargs console=ttymxc0,115200'&lt;BR /&gt;setenv bootargs_nfs 'setenv bootargs ${bootargs} root=/dev/nfs ip=dhcp nfsroot=${nfsroot},v3,tcp video=mxcdi1fb:BGR24,XGA di1_primary tve '&lt;BR /&gt;setenv bootcmd_net 'run bootargs_base bootargs_nfs;bootm'&lt;BR /&gt;setenv bootcmd 'dhcp; run bootcmd_net'&lt;BR /&gt;saveenv&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I also edited /etc/exports&lt;BR /&gt;To configure nfs server, add lines to /etc/exports like this (below example exports /home and everything under it.&lt;BR /&gt;/home *(rw,no_root_squash)&lt;BR /&gt;Then restart the nfs server:&lt;BR /&gt;sudo /etc/init.d/nfs-kernel-server restart&lt;/P&gt;&lt;P&gt;class&lt;BR /&gt;1) ltib -c&lt;BR /&gt;2) flash bootloader to SD&lt;BR /&gt;3) configure uboot for NFS&lt;BR /&gt;4) build and run labs&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;echo -n 0 &amp;gt; /sys/class/graphics/fb0/blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Makefile&lt;BR /&gt;-----------&lt;BR /&gt;OPENCV_LIB = /home/lucid/ltib/rootfs/usr/lib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPENCV_INC = /home/lucid/ltib/rootfs/usr/include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include ../flags.make&lt;/P&gt;&lt;P&gt;include ../link.make&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROJECT = Lab1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all:&lt;/P&gt;&lt;P&gt;gcc $(CXX_DEFINES) $(CXX_FLAGS) -o emg_imx_OpenCV_fb.o -c ../emg_imx_OpenCV_fb.c&lt;/P&gt;&lt;P&gt;g++ $(CXX_DEFINES) $(CXX_FLAGS) -o $(PROJECT).o -c $(PROJECT).cpp&lt;/P&gt;&lt;P&gt;g++ $(CXX_FLAGS) $(PROJECT).o emg_imx_OpenCV_fb.o -o $(PROJECT) $(LINK_FLAGS)&lt;/P&gt;&lt;P&gt;cp Lab1 ../../../../rootfs/Lab1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flags.make&lt;BR /&gt;------------&lt;BR /&gt;CXX_FLAGS = -Wall -pthread -ffunction-sections -O3 -DNDEBUG -fomit-frame-pointer -O3 -ffast-math -DNDEBUG -I/. -I$(OPENCV_INC)/ -I$(OPENCV_INC)/opencv/ -I$(OPENCV_INC)/opencv2/core/ -I$(OPENCV_INC)/flann/ -I$(OPENCV_INC)/imgproc/ -I$(OPENCV_INC)/video/ -I$(OPENCV_INC)/highgui/ -I$(OPENCV_INC)/ml/ -I$(OPENCV_INC)/calib3d/ -I$(OPENCV_INC)/features2d/ -I$(OPENCV_INC)/objdetect/ -I$(OPENCV_INC)/legacy/ -I$(OPENCV_INC)/contrib/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CXX_DEFINES = -DHAVE_CONFIG_H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;link.make&lt;BR /&gt;----------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LINK_FLAGS = -Wall -pthread -ffunction-sections -O3 -DNDEBUG -fomit-frame-pointer -O3 -ffast-math -DNDEBUG -rdynamic -ldl -lm -lpthread -lrt $(OPENCV_LIB)/libopencv_core.so.2.2.0 $(OPENCV_LIB)/libopencv_flann.so.2.2.0 $(OPENCV_LIB)/libopencv_imgproc.so.2.2.0 $(OPENCV_LIB)/libopencv_highgui.so.2.2.0 $(OPENCV_LIB)/libopencv_ml.so.2.2.0 $(OPENCV_LIB)/libopencv_video.so.2.2.0 $(OPENCV_LIB)/libopencv_objdetect.so.2.2.0 $(OPENCV_LIB)/libopencv_features2d.so.2.2.0 $(OPENCV_LIB)/libopencv_calib3d.so.2.2.0 $(OPENCV_LIB)/libopencv_legacy.so.2.2.0 $(OPENCV_LIB)/libopencv_contrib.so.2.2.0 $(OPENCV_LIB)/libopencv_ml.so.2.2.0 $(OPENCV_LIB)/libopencv_video.so.2.2.0 $(OPENCV_LIB)/libopencv_objdetect.so.2.2.0 $(OPENCV_LIB)/libopencv_features2d.so.2.2.0 $(OPENCV_LIB)/libopencv_flann.so.2.2.0 $(OPENCV_LIB)/libopencv_calib3d.so.2.2.0 $(OPENCV_LIB)/libopencv_highgui.so.2.2.0 $(OPENCV_LIB)/libopencv_imgproc.so.2.2.0 $(OPENCV_LIB)/libopencv_core.so.2.2.0 -ldl -lm -lpthread -lrt -Wl,-rpath,$(OPENCV_LIB)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 22:56:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213876#M13261</guid>
      <dc:creator>CurtisWald</dc:creator>
      <dc:date>2012-02-22T22:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Content "Cross Compiling Opencv2.2 for I.MX53 QSB"</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213877#M13262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for help, i notice that patch files are missing :( . where can i possibly find them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 23:23:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213877#M13262</guid>
      <dc:creator>YiayitKarabulut</dc:creator>
      <dc:date>2012-02-22T23:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Content "Cross Compiling Opencv2.2 for I.MX53 QSB"</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213878#M13263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have not tried going through the build steps, sorry about the missing patches. I found a zip file which I have attached that has more information and some patches. Hopefully this will fill in the missing holes as I have no other areas to search. Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 13:49:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213878#M13263</guid>
      <dc:creator>CurtisWald</dc:creator>
      <dc:date>2012-02-23T13:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Content "Cross Compiling Opencv2.2 for I.MX53 QSB"</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213879#M13264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you describe how to use these file,please.I have been follow this but it doesn't work.Thank you so much.:D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 00:56:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213879#M13264</guid>
      <dc:creator>hoanganhngo</dc:creator>
      <dc:date>2012-11-19T00:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Content "Cross Compiling Opencv2.2 for I.MX53 QSB"</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213880#M13265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow the Guide posted by Curtis and the patches as well, then it will probably fail close at 58% due to some code error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/gbt.o&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;/home/windows/Downloads/OpenCV-2.2.0/modules/ml/src/gbt.cpp: In member function 'virtual void CvGBTrees::find_gradient(int)':&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;/home/windows/Downloads/OpenCV-2.2.0/modules/ml/src/gbt.cpp:474: error: 'expl' was not declared in this scope&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;make[2]: *** [modules/ml/CMakeFiles/opencv_ml.dir/src/gbt.o] Error 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;make[1]: *** [modules/ml/CMakeFiles/opencv_ml.dir/all] Error 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;make: *** [all] Error 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;windows@ubuntu:~/Downloads/OpenCV-2.2.0$&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;This can be fixed with the following modification:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11px; font-family: Arial; color: #333333;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;EM style="font-family: inherit;"&gt;&amp;gt; Change line 14 of&lt;SPAN class="field-item-description" style="font-style: inherit; font-family: inherit; color: #999999;"&gt;OpenCV-2.2.0/modules/ml/src/gbt.cpp&lt;/SPAN&gt;&lt;/EM&gt;from "Android" to "1"&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;- before -&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;#if &lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Android&lt;/SPAN&gt;&lt;BR /&gt;#define expl(x) exp(x)&lt;BR /&gt;#endif&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;- after -&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;#if&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt; 1&lt;/SPAN&gt;&lt;BR /&gt;#define expl(x) exp(x)&lt;BR /&gt;#endif&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;With this Change it should work for 100%&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;Good luck!!&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="padding: 0px 0px 0px 30px; font-size: 11px; font-family: Arial; color: #333333; background-color: #ffffff;"&gt;Francisco&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 20:25:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213880#M13265</guid>
      <dc:creator>FranciscoCarril</dc:creator>
      <dc:date>2012-11-26T20:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Content "Cross Compiling Opencv2.2 for I.MX53 QSB"</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213881#M13266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francisco,can you attach patch 1. I found a file name's "opencv-2.2-arm-imx53-sift-issue.patch" in 314-opencv_22_ltib.zip about.Is this patch1??, which is use to &lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;build a version of &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;highgui without window support.:D.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Dec 2012 15:58:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213881#M13266</guid>
      <dc:creator>hoanganhngo</dc:creator>
      <dc:date>2012-12-02T15:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Content "Cross Compiling Opencv2.2 for I.MX53 QSB"</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213882#M13267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, inside the zip file you have patch #1&amp;nbsp;&amp;nbsp; the other patch is the one i sent you in the other post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 14:34:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213882#M13267</guid>
      <dc:creator>FranciscoCarril</dc:creator>
      <dc:date>2012-12-03T14:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Content "Cross Compiling Opencv2.2 for I.MX53 QSB"</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213883#M13268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is step by step what i've done:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;$ cd ~&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;$ mkdir OpenCV22_CrossBuild&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;$ cd OpenCV22_CrossBuild&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;$ wget &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.2/OpenCV-2.2.0.tar.bz2" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; background-color: #ffffff;"&gt;http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.2/OpenCV-2.2.0.tar.bz2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;$ tar -xjf ./OpenCV-2.2.0.tar.bz2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;$ cd ./OpenCV-2.2.0/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;copy opencv-2.2-arm-imx53-sift-issue.patch from zip file to /home/lucid/314-opencv22_ltib&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;$ patch -p1&amp;lt;opencv-2.2-arm-imx53-sift-issue.patch (this patch is from zip file above).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;$ patch -p2&amp;lt; gbt.patch&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; copy imx53.cmake from zip file to /home/lucid/OpenCV22_CrossBuild/OpenCV-2.2.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;$ mkdir release&lt;BR /&gt;$ cd release&lt;BR /&gt;$ pwd&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;$ export PATH=/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin:$PATH&lt;BR /&gt;$ sudo apt-get install cmake&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/home/lucid/ltib/rootfs/usr/ -DCMAKE_TOOLCHAIN_FILE:PATH=${PWD}/../imx53.cmake -DCMAKE_FIND_ROOT_PATH=/home/lucid/ltib/rootfs/ -DWITH_FFMPEG=OFF -DWITH_GSTREAMER=OFF -DWITH_PYTHON=OFF -DWITH_GTK=OFF -DBUILD_EXAMPLES=ON ..&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$ make&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;........&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and it stop at 57% because of this error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;home/lucid/OpenCV22_CrossBuild/OpenCV-2.2.0/modules/highgui/src/cap_dc1394_v2.cpp:49:27: error: dc1394/dc1394.h: No such file or directory&lt;/P&gt;&lt;P&gt;/home/lucid/OpenCV22_CrossBuild/OpenCV-2.2.0/modules/highgui/src/cap_dc1394_v2.cpp:53: error: 'dc1394error_t' does not name a type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me what is the mistake in these step. I try to solve this for a month but I have no result.:((.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 02:14:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213883#M13268</guid>
      <dc:creator>hoanganhngo</dc:creator>
      <dc:date>2012-12-04T02:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Content "Cross Compiling Opencv2.2 for I.MX53 QSB"</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213884#M13269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francisco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also trying to build the OpenCV2.2 for i.MX53 QSB Platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to successfully build till 75%, then i am getting the errors as mentioned below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed the instructions provided by as mentioned in the above post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what I might be missing here??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;[ 75%] Built target opencv_haartraining_engine&lt;/P&gt;&lt;P&gt;Linking CXX executable ../../bin/opencv_createsamples&lt;/P&gt;&lt;P&gt;/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/../../../../arm-fsl-linux-gnueabi/bin/ld: warning: libjpeg.so.62, needed by ../../lib/libopencv_highgui.so.2.2.0, not found (try using -rpath or -rpath-link)&lt;/P&gt;&lt;P&gt;/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/../../../../arm-fsl-linux-gnueabi/bin/ld: warning: libpng.so.3, needed by ../../lib/libopencv_highgui.so.2.2.0, not found (try using -rpath or -rpath-link)&lt;/P&gt;&lt;P&gt;/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/../../../../arm-fsl-linux-gnueabi/bin/ld: warning: libz.so.1, needed by ../../lib/libopencv_highgui.so.2.2.0, not found (try using -rpath or -rpath-link)&lt;/P&gt;&lt;P&gt;/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/../../../../arm-fsl-linux-gnueabi/bin/ld: warning: libtiff.so.3, needed by ../../lib/libopencv_highgui.so.2.2.0, not found (try using -rpath or -rpath-link)&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_create_read_struct'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_compression_mem_level'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_write_scanlines'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_stdio_src'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_write_fn'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_init_io'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_CreateDecompress'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_destroy_decompress'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_finish_decompress'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_read_update_info'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_set_defaults'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_set_quality'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_read_fn'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_create_info_struct'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_read_header'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `TIFFClose'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_filter'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_start_compress'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_alloc_huff_table'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `TIFFSetErrorHandler'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `TIFFReadRGBAStrip'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_strip_16'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_error'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_strip_alpha'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_start_decompress'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_write_image'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `TIFFGetField'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_destroy_compress'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_compression_level'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_resync_to_restart'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `TIFFOpen'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_read_end'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_expand_gray_1_2_4_to_8'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `TIFFIsTiled'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `TIFFReadEncodedTile'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_read_image'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_write_info'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_create_write_struct'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_gray_to_rgb'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_CreateCompress'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_IHDR'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_palette_to_rgb'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_stdio_dest'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_write_end'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_read_info'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_bgr'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `TIFFRGBAImageOK'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_rgb_to_gray'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_std_error'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `TIFFSetWarningHandler'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_destroy_read_struct'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_finish_compress'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_get_IHDR'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `TIFFReadEncodedStrip'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `jpeg_read_scanlines'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `TIFFReadRGBATile'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_compression_strategy'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_destroy_write_struct'&lt;/P&gt;&lt;P&gt;../../lib/libopencv_highgui.so.2.2.0: undefined reference to `png_set_swap'&lt;/P&gt;&lt;P&gt;collect2: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;make[2]: *** [bin/opencv_createsamples] Error 1&lt;/P&gt;&lt;P&gt;make[1]: *** [modules/haartraining/CMakeFiles/opencv_createsamples.dir/all] Error 2&lt;/P&gt;&lt;P&gt;make: *** [all] Error 2&lt;/P&gt;&lt;P&gt;------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 06:45:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Missing-Content-quot-Cross-Compiling-Opencv2-2-for-I-MX53-QSB/m-p/213884#M13269</guid>
      <dc:creator>GopiNagaBharath</dc:creator>
      <dc:date>2013-12-18T06:45:29Z</dc:date>
    </item>
  </channel>
</rss>

