google-code-export / pandroid

Automatically exported from code.google.com/p/pandroid
1 stars 0 forks source link

Error: 'DCC_PATH' was not declared in this scope #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When i am building Android Fs,my compilation stops with following error 
....
target thumb C++: libomxcameraadapter <= 
hardware/ti/omap3/camera-omap4/src/OMXCameraAdapter/OMXCameraAdapter.cpp
hardware/ti/omap3/camera-omap4/src/OMXCameraAdapter/OMXCameraAdapter.cpp: In 
member function 'virtual android::status_t 
android::OMXCameraAdapter::stopPreview()':
hardware/ti/omap3/camera-omap4/src/OMXCameraAdapter/OMXCameraAdapter.cpp:3614: 
error: 'DCC_PATH' was not declared in this scope
target thumb C: libpagemap <= system/extras/libpagemap/pm_kernel.c
target thumb C: libpagemap <= system/extras/libpagemap/pm_process.c
make: *** 
[out/target/product/pandaboard/obj/SHARED_LIBRARIES/libomxcameraadapter_intermed
iates/OMXCameraAdapter/OMXCameraAdapter.o] Error 1
make: *** Waiting for unfinished jobs....
...

I am using 
L27.12.1-P2 release
Host PC: 11.04 32 bit
I gave make TARGET_PRODUCT=pandaboard -j4 command building Android FS.

Please let me know how to resolve this.

BR,
J

Original issue reported on code.google.com by jyotshna...@gmail.com on 12 Oct 2011 at 8:41