All times are UTC-06:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Wed Mar 14, 2012 1:59 pm 
Offline

Joined: Wed Feb 01, 2012 9:55 am
Posts: 24
Location: Ontario
Hi:

Trying to create the imx-lib package and getting the following error:

The full error log is at http://pastebin.com/nGYjTXTw
Code:
This package has a Debian revision number but there does not seem to be
an appropriate original tar file or .orig directory in the parent directory;
(expected one of imx-lib_2.0.0.orig.tar.gz, imx-lib_2.0.0.orig.tar.bz2,
imx-lib_2.0.0.orig.tar.lzma, imx-lib_2.0.0.orig.tar.xz or imx-lib.orig)
continue anyway? (y/n) dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: source package imx-lib
dpkg-buildpackage: source version 2.0.0-20110714
dpkg-buildpackage: source changed by Matt Sealey <matt@genesi-usa.com>
dpkg-source --before-build imx-lib
dpkg-buildpackage: host architecture armel
fakeroot debian/rules clean
dh clean
dh_testdir
dh_auto_clean
make[1]: Entering directory `/root/genesi/imx-lib/imx-lib'
make -C ipu clean
make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/ipu'
make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/ipu'
make -C sahara2 clean
make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/sahara2'
make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/sahara2'
make -C screenlayer clean
make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/screenlayer'
make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/screenlayer'
make -C vpu clean
make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/vpu'
rm -f libvpu.* vpu_io.o vpu_util.o vpu_lib.o
make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/vpu'
make[1]: Leaving directory `/root/genesi/imx-lib/imx-lib'
dh_clean
dpkg-source -b imx-lib
dpkg-source: info: using source format `3.0 (native)'
dpkg-source: info: building imx-lib in imx-lib_2.0.0-20110714.tar.gz
dpkg-source: info: building imx-lib in imx-lib_2.0.0-20110714.dsc
debian/rules build
dh build
dh_testdir
dh_auto_configure
dh_auto_build
make[1]: Entering directory `/root/genesi/imx-lib/imx-lib'
make -C ipu all
make[2]: Entering directory `/root/genesi/imx-lib/imx-lib/ipu'
gcc -DIMX51 -I/usr/src/linux/include/ -Wall -O2 -fPIC -c mxc_ipu_hl_lib.c -o mxc_ipu_hl_lib.o
In file included from mxc_ipu_hl_lib.c:45:
mxc_ipu_hl_lib.h:96:23: error: linux/ipu.h: No such file or directory
mxc_ipu_hl_lib.h:97:25: error: linux/mxcfb.h: No such file or directory
In file included from mxc_ipu_hl_lib.c:45:
mxc_ipu_hl_lib.h:147: error: expected specifier-qualifier-list before ‘ipu_mem_info’
mxc_ipu_hl_lib.h:218: error: expected specifier-qualifier-list before ‘ipu_motion_sel’
mxc_ipu_hl_lib.h:235: error: field ‘pos’ has incomplete type
mxc_ipu_hl_lib.h:240: error: expected specifier-qualifier-list before ‘dma_addr_t’
mxc_ipu_hl_lib.h:276: error: expected specifier-qualifier-list before ‘dma_addr_t’
mxc_ipu_hl_lib.h:394: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
mxc_ipu_hl_lib.h:394: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
mxc_ipu_hl_lib.h:395: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
mxc_ipu_hl_lib.c:109: error: expected specifier-qualifier-list before ‘ipu_mem_info’
mxc_ipu_hl_lib.c:208: error: expected ‘)’ before ‘*’ token
mxc_ipu_hl_lib.c:212: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fmt_to_bpp’
mxc_ipu_hl_lib.c: In function ‘colorspaceofpixel’:
mxc_ipu_hl_lib.c:257: error: ‘IPU_PIX_FMT_RGB565’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:257: error: (Each undeclared identifier is reported only once
mxc_ipu_hl_lib.c:257: error: for each function it appears in.)
mxc_ipu_hl_lib.c:258: error: ‘IPU_PIX_FMT_BGR24’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:259: error: ‘IPU_PIX_FMT_RGB24’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:260: error: ‘IPU_PIX_FMT_BGRA32’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:261: error: ‘IPU_PIX_FMT_BGR32’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:262: error: ‘IPU_PIX_FMT_RGBA32’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:263: error: ‘IPU_PIX_FMT_RGB32’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:264: error: ‘IPU_PIX_FMT_ABGR32’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:267: error: ‘IPU_PIX_FMT_UYVY’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:268: error: ‘IPU_PIX_FMT_YUYV’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:269: error: ‘IPU_PIX_FMT_YUV420P2’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:270: error: ‘IPU_PIX_FMT_YUV420P’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:271: error: ‘IPU_PIX_FMT_YVU420P’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:272: error: ‘IPU_PIX_FMT_YVU422P’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:273: error: ‘IPU_PIX_FMT_YUV422P’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:274: error: ‘IPU_PIX_FMT_YUV444’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:275: error: ‘IPU_PIX_FMT_NV12’ undeclared (first use in this function)
mxc_ipu_hl_lib.c: In function ‘_ipu_get_arch_rot_begin’:
mxc_ipu_hl_lib.c:341: error: ‘IPU_ROTATE_90_RIGHT’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:346: error: ‘IPU_ROTATE_HORIZ_FLIP’ undeclared (first use in this function)
mxc_ipu_hl_lib.c: In function ‘_ipu_task_busy_in_hw’:
mxc_ipu_hl_lib.c:388: warning: implicit declaration of function ‘ipu_is_channel_busy’
mxc_ipu_hl_lib.c:388: error: ‘MEM_PRP_ENC_MEM’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:389: error: ‘MEM_PRP_VF_MEM’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:390: error: ‘MEM_VDI_PRP_VF_MEM_P’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:391: error: ‘MEM_VDI_PRP_VF_MEM’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:392: error: ‘MEM_VDI_PRP_VF_MEM_N’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:395: error: ‘MEM_PP_MEM’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:397: error: ‘MEM_ROT_ENC_MEM’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:399: error: ‘MEM_ROT_VF_MEM’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:401: error: ‘MEM_ROT_PP_MEM’ undeclared (first use in this function)
mxc_ipu_hl_lib.c: In function ‘_ipu_update_offset’:
mxc_ipu_hl_lib.c:435: error: ‘IPU_PIX_FMT_YUV420P2’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:436: error: ‘IPU_PIX_FMT_YUV420P’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:442: error: ‘IPU_PIX_FMT_YVU420P’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:448: error: ‘IPU_PIX_FMT_YVU422P’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:454: error: ‘IPU_PIX_FMT_YUV422P’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:460: error: ‘IPU_PIX_FMT_NV12’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:466: warning: implicit declaration of function ‘fmt_to_bpp’
mxc_ipu_hl_lib.c: At top level:
mxc_ipu_hl_lib.c:471: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
mxc_ipu_hl_lib.c:472: error: expected declaration specifiers or ‘...’ before ‘dma_addr_t’
mxc_ipu_hl_lib.c: In function ‘_ipu_split_mode_set_stripe’:
mxc_ipu_hl_lib.c:478: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:479: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:479: error: ‘IPU_ROTATE_VERT_FLIP’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:481: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:481: error: ‘IPU_ROTATE_HORIZ_FLIP’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:483: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:483: error: ‘IPU_ROTATE_180’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:491: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
mxc_ipu_hl_lib.c:492: warning: implicit declaration of function ‘bytes_per_pixel’
mxc_ipu_hl_lib.c:492: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifmt’
mxc_ipu_hl_lib.c:494: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
mxc_ipu_hl_lib.c:495: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:497: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
mxc_ipu_hl_lib.c:498: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:502: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:503: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
mxc_ipu_hl_lib.c:504: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:506: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:507: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:508: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:510: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:511: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:512: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:518: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:519: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
mxc_ipu_hl_lib.c:520: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:522: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:523: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:524: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:526: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:527: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:528: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:539: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
mxc_ipu_hl_lib.c:540: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifmt’
mxc_ipu_hl_lib.c:542: error: ‘ipu_lib_priv_handle_t’ has no member named ‘left_stripe’
mxc_ipu_hl_lib.c:543: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:545: error: ‘ipu_lib_priv_handle_t’ has no member named ‘right_stripe’
mxc_ipu_hl_lib.c:546: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:550: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:551: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
mxc_ipu_hl_lib.c:552: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:554: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:555: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:556: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:558: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:559: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:560: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:565: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:566: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
mxc_ipu_hl_lib.c:567: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:569: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:570: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:571: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:573: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:574: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:575: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:588: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:589: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
mxc_ipu_hl_lib.c:590: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:592: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:593: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:594: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:596: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:597: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:598: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:604: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:605: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
mxc_ipu_hl_lib.c:606: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:608: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:609: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:610: error: ‘ipu_lib_priv_handle_t’ has no member named ‘up_stripe’
mxc_ipu_hl_lib.c:612: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:613: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:614: error: ‘ipu_lib_priv_handle_t’ has no member named ‘down_stripe’
mxc_ipu_hl_lib.c:618: warning: implicit declaration of function ‘ipu_update_channel_buffer’
mxc_ipu_hl_lib.c:618: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:619: error: ‘IPU_OUTPUT_BUFFER’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:621: error: ‘out_buf_paddr’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:621: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:623: warning: implicit declaration of function ‘ipu_update_channel_offset’
mxc_ipu_hl_lib.c:623: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:625: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:626: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:627: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:628: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:629: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:630: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:633: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:634: error: ‘IPU_INPUT_BUFFER’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:636: error: ‘in_buf_paddr’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:636: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_off’
mxc_ipu_hl_lib.c:637: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:639: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ifmt’
mxc_ipu_hl_lib.c:640: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
mxc_ipu_hl_lib.c:641: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
mxc_ipu_hl_lib.c:642: error: ‘ipu_lib_priv_handle_t’ has no member named ‘istride’
mxc_ipu_hl_lib.c:643: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_uoff’
mxc_ipu_hl_lib.c:644: error: ‘ipu_lib_priv_handle_t’ has no member named ‘i_voff’
mxc_ipu_hl_lib.c:653: warning: implicit declaration of function ‘ipu_select_buffer’
mxc_ipu_hl_lib.c:653: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:654: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c: In function ‘__ipu_task_check’:
mxc_ipu_hl_lib.c:667: error: ‘IPU_ROTATE_90_RIGHT’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:669: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:670: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:671: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:672: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:679: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
mxc_ipu_hl_lib.c:679: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:680: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
mxc_ipu_hl_lib.c:680: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:685: error: ‘IPU_ROTATE_NONE’ undeclared (first use in this function)
mxc_ipu_hl_lib.c:698: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:698: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
mxc_ipu_hl_lib.c:704: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_iw’
mxc_ipu_hl_lib.c:704: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iwidth’
mxc_ipu_hl_lib.c:705: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ih’
mxc_ipu_hl_lib.c:705: error: ‘ipu_lib_priv_handle_t’ has no member named ‘iheight’
mxc_ipu_hl_lib.c:706: error: ‘ipu_lib_priv_handle_t’ has no member named ‘ic_ow’
...
mxc_ipu_hl_lib.c:3478: error: ‘ipu_lib_priv_handle_t’ has no member named ‘output’
make[2]: *** [mxc_ipu_hl_lib.o] Error 1
make[2]: Leaving directory `/root/genesi/imx-lib/imx-lib/ipu'
make[1]: *** [ipu] Error 2
make[1]: Leaving directory `/root/genesi/imx-lib/imx-lib'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1325:
dpkg-buildpackage -rfakeroot -D -us -uc failed
Any thoughts?

Thank you

_________________
loonix
arX corp.


Last edited by arXcorp on Wed Mar 14, 2012 8:54 pm, edited 1 time in total.

Top
   
 Post subject:
PostPosted: Wed Mar 14, 2012 3:00 pm 
Offline
Genesi

Joined: Mon Jan 30, 2006 2:28 am
Posts: 409
Location: Finland
Hi.


You should get the efika linux sourcecode and put a symlink 'linux' in /usr/src


Johan

_________________
Johan Dams, Genesi USA Inc.
Director, Software Engineering

Yep, I have a blog... PurpleAlienPlanet


Top
   
 Post subject:
PostPosted: Wed Mar 14, 2012 7:25 pm 
Offline

Joined: Wed Feb 01, 2012 9:55 am
Posts: 24
Location: Ontario
Quote:
You should get the efika linux sourcecode and put a symlink 'linux' in /usr/src
doh - forgot the symlink

As always 99.9% user error ;-)

Thanks and cheers

_________________
loonix
arX corp.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group