linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* some more 2.5.40 module compile errors
@ 2002-10-02 23:33 Rudy Zijlstra
  0 siblings, 0 replies; only message in thread
From: Rudy Zijlstra @ 2002-10-02 23:33 UTC (permalink / raw)
  To: linux-kernel

For those interested:

aha152x driver:

  gcc -Wp,-MD,./.aha152x.o.d -D__KERNEL__ 
-I/usr/src/linux-2.5.40/include -Wall -Wstrict-prototypes -Wno-trigraphs 
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=i686 -malign-functions=4  
-I/usr/src/linux-2.5.40/arch/i386/mach-generic -nostdinc -iwithprefix 
include -DMODULE  -DAHA152X_STAT -DAUTOCONF -DKBUILD_BASENAME=aha152x   
-c -o aha152x.o aha152x.c
drivers/scsi/aha152x.c: In function `intr':
drivers/scsi/aha152x.c:1944: warning: implicit declaration of function 
`queue_task'
drivers/scsi/aha152x.c:1944: `tq_immediate' undeclared (first use in 
this function)
drivers/scsi/aha152x.c:1944: (Each undeclared identifier is reported 
only once
drivers/scsi/aha152x.c:1944: for each function it appears in.)
drivers/scsi/aha152x.c:1945: warning: implicit declaration of function 
`mark_bh'
drivers/scsi/aha152x.c:1945: `IMMEDIATE_BH' undeclared (first use in 
this function)

the adaptec i20 driver also complains it needs to be converted according 
to Documentation/DMA-xxx

Then the irda driver:

make[3]: Entering directory `/usr/src/linux-2.5.40/net/irda/ircomm'
  gcc -Wp,-MD,./.ircomm_tty.o.d -D__KERNEL__ 
-I/usr/src/linux-2.5.40/include -Wall -Wstrict-prototypes -Wno-trigraphs 
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=i686 -malign-functions=4  
-I/usr/src/linux-2.5.40/arch/i386/mach-generic -nostdinc -iwithprefix 
include -DMODULE   -DKBUILD_BASENAME=ircomm_tty   -c -o ircomm_tty.o 
ircomm_tty.c
net/irda/ircomm/ircomm_tty.c: In function `ircomm_tty_flush_buffer':
net/irda/ircomm/ircomm_tty.c:635: warning: implicit declaration of 
function `queue_task'
net/irda/ircomm/ircomm_tty.c:635: `tq_immediate' undeclared (first use 
in this function)
net/irda/ircomm/ircomm_tty.c:635: (Each undeclared identifier is 
reported only once
net/irda/ircomm/ircomm_tty.c:635: for each function it appears in.)
net/irda/ircomm/ircomm_tty.c:636: warning: implicit declaration of 
function `mark_bh'
net/irda/ircomm/ircomm_tty.c:636: `IMMEDIATE_BH' undeclared (first use 
in this function)
net/irda/ircomm/ircomm_tty.c: In function `ircomm_tty_write':
net/irda/ircomm/ircomm_tty.c:809: `tq_immediate' undeclared (first use 
in this function)
net/irda/ircomm/ircomm_tty.c:810: `IMMEDIATE_BH' undeclared (first use 
in this function)
net/irda/ircomm/ircomm_tty.c: In function `ircomm_tty_check_modem_status':
net/irda/ircomm/ircomm_tty.c:1135: `tq_immediate' undeclared (first use 
in this function)
net/irda/ircomm/ircomm_tty.c:1136: `IMMEDIATE_BH' undeclared (first use 
in this function)
net/irda/ircomm/ircomm_tty.c: In function `ircomm_tty_flow_indication':
net/irda/ircomm/ircomm_tty.c:1249: `tq_immediate' undeclared (first use 
in this function)
net/irda/ircomm/ircomm_tty.c:1250: `IMMEDIATE_BH' undeclared (first use 
in this function)
  gcc -Wp,-MD,./.ircomm_tty_attach.o.d -D__KERNEL__ 
-I/usr/src/linux-2.5.40/include -Wall -Wstrict-prototypes -Wno-trigraphs 
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=i686 -malign-functions=4  
-I/usr/src/linux-2.5.40/arch/i386/mach-generic -nostdinc -iwithprefix 
include -DMODULE   -DKBUILD_BASENAME=ircomm_tty_attach   -c -o 
ircomm_tty_attach.o ircomm_tty_attach.c
net/irda/ircomm/ircomm_tty_attach.c: In function 
`ircomm_tty_link_established':
net/irda/ircomm/ircomm_tty_attach.c:538: warning: implicit declaration 
of function `queue_task'
net/irda/ircomm/ircomm_tty_attach.c:538: `tq_immediate' undeclared 
(first use in this function)
net/irda/ircomm/ircomm_tty_attach.c:538: (Each undeclared identifier is 
reported only once
net/irda/ircomm/ircomm_tty_attach.c:538: for each function it appears in.)
net/irda/ircomm/ircomm_tty_attach.c:539: warning: implicit declaration 
of function `mark_bh'
net/irda/ircomm/ircomm_tty_attach.c:539: `IMMEDIATE_BH' undeclared 
(first use in this function)
  gcc -Wp,-MD,./.ircomm_param.o.d -D__KERNEL__ 
-I/usr/src/linux-2.5.40/include -Wall -Wstrict-prototypes -Wno-trigraphs 
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=i686 -malign-functions=4  
-I/usr/src/linux-2.5.40/arch/i386/mach-generic -nostdinc -iwithprefix 
include -DMODULE   -DKBUILD_BASENAME=ircomm_param   -c -o ircomm_param.o 
ircomm_param.c
net/irda/ircomm/ircomm_param.c: In function `ircomm_param_request':
net/irda/ircomm/ircomm_param.c:169: warning: implicit declaration of 
function `queue_task'
net/irda/ircomm/ircomm_param.c:169: `tq_immediate' undeclared (first use 
in this function)
net/irda/ircomm/ircomm_param.c:169: (Each undeclared identifier is 
reported only once
net/irda/ircomm/ircomm_param.c:169: for each function it appears in.)
net/irda/ircomm/ircomm_param.c:170: warning: implicit declaration of 
function `mark_bh'
net/irda/ircomm/ircomm_param.c:170: `IMMEDIATE_BH' undeclared (first use 
in this function)
  ld -m elf_i386  -r -o ircomm-tty.o ircomm_tty.o ircomm_tty_attach.o 
ircomm_tty_ioctl.o ircomm_param.o
ld: cannot open ircomm_tty.o: No such file or directory
make[3]: *** [ircomm-tty.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.5.40/net/irda/ircomm'
make[2]: *** [ircomm] Error 2
make[2]: Leaving directory `/usr/src/linux-2.5.40/net/irda'
make[1]: *** [irda] Error 2
make[1]: Leaving directory `/usr/src/linux-2.5.40/net'
make: *** [net] Error 2


OK, time for bed, I hope this helps somebody.

Cheers,

Rudy


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-02 23:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-02 23:33 some more 2.5.40 module compile errors Rudy Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).