hi,
i am trying to build opencv on the omap 5432 evm, but i think i miss something:
1.the first step was to insatll opencv
https://docs.google.com/viewer?a=v&pid=forums&srcid=MDY1NzA1NTcyODgyOTA2NTQyNDkBMTc0NzQzNzIwMjUyNzAyMzgyOTEBOTVYQ19iU1pwREVKATQBAXYy
2. on the HOST :compile opencv base arm from here :
http://docs.opencv.org/doc/tutorials/introduction/crosscompilation/arm_crosscompile_with_cmake.html
3.install eclipse with cdt plugin .
ERROR : try the displayimage from opencv and getting the LINKER error.
than i run the opencv specfic recipe for omap5-evm and tryied to link the LIB to
/opt/ti-glsdk_omap5-uevm_6_03_00_01/yocto-layers/build/arago-tmp-external-linaro-toolchain/sysroots/omap5-evm/usr/lib
also didnot work.
i am getting the GCC LINKER error.
my Question what are the steps to work with opencv on the host side?
how to install opencv on omap5-evm?
why i can not use apt-get ? the ipk method i need to istall package by package.....
tomer