Check that there are only symlinks and remove it with:
ls -al /usr/lib/libopencv_* # check
sudo rm /usr/lib/libopencv_* # remove
krish_22 wrote:
hello will you please provide me steps for cross compilation or give me more information on this??
1. Take the yocto build image (the link is above in the conversation)
2. Convert it to virtualbox image (how to is above in the conversation)
3. Run yocto image in Virtualbox
4. Run Eclipse in VM
5. Modify existing project, or configure new eclipse project
..
6. Profit!