All of lore.kernel.org
 help / color / mirror / Atom feed
* OpenCV yocto
@ 2015-06-21  2:22 Victor Rodriguez
  2015-06-22 14:14 ` Leonardo Sandoval
  0 siblings, 1 reply; 5+ messages in thread
From: Victor Rodriguez @ 2015-06-21  2:22 UTC (permalink / raw)
  To: yocto

HI team

I am having this same problem:

http://stackoverflow.com/questions/25332969/opencv-pkg-config-cannot-find-lopencv-ts-when-compiling-using-g

I try to build opencv simple source code :

g++ hello.cpp -o video `pkg-config --cflags --libs opencv`

But got this error :

/usr/lib/gcc/i586-poky-linux/4.9.2/../../../../i586-poky-linux/bin/ld:
cannot find -lopencv_ts
collect2: error: ld returned 1 exit status

My local.conf is like this :

EXTRA_IMAGE_FEATURES = "debug-tweaks tools-sdk"
IMAGE_INSTALL_append = " mpich mpich-dev gcc gcc-dev openssh php mariadb opencv"
LICENSE_FLAGS_WHITELIST = "commercial"
CORE_IMAGE_EXTRA_INSTALL += "libopencv-core-dev libopencv-highgui-dev
libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev"


All the help is more than welcome

Best regards

Victor Rodriguez


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-08 15:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-21  2:22 OpenCV yocto Victor Rodriguez
2015-06-22 14:14 ` Leonardo Sandoval
2015-07-06  3:44   ` Victor Rodriguez
2015-07-08 15:21     ` Victor Rodriguez
2015-07-08 15:45       ` Victor Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.