From: Mitchell F. <mit...@ya...> - 2002-06-26 23:21:05
|
When compiling I now get the following error message: gcc -D__KERNEL__ -I/usr/src/linux-2.4.10.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -I. -I../include -I../../include -c -o tnt4882_init.o tnt4882_init.c In file included from tnt4882_init.c:21: tnt4882.h:68: parse error before `init_ni_gpib_cs' tnt4882.h:68: warning: type defaults to `int' in declaration of `init_ni_gpib_cs' tnt4882.h:68: warning: data definition has no type or storage class tnt4882.h:69: parse error before `exit_ni_gpib_cs' tnt4882.h:69: warning: type defaults to `int' in declaration of `exit_ni_gpib_cs' tnt4882.h:69: warning: data definition has no type or storage class make[2]: *** [tnt4882_init.o] Error 1 make[2]: Leaving directory `/home/mitchell/linux-gpib/driver/tnt4882' make[1]: *** [subdirs] Error 2 make[1]: Leaving directory `/home/mitchell/linux-gpib/driver' make: *** [linux-gpib] Error 2 Mitchell --- frank mori hess <fm...@st...> wrote: > > > On Wed, 26 Jun 2002, Mitchell Ferschweiler wrote: > > > Here are the messages from my /var/log/messages: > > > > Jun 26 08:38:56 linux cardmgr[365]: initializing socket 0 > > Jun 26 08:38:56 linux cardmgr[365]: unsupported card in socket 0 > > Jun 26 08:38:56 linux cardmgr[365]: product info: "National > > Instruments", "PCMCIA-GPIB", "Rev. C", "" > > Jun 26 08:38:56 linux cardmgr[365]: manfid: 0x010b, 0x4882 > > > > Mitchell, > > Would you try out the current cvs with your ni pcmcia card? The > interface > name for gpib.conf is ni_pcmcia, and the module is tnt4882. You will > have > to make sure you enabled pcmcia support during make config. > > Frank > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com |