|
From: YUP <yup...@gm...> - 2012-08-03 14:38:18
|
Hi, I tried to compile against 3.4.7 kernel, got this: [ ! -x ./update_em8300_version.sh ] || ./update_em8300_version.sh em8300_version.h make -C /lib/modules/3.4.7-1-ARCH/build SUBDIRS=/tmp/yaourt-tmp-yarpry/aur-em8300-git/src/em8300-build/modules modules make[1]: Entering directory `/usr/src/linux-3.4.7-1-ARCH' CC [M] /tmp/yaourt-tmp-yarpry/aur-em8300-git/src/em8300-build/modules/adv717x.o /tmp/yaourt-tmp-yarpry/aur-em8300-git/src/em8300-build/modules/adv717x.c: In function '__check_pixelport_16bit': /tmp/yaourt-tmp-yarpry/aur-em8300-git/src/em8300-build/modules/adv717x.c:70:1: warning: return from incompatible pointer type [enabled by default] /tmp/yaourt-tmp-yarpry/aur-em8300-git/src/em8300-build/modules/adv717x.c: In function '__check_pixelport_other_pal': /tmp/yaourt-tmp-yarpry/aur-em8300-git/src/em8300-build/modules/adv717x.c:78:1: warning: return from incompatible pointer type [enabled by default] /tmp/yaourt-tmp-yarpry/aur-em8300-git/src/em8300-build/modules/adv717x.c: In function '__check_color_bars': /tmp/yaourt-tmp-yarpry/aur-em8300-git/src/em8300-build/modules/adv717x.c:102:1: warning: return from incompatible pointer type [enabled by default] /tmp/yaourt-tmp-yarpry/aur-em8300-git/src/em8300-build/modules/adv717x.c: At top level: /tmp/yaourt-tmp-yarpry/aur-em8300-git/src/em8300-build/modules/adv717x.c:138:1: error: expected ')' before '&' token make[2]: *** [/tmp/yaourt-tmp-yarpry/aur-em8300-git/src/em8300-build/modules/adv717x.o] Error 1 make[1]: *** [_module_/tmp/yaourt-tmp-yarpry/aur-em8300-git/src/em8300-build/modules] Error 2 make[1]: Leaving directory `/usr/src/linux-3.4.7-1-ARCH' make: *** [build] Error 2 Yarema 2012/8/3 Christian Gmeiner <chr...@gm...> > Thanks for your work... will look at it during the next weeks. > > --- > Christian Gmeiner, MSc > > > 2012/6/4 Uli Luckas <lu...@mu...>: > > On 06/03/2012 02:31 AM, Uli Luckas wrote: > >> Hi all, > >> Starting with kernel 3.1 I have a problem with em8300_ioctl32 not > >> being compiled into my em8300 kernel module. > >> The system is 32-bit debian with an amd64 kernel. > >> The kernel headers come from the debian package. The em8300 module is > >> compiled from source. > >> > >> Looking into the problem I found ARCH to be "x86"! I have no idea why > >> this is so but I suspect that depending on CONFIG_COMPAT is the better > >> approch any way. > >> > >> So feel free to apply attached patch to the em8300 repository. > >> > >> Regards, > >> Uli > >> > > Just pushed to github: > > git://github.com/uluckas/em8300.git > > > > You might be able to pull with hg's git plugin. > > > > Uli > > > > > > > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > Dxr3-devel mailing list > > Dxr...@li... > > https://lists.sourceforge.net/lists/listinfo/dxr3-devel > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Dxr3-devel mailing list > Dxr...@li... > https://lists.sourceforge.net/lists/listinfo/dxr3-devel > |