From: David P. <pa...@rc...> - 2000-09-10 23:38:49
|
> ieee12844.c:1541: warning: initialization from incompatible pointer type > ieee12844.c:1542: warning: initialization from incompatible pointer type > ieee12844.c:1545: warning: initialization from incompatible pointer type > ieee12844.c:1547: warning: excess elements in struct initializer > ieee12844.c:1547: warning: (near initialization for `mlc_proto_ops') <snip> > When I try to insmod ieee12844.o I obtain: ieee12844 unresolved symbol > end_bh_atomic, ieee12844.o: unresolved symbol start_bh_atomic. <snip> > uname -a > Linux guizmo 2.4.0-test1 #10 SMP Sat Sep 9 16:51:13 CEST 2000 i686 > unknown Hi, Damcha. It appears that something changed in kernel 2.3/2.4 that broke the ieee12844 and ieee12844pp drivers. Since I'm not a kernel expert and don't have a 2.4 machine, I'm not sure how to fix this right now, but I'll look into it at some point. Does anyone else have any ideas here? > The apps compile without errors (except xojpanel -- I don't have QT > installed), ojlib also, ptal gives me some warnings (end of non void > functions and unused variables (cbd,dev,chan)) but compiles. The warnings in the ptal directory result from currently unused functions I started but haven't finished writing yet. David |