On Mon, 2006-07-24 at 15:17 +0200, niam.tni wrote: > Hi, > > I want to build kernel module at76c503 for spitz! > I get some compile errors. Please help. > > $bitbake -b packages/at76c503a/at76c503a-modules_cvs.bb > > Here they are ( log.do_compile ) [...] > /home/user/openemb/spitz/org.openembedded.oz354x/tmp/work/spitz-linux/at76c503a-modules-0.0cvs20060102-r > 4/at76c503a/at76c503-fw_skel.c:93: error: unknown field `owner' > specified in initializer > /home/user/openemb/spitz/org.openembedded.oz354x/tmp/work/spitz-linux/at76c503a-modules-0.0cvs20060102-r > 4/at76c503a/at76c503-fw_skel.c:93: warning: initialization from > incompatible pointer type
So it looks like this version of the module isn't quite compatible with the version of the kernel you're using. It doesn't look like it should be hard to fix though. A rather unsafe fix looking at that error might even be to comment out line 93 but I take no responsibility for any resulting errors when running the module ;-). (Look up why you'd want to set a module owner and perhaps find out how the kernel changed to adapt the module properly). Richard _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
