mixagd / opencv-dsp-acceleration

Automatically exported from code.google.com/p/opencv-dsp-acceleration
0 stars 0 forks source link

Missing IMG_sobel_3x3.h when building #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build Angstrom according to instructions (including ti-cgt*)
2. do a "bitbake opencv-dsp-acceleration"

What is the expected output? What do you see instead?
I get the following error message
opencv_beagle_sobel.c", line 13: fatal error: could not open source file 
"include/IMG_sobel_3x3_16.h

What version of the product are you using? On what operating system?
Using the opencv-dsp-acceleration_svn.bb recipe that ships with Angstrom (SVN 
release 128).

Please provide any additional information below.

Original issue reported on code.google.com by joao.co...@uavision.com on 3 Oct 2011 at 7:49

Attachments:

GoogleCodeExporter commented 8 years ago
I also tried to compile with the latest release (SVN 182) by adding the 
following to the recipe
   PR="r2"
   SRCREV = "182"

This time I got a different error:
| 
/home/u/oe_base/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueab
i/opencv-dsp-acceleration-0+svnr182-r7/temp/run.do_configure.18025: 
   line 142: 
        /home/u/oe_base/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/opencv-dsp-acceleration-0+svnr182-r7/trunk/dsp_opencv/beagle/server/opencv_unitserver_evm3530/link.cmd: No such file or directory

Original comment by joao.co...@uavision.com on 3 Oct 2011 at 8:02

Attachments: