Compiler Error

I tried to test the COMEDI driver but unfortunately it did not want
compile.

First, as I tried to run ./configure as an ordinary user, there was
an error message saying that some script does not have enough per-
mission, and in one of the makefiles there was "CC=" without "gcc" 
or something like this behind. After running ./configure and make 
as root once, I could not re-produce those error messages.

Anyway, the compilation stops with an error. See the attached log of
(./configure ; make).

Could anyone help?

Regards,
Jochen Roedenbeck
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for strip... /usr/bin/strip
checking for Linux in /lib/modules/2.4.21-4-default/build... not found
checking for Linux in ../linux... not found
checking for Linux in /usr/src/linux... yes
checking for configuration in /usr/src/linux/.config... yes
checking Red Hat/Fedora kernel... not found
checking Linux config option CONFIG_M386... no
checking Linux config option CONFIG_M586... yes
checking Linux config option CONFIG_M686... no
checking Linux config option CONFIG_MPENTIUMIII... no
checking Linux config option CONFIG_MK7... no
checking Linux config option CONFIG_SMP... no
checking Linux config option CONFIG_HIGHMEM64G... no
checking Linux major/minor version... 2.4
checking for Linux 2.4 make flags... ok
checking for Linux 2.4 CFLAGS... -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0
checking for Linux 2.4 LDFLAGS... 
configure: creating modtool
checking Linux config option CONFIG_RTHAL... no
checking Linux config option CONFIG_RTLINUX... no
configure: moo
checking Linux config option CONFIG_PCMCIA... module
checking Linux config option CONFIG_ISA... yes
checking Linux config option CONFIG_PCI... yes
checking Linux config option CONFIG_USB... module
configure: creating ./config.status
config.status: creating Makefile
config.status: creating comedi/Makefile
config.status: creating comedi/drivers/Makefile
config.status: creating comedi/kcomedilib/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make  all-recursive
make[1]: Wechsel in das Verzeichnis »/usr/spindle/src/comedi/comedi-0.7.68«
Making all in comedi
make[2]: Wechsel in das Verzeichnis »/usr/spindle/src/comedi/comedi-0.7.68/comedi«
Making all in kcomedilib
make[3]: Wechsel in das Verzeichnis »/usr/spindle/src/comedi/comedi-0.7.68/comedi/kcomedilib«
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=kcomedilib -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT kcomedilib_ko-data.o -MD -MP -MF ".deps/kcomedilib_ko-data.Tpo" \
  -c -o kcomedilib_ko-data.o `test -f 'data.c' || echo './'`data.c; \
then mv -f ".deps/kcomedilib_ko-data.Tpo" ".deps/kcomedilib_ko-data.Po"; \
else rm -f ".deps/kcomedilib_ko-data.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=kcomedilib -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT kcomedilib_ko-ksyms.o -MD -MP -MF ".deps/kcomedilib_ko-ksyms.Tpo" \
  -c -o kcomedilib_ko-ksyms.o `test -f 'ksyms.c' || echo './'`ksyms.c; \
then mv -f ".deps/kcomedilib_ko-ksyms.Tpo" ".deps/kcomedilib_ko-ksyms.Po"; \
else rm -f ".deps/kcomedilib_ko-ksyms.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=kcomedilib -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT kcomedilib_ko-dio.o -MD -MP -MF ".deps/kcomedilib_ko-dio.Tpo" \
  -c -o kcomedilib_ko-dio.o `test -f 'dio.c' || echo './'`dio.c; \
then mv -f ".deps/kcomedilib_ko-dio.Tpo" ".deps/kcomedilib_ko-dio.Po"; \
else rm -f ".deps/kcomedilib_ko-dio.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=kcomedilib -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT kcomedilib_ko-kcomedilib_main.o -MD -MP -MF ".deps/kcomedilib_ko-kcomedilib_main.Tpo" \
  -c -o kcomedilib_ko-kcomedilib_main.o `test -f 'kcomedilib_main.c' || echo './'`kcomedilib_main.c; \
then mv -f ".deps/kcomedilib_ko-kcomedilib_main.Tpo" ".deps/kcomedilib_ko-kcomedilib_main.Po"; \
else rm -f ".deps/kcomedilib_ko-kcomedilib_main.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=kcomedilib -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT kcomedilib_ko-get.o -MD -MP -MF ".deps/kcomedilib_ko-get.Tpo" \
  -c -o kcomedilib_ko-get.o `test -f 'get.c' || echo './'`get.c; \
then mv -f ".deps/kcomedilib_ko-get.Tpo" ".deps/kcomedilib_ko-get.Po"; \
else rm -f ".deps/kcomedilib_ko-get.Tpo"; exit 1; \
fi
../../modtool --link -o kcomedilib.ko  kcomedilib_ko-data.o kcomedilib_ko-ksyms.o kcomedilib_ko-dio.o kcomedilib_ko-kcomedilib_main.o kcomedilib_ko-get.o  
ld -m elf_i386 -e stext -r -o kcomedilib.ko kcomedilib_ko-data.o kcomedilib_ko-ksyms.o kcomedilib_ko-dio.o kcomedilib_ko-kcomedilib_main.o kcomedilib_ko-get.o
make[3]: Verlassen des Verzeichnisses »/usr/spindle/src/comedi/comedi-0.7.68/comedi/kcomedilib«
Making all in drivers
make[3]: Wechsel in das Verzeichnis »/usr/spindle/src/comedi/comedi-0.7.68/comedi/drivers«
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=8255 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -DEXPORT_SYMTAB -D__KERNEL__ -MT 8255_ko-8255.o -MD -MP -MF ".deps/8255_ko-8255.Tpo" \
  -c -o 8255_ko-8255.o `test -f '8255.c' || echo './'`8255.c; \
then mv -f ".deps/8255_ko-8255.Tpo" ".deps/8255_ko-8255.Po"; \
else rm -f ".deps/8255_ko-8255.Tpo"; exit 1; \
fi
../../modtool --link -o 8255.ko  8255_ko-8255.o  
ld -m elf_i386 -e stext -r -o 8255.ko 8255_ko-8255.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=adl_pci9111 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT adl_pci9111.o -MD -MP -MF ".deps/adl_pci9111.Tpo" \
  -c -o adl_pci9111.o `test -f 'adl_pci9111.c' || echo './'`adl_pci9111.c; \
then mv -f ".deps/adl_pci9111.Tpo" ".deps/adl_pci9111.Po"; \
else rm -f ".deps/adl_pci9111.Tpo"; exit 1; \
fi
../../modtool --link -o adl_pci9111.ko  adl_pci9111.o  
ld -m elf_i386 -e stext -r -o adl_pci9111.ko adl_pci9111.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=adl_pci9118 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT adl_pci9118.o -MD -MP -MF ".deps/adl_pci9118.Tpo" \
  -c -o adl_pci9118.o `test -f 'adl_pci9118.c' || echo './'`adl_pci9118.c; \
then mv -f ".deps/adl_pci9118.Tpo" ".deps/adl_pci9118.Po"; \
else rm -f ".deps/adl_pci9118.Tpo"; exit 1; \
fi
../../modtool --link -o adl_pci9118.ko  adl_pci9118.o  
ld -m elf_i386 -e stext -r -o adl_pci9118.ko adl_pci9118.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=adv_pci1710 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT adv_pci1710.o -MD -MP -MF ".deps/adv_pci1710.Tpo" \
  -c -o adv_pci1710.o `test -f 'adv_pci1710.c' || echo './'`adv_pci1710.c; \
then mv -f ".deps/adv_pci1710.Tpo" ".deps/adv_pci1710.Po"; \
else rm -f ".deps/adv_pci1710.Tpo"; exit 1; \
fi
../../modtool --link -o adv_pci1710.ko  adv_pci1710.o  
ld -m elf_i386 -e stext -r -o adv_pci1710.ko adv_pci1710.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=amcc_s5933 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -DEXPORT_SYMTAB -D__KERNEL__ -MT amcc_s5933_ko-amcc_s5933.o -MD -MP -MF ".deps/amcc_s5933_ko-amcc_s5933.Tpo" \
  -c -o amcc_s5933_ko-amcc_s5933.o `test -f 'amcc_s5933.c' || echo './'`amcc_s5933.c; \
then mv -f ".deps/amcc_s5933_ko-amcc_s5933.Tpo" ".deps/amcc_s5933_ko-amcc_s5933.Po"; \
else rm -f ".deps/amcc_s5933_ko-amcc_s5933.Tpo"; exit 1; \
fi
../../modtool --link -o amcc_s5933.ko  amcc_s5933_ko-amcc_s5933.o  
ld -m elf_i386 -e stext -r -o amcc_s5933.ko amcc_s5933_ko-amcc_s5933.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=adv_pci_dio -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT adv_pci_dio.o -MD -MP -MF ".deps/adv_pci_dio.Tpo" \
  -c -o adv_pci_dio.o `test -f 'adv_pci_dio.c' || echo './'`adv_pci_dio.c; \
then mv -f ".deps/adv_pci_dio.Tpo" ".deps/adv_pci_dio.Po"; \
else rm -f ".deps/adv_pci_dio.Tpo"; exit 1; \
fi
../../modtool --link -o adv_pci_dio.ko  adv_pci_dio.o  
ld -m elf_i386 -e stext -r -o adv_pci_dio.ko adv_pci_dio.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=amplc_pci230 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT amplc_pci230.o -MD -MP -MF ".deps/amplc_pci230.Tpo" \
  -c -o amplc_pci230.o `test -f 'amplc_pci230.c' || echo './'`amplc_pci230.c; \
then mv -f ".deps/amplc_pci230.Tpo" ".deps/amplc_pci230.Po"; \
else rm -f ".deps/amplc_pci230.Tpo"; exit 1; \
fi
../../modtool --link -o amplc_pci230.ko  amplc_pci230.o  
ld -m elf_i386 -e stext -r -o amplc_pci230.ko amplc_pci230.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=amplc_pc236 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT amplc_pc236.o -MD -MP -MF ".deps/amplc_pc236.Tpo" \
  -c -o amplc_pc236.o `test -f 'amplc_pc236.c' || echo './'`amplc_pc236.c; \
then mv -f ".deps/amplc_pc236.Tpo" ".deps/amplc_pc236.Po"; \
else rm -f ".deps/amplc_pc236.Tpo"; exit 1; \
fi
../../modtool --link -o amplc_pc236.ko  amplc_pc236.o  
ld -m elf_i386 -e stext -r -o amplc_pc236.ko amplc_pc236.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=amplc_pc263 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT amplc_pc263.o -MD -MP -MF ".deps/amplc_pc263.Tpo" \
  -c -o amplc_pc263.o `test -f 'amplc_pc263.c' || echo './'`amplc_pc263.c; \
then mv -f ".deps/amplc_pc263.Tpo" ".deps/amplc_pc263.Po"; \
else rm -f ".deps/amplc_pc263.Tpo"; exit 1; \
fi
../../modtool --link -o amplc_pc263.ko  amplc_pc263.o  
ld -m elf_i386 -e stext -r -o amplc_pc263.ko amplc_pc263.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=cb_pcidas -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT cb_pcidas.o -MD -MP -MF ".deps/cb_pcidas.Tpo" \
  -c -o cb_pcidas.o `test -f 'cb_pcidas.c' || echo './'`cb_pcidas.c; \
then mv -f ".deps/cb_pcidas.Tpo" ".deps/cb_pcidas.Po"; \
else rm -f ".deps/cb_pcidas.Tpo"; exit 1; \
fi
../../modtool --link -o cb_pcidas.ko  cb_pcidas.o  
ld -m elf_i386 -e stext -r -o cb_pcidas.ko cb_pcidas.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=cb_pcidas64 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT cb_pcidas64.o -MD -MP -MF ".deps/cb_pcidas64.Tpo" \
  -c -o cb_pcidas64.o `test -f 'cb_pcidas64.c' || echo './'`cb_pcidas64.c; \
then mv -f ".deps/cb_pcidas64.Tpo" ".deps/cb_pcidas64.Po"; \
else rm -f ".deps/cb_pcidas64.Tpo"; exit 1; \
fi
../../modtool --link -o cb_pcidas64.ko  cb_pcidas64.o  
ld -m elf_i386 -e stext -r -o cb_pcidas64.ko cb_pcidas64.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=cb_pcidda -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT cb_pcidda.o -MD -MP -MF ".deps/cb_pcidda.Tpo" \
  -c -o cb_pcidda.o `test -f 'cb_pcidda.c' || echo './'`cb_pcidda.c; \
then mv -f ".deps/cb_pcidda.Tpo" ".deps/cb_pcidda.Po"; \
else rm -f ".deps/cb_pcidda.Tpo"; exit 1; \
fi
../../modtool --link -o cb_pcidda.ko  cb_pcidda.o  
ld -m elf_i386 -e stext -r -o cb_pcidda.ko cb_pcidda.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=cb_pcimdas -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT cb_pcimdas.o -MD -MP -MF ".deps/cb_pcimdas.Tpo" \
  -c -o cb_pcimdas.o `test -f 'cb_pcimdas.c' || echo './'`cb_pcimdas.c; \
then mv -f ".deps/cb_pcimdas.Tpo" ".deps/cb_pcimdas.Po"; \
else rm -f ".deps/cb_pcimdas.Tpo"; exit 1; \
fi
../../modtool --link -o cb_pcimdas.ko  cb_pcimdas.o  
ld -m elf_i386 -e stext -r -o cb_pcimdas.ko cb_pcimdas.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=cb_pcimdda -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT cb_pcimdda.o -MD -MP -MF ".deps/cb_pcimdda.Tpo" \
  -c -o cb_pcimdda.o `test -f 'cb_pcimdda.c' || echo './'`cb_pcimdda.c; \
then mv -f ".deps/cb_pcimdda.Tpo" ".deps/cb_pcimdda.Po"; \
else rm -f ".deps/cb_pcimdda.Tpo"; exit 1; \
fi
../../modtool --link -o cb_pcimdda.ko  cb_pcimdda.o  
ld -m elf_i386 -e stext -r -o cb_pcimdda.ko cb_pcimdda.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=comedi_fc -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -DEXPORT_SYMTAB -D__KERNEL__ -MT comedi_fc_ko-comedi_fc.o -MD -MP -MF ".deps/comedi_fc_ko-comedi_fc.Tpo" \
  -c -o comedi_fc_ko-comedi_fc.o `test -f 'comedi_fc.c' || echo './'`comedi_fc.c; \
then mv -f ".deps/comedi_fc_ko-comedi_fc.Tpo" ".deps/comedi_fc_ko-comedi_fc.Po"; \
else rm -f ".deps/comedi_fc_ko-comedi_fc.Tpo"; exit 1; \
fi
../../modtool --link -o comedi_fc.ko  comedi_fc_ko-comedi_fc.o  
ld -m elf_i386 -e stext -r -o comedi_fc.ko comedi_fc_ko-comedi_fc.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=contec_pci_dio -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT contec_pci_dio.o -MD -MP -MF ".deps/contec_pci_dio.Tpo" \
  -c -o contec_pci_dio.o `test -f 'contec_pci_dio.c' || echo './'`contec_pci_dio.c; \
then mv -f ".deps/contec_pci_dio.Tpo" ".deps/contec_pci_dio.Po"; \
else rm -f ".deps/contec_pci_dio.Tpo"; exit 1; \
fi
../../modtool --link -o contec_pci_dio.ko  contec_pci_dio.o  
ld -m elf_i386 -e stext -r -o contec_pci_dio.ko contec_pci_dio.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=daqboard2000 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT daqboard2000.o -MD -MP -MF ".deps/daqboard2000.Tpo" \
  -c -o daqboard2000.o `test -f 'daqboard2000.c' || echo './'`daqboard2000.c; \
then mv -f ".deps/daqboard2000.Tpo" ".deps/daqboard2000.Po"; \
else rm -f ".deps/daqboard2000.Tpo"; exit 1; \
fi
../../modtool --link -o daqboard2000.ko  daqboard2000.o  
ld -m elf_i386 -e stext -r -o daqboard2000.ko daqboard2000.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=das08 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -DEXPORT_SYMTAB -D__KERNEL__ -MT das08_ko-das08.o -MD -MP -MF ".deps/das08_ko-das08.Tpo" \
  -c -o das08_ko-das08.o `test -f 'das08.c' || echo './'`das08.c; \
then mv -f ".deps/das08_ko-das08.Tpo" ".deps/das08_ko-das08.Po"; \
else rm -f ".deps/das08_ko-das08.Tpo"; exit 1; \
fi
../../modtool --link -o das08.ko  das08_ko-das08.o  
ld -m elf_i386 -e stext -r -o das08.ko das08_ko-das08.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=das16 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT das16.o -MD -MP -MF ".deps/das16.Tpo" \
  -c -o das16.o `test -f 'das16.c' || echo './'`das16.c; \
then mv -f ".deps/das16.Tpo" ".deps/das16.Po"; \
else rm -f ".deps/das16.Tpo"; exit 1; \
fi
../../modtool --link -o das16.ko  das16.o  
ld -m elf_i386 -e stext -r -o das16.ko das16.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=das16m1 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT das16m1.o -MD -MP -MF ".deps/das16m1.Tpo" \
  -c -o das16m1.o `test -f 'das16m1.c' || echo './'`das16m1.c; \
then mv -f ".deps/das16m1.Tpo" ".deps/das16m1.Po"; \
else rm -f ".deps/das16m1.Tpo"; exit 1; \
fi
../../modtool --link -o das16m1.ko  das16m1.o  
ld -m elf_i386 -e stext -r -o das16m1.ko das16m1.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=das6402 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT das6402.o -MD -MP -MF ".deps/das6402.Tpo" \
  -c -o das6402.o `test -f 'das6402.c' || echo './'`das6402.c; \
then mv -f ".deps/das6402.Tpo" ".deps/das6402.Po"; \
else rm -f ".deps/das6402.Tpo"; exit 1; \
fi
../../modtool --link -o das6402.ko  das6402.o  
ld -m elf_i386 -e stext -r -o das6402.ko das6402.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=das800 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT das800.o -MD -MP -MF ".deps/das800.Tpo" \
  -c -o das800.o `test -f 'das800.c' || echo './'`das800.c; \
then mv -f ".deps/das800.Tpo" ".deps/das800.Po"; \
else rm -f ".deps/das800.Tpo"; exit 1; \
fi
../../modtool --link -o das800.ko  das800.o  
ld -m elf_i386 -e stext -r -o das800.ko das800.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=das1800 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT das1800.o -MD -MP -MF ".deps/das1800.Tpo" \
  -c -o das1800.o `test -f 'das1800.c' || echo './'`das1800.c; \
then mv -f ".deps/das1800.Tpo" ".deps/das1800.Po"; \
else rm -f ".deps/das1800.Tpo"; exit 1; \
fi
../../modtool --link -o das1800.ko  das1800.o  
ld -m elf_i386 -e stext -r -o das1800.ko das1800.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=dt2801 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT dt2801.o -MD -MP -MF ".deps/dt2801.Tpo" \
  -c -o dt2801.o `test -f 'dt2801.c' || echo './'`dt2801.c; \
then mv -f ".deps/dt2801.Tpo" ".deps/dt2801.Po"; \
else rm -f ".deps/dt2801.Tpo"; exit 1; \
fi
../../modtool --link -o dt2801.ko  dt2801.o  
ld -m elf_i386 -e stext -r -o dt2801.ko dt2801.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=dt2811 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT dt2811.o -MD -MP -MF ".deps/dt2811.Tpo" \
  -c -o dt2811.o `test -f 'dt2811.c' || echo './'`dt2811.c; \
then mv -f ".deps/dt2811.Tpo" ".deps/dt2811.Po"; \
else rm -f ".deps/dt2811.Tpo"; exit 1; \
fi
../../modtool --link -o dt2811.ko  dt2811.o  
ld -m elf_i386 -e stext -r -o dt2811.ko dt2811.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=dt2814 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT dt2814.o -MD -MP -MF ".deps/dt2814.Tpo" \
  -c -o dt2814.o `test -f 'dt2814.c' || echo './'`dt2814.c; \
then mv -f ".deps/dt2814.Tpo" ".deps/dt2814.Po"; \
else rm -f ".deps/dt2814.Tpo"; exit 1; \
fi
../../modtool --link -o dt2814.ko  dt2814.o  
ld -m elf_i386 -e stext -r -o dt2814.ko dt2814.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=dt2815 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT dt2815.o -MD -MP -MF ".deps/dt2815.Tpo" \
  -c -o dt2815.o `test -f 'dt2815.c' || echo './'`dt2815.c; \
then mv -f ".deps/dt2815.Tpo" ".deps/dt2815.Po"; \
else rm -f ".deps/dt2815.Tpo"; exit 1; \
fi
../../modtool --link -o dt2815.ko  dt2815.o  
ld -m elf_i386 -e stext -r -o dt2815.ko dt2815.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=dt2817 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT dt2817.o -MD -MP -MF ".deps/dt2817.Tpo" \
  -c -o dt2817.o `test -f 'dt2817.c' || echo './'`dt2817.c; \
then mv -f ".deps/dt2817.Tpo" ".deps/dt2817.Po"; \
else rm -f ".deps/dt2817.Tpo"; exit 1; \
fi
../../modtool --link -o dt2817.ko  dt2817.o  
ld -m elf_i386 -e stext -r -o dt2817.ko dt2817.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=dt282x -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT dt282x.o -MD -MP -MF ".deps/dt282x.Tpo" \
  -c -o dt282x.o `test -f 'dt282x.c' || echo './'`dt282x.c; \
then mv -f ".deps/dt282x.Tpo" ".deps/dt282x.Po"; \
else rm -f ".deps/dt282x.Tpo"; exit 1; \
fi
../../modtool --link -o dt282x.ko  dt282x.o  
ld -m elf_i386 -e stext -r -o dt282x.ko dt282x.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=dt3000 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT dt3000.o -MD -MP -MF ".deps/dt3000.Tpo" \
  -c -o dt3000.o `test -f 'dt3000.c' || echo './'`dt3000.c; \
then mv -f ".deps/dt3000.Tpo" ".deps/dt3000.Po"; \
else rm -f ".deps/dt3000.Tpo"; exit 1; \
fi
../../modtool --link -o dt3000.ko  dt3000.o  
ld -m elf_i386 -e stext -r -o dt3000.ko dt3000.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=fl512 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT fl512.o -MD -MP -MF ".deps/fl512.Tpo" \
  -c -o fl512.o `test -f 'fl512.c' || echo './'`fl512.c; \
then mv -f ".deps/fl512.Tpo" ".deps/fl512.Po"; \
else rm -f ".deps/fl512.Tpo"; exit 1; \
fi
../../modtool --link -o fl512.ko  fl512.o  
ld -m elf_i386 -e stext -r -o fl512.ko fl512.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=gsc_hpdi -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT gsc_hpdi.o -MD -MP -MF ".deps/gsc_hpdi.Tpo" \
  -c -o gsc_hpdi.o `test -f 'gsc_hpdi.c' || echo './'`gsc_hpdi.c; \
then mv -f ".deps/gsc_hpdi.Tpo" ".deps/gsc_hpdi.Po"; \
else rm -f ".deps/gsc_hpdi.Tpo"; exit 1; \
fi
../../modtool --link -o gsc_hpdi.ko  gsc_hpdi.o  
ld -m elf_i386 -e stext -r -o gsc_hpdi.ko gsc_hpdi.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ii_pci20kc -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ii_pci20kc.o -MD -MP -MF ".deps/ii_pci20kc.Tpo" \
  -c -o ii_pci20kc.o `test -f 'ii_pci20kc.c' || echo './'`ii_pci20kc.c; \
then mv -f ".deps/ii_pci20kc.Tpo" ".deps/ii_pci20kc.Po"; \
else rm -f ".deps/ii_pci20kc.Tpo"; exit 1; \
fi
../../modtool --link -o ii_pci20kc.ko  ii_pci20kc.o  
ld -m elf_i386 -e stext -r -o ii_pci20kc.ko ii_pci20kc.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=icp_multi -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT icp_multi.o -MD -MP -MF ".deps/icp_multi.Tpo" \
  -c -o icp_multi.o `test -f 'icp_multi.c' || echo './'`icp_multi.c; \
then mv -f ".deps/icp_multi.Tpo" ".deps/icp_multi.Po"; \
else rm -f ".deps/icp_multi.Tpo"; exit 1; \
fi
../../modtool --link -o icp_multi.ko  icp_multi.o  
ld -m elf_i386 -e stext -r -o icp_multi.ko icp_multi.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ke_counter -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ke_counter.o -MD -MP -MF ".deps/ke_counter.Tpo" \
  -c -o ke_counter.o `test -f 'ke_counter.c' || echo './'`ke_counter.c; \
then mv -f ".deps/ke_counter.Tpo" ".deps/ke_counter.Po"; \
else rm -f ".deps/ke_counter.Tpo"; exit 1; \
fi
../../modtool --link -o ke_counter.ko  ke_counter.o  
ld -m elf_i386 -e stext -r -o ke_counter.ko ke_counter.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=me_daq -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT me_daq.o -MD -MP -MF ".deps/me_daq.Tpo" \
  -c -o me_daq.o `test -f 'me_daq.c' || echo './'`me_daq.c; \
then mv -f ".deps/me_daq.Tpo" ".deps/me_daq.Po"; \
else rm -f ".deps/me_daq.Tpo"; exit 1; \
fi
../../modtool --link -o me_daq.ko  me_daq.o  
ld -m elf_i386 -e stext -r -o me_daq.ko me_daq.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=me4000 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT me4000.o -MD -MP -MF ".deps/me4000.Tpo" \
  -c -o me4000.o `test -f 'me4000.c' || echo './'`me4000.c; \
then mv -f ".deps/me4000.Tpo" ".deps/me4000.Po"; \
else rm -f ".deps/me4000.Tpo"; exit 1; \
fi
../../modtool --link -o me4000.ko  me4000.o  
ld -m elf_i386 -e stext -r -o me4000.ko me4000.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=mite -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -DEXPORT_SYMTAB -D__KERNEL__ -MT mite_ko-mite.o -MD -MP -MF ".deps/mite_ko-mite.Tpo" \
  -c -o mite_ko-mite.o `test -f 'mite.c' || echo './'`mite.c; \
then mv -f ".deps/mite_ko-mite.Tpo" ".deps/mite_ko-mite.Po"; \
else rm -f ".deps/mite_ko-mite.Tpo"; exit 1; \
fi
../../modtool --link -o mite.ko  mite_ko-mite.o  
ld -m elf_i386 -e stext -r -o mite.ko mite_ko-mite.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=multiq3 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT multiq3.o -MD -MP -MF ".deps/multiq3.Tpo" \
  -c -o multiq3.o `test -f 'multiq3.c' || echo './'`multiq3.c; \
then mv -f ".deps/multiq3.Tpo" ".deps/multiq3.Po"; \
else rm -f ".deps/multiq3.Tpo"; exit 1; \
fi
../../modtool --link -o multiq3.ko  multiq3.o  
ld -m elf_i386 -e stext -r -o multiq3.ko multiq3.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_660x -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ni_660x.o -MD -MP -MF ".deps/ni_660x.Tpo" \
  -c -o ni_660x.o `test -f 'ni_660x.c' || echo './'`ni_660x.c; \
then mv -f ".deps/ni_660x.Tpo" ".deps/ni_660x.Po"; \
else rm -f ".deps/ni_660x.Tpo"; exit 1; \
fi
../../modtool --link -o ni_660x.ko  ni_660x.o  
ld -m elf_i386 -e stext -r -o ni_660x.ko ni_660x.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_670x -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ni_670x.o -MD -MP -MF ".deps/ni_670x.Tpo" \
  -c -o ni_670x.o `test -f 'ni_670x.c' || echo './'`ni_670x.c; \
then mv -f ".deps/ni_670x.Tpo" ".deps/ni_670x.Po"; \
else rm -f ".deps/ni_670x.Tpo"; exit 1; \
fi
../../modtool --link -o ni_670x.ko  ni_670x.o  
ld -m elf_i386 -e stext -r -o ni_670x.ko ni_670x.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_atmio -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ni_atmio.o -MD -MP -MF ".deps/ni_atmio.Tpo" \
  -c -o ni_atmio.o `test -f 'ni_atmio.c' || echo './'`ni_atmio.c; \
then mv -f ".deps/ni_atmio.Tpo" ".deps/ni_atmio.Po"; \
else rm -f ".deps/ni_atmio.Tpo"; exit 1; \
fi
../../modtool --link -o ni_atmio.ko  ni_atmio.o  
ld -m elf_i386 -e stext -r -o ni_atmio.ko ni_atmio.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_pcimio -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ni_pcimio.o -MD -MP -MF ".deps/ni_pcimio.Tpo" \
  -c -o ni_pcimio.o `test -f 'ni_pcimio.c' || echo './'`ni_pcimio.c; \
then mv -f ".deps/ni_pcimio.Tpo" ".deps/ni_pcimio.Po"; \
else rm -f ".deps/ni_pcimio.Tpo"; exit 1; \
fi
../../modtool --link -o ni_pcimio.ko  ni_pcimio.o  
ld -m elf_i386 -e stext -r -o ni_pcimio.ko ni_pcimio.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_pcidio -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ni_pcidio.o -MD -MP -MF ".deps/ni_pcidio.Tpo" \
  -c -o ni_pcidio.o `test -f 'ni_pcidio.c' || echo './'`ni_pcidio.c; \
then mv -f ".deps/ni_pcidio.Tpo" ".deps/ni_pcidio.Po"; \
else rm -f ".deps/ni_pcidio.Tpo"; exit 1; \
fi
../../modtool --link -o ni_pcidio.ko  ni_pcidio.o  
ld -m elf_i386 -e stext -r -o ni_pcidio.ko ni_pcidio.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_6527 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ni_6527.o -MD -MP -MF ".deps/ni_6527.Tpo" \
  -c -o ni_6527.o `test -f 'ni_6527.c' || echo './'`ni_6527.c; \
then mv -f ".deps/ni_6527.Tpo" ".deps/ni_6527.Po"; \
else rm -f ".deps/ni_6527.Tpo"; exit 1; \
fi
../../modtool --link -o ni_6527.ko  ni_6527.o  
ld -m elf_i386 -e stext -r -o ni_6527.ko ni_6527.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_atmio16d -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ni_atmio16d.o -MD -MP -MF ".deps/ni_atmio16d.Tpo" \
  -c -o ni_atmio16d.o `test -f 'ni_atmio16d.c' || echo './'`ni_atmio16d.c; \
then mv -f ".deps/ni_atmio16d.Tpo" ".deps/ni_atmio16d.Po"; \
else rm -f ".deps/ni_atmio16d.Tpo"; exit 1; \
fi
../../modtool --link -o ni_atmio16d.ko  ni_atmio16d.o  
ld -m elf_i386 -e stext -r -o ni_atmio16d.ko ni_atmio16d.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_at_a2150 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ni_at_a2150.o -MD -MP -MF ".deps/ni_at_a2150.Tpo" \
  -c -o ni_at_a2150.o `test -f 'ni_at_a2150.c' || echo './'`ni_at_a2150.c; \
then mv -f ".deps/ni_at_a2150.Tpo" ".deps/ni_at_a2150.Po"; \
else rm -f ".deps/ni_at_a2150.Tpo"; exit 1; \
fi
../../modtool --link -o ni_at_a2150.ko  ni_at_a2150.o  
ld -m elf_i386 -e stext -r -o ni_at_a2150.ko ni_at_a2150.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_labpc -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -DEXPORT_SYMTAB -D__KERNEL__ -MT ni_labpc_ko-ni_labpc.o -MD -MP -MF ".deps/ni_labpc_ko-ni_labpc.Tpo" \
  -c -o ni_labpc_ko-ni_labpc.o `test -f 'ni_labpc.c' || echo './'`ni_labpc.c; \
then mv -f ".deps/ni_labpc_ko-ni_labpc.Tpo" ".deps/ni_labpc_ko-ni_labpc.Po"; \
else rm -f ".deps/ni_labpc_ko-ni_labpc.Tpo"; exit 1; \
fi
../../modtool --link -o ni_labpc.ko  ni_labpc_ko-ni_labpc.o  
ld -m elf_i386 -e stext -r -o ni_labpc.ko ni_labpc_ko-ni_labpc.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_at_ao -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ni_at_ao.o -MD -MP -MF ".deps/ni_at_ao.Tpo" \
  -c -o ni_at_ao.o `test -f 'ni_at_ao.c' || echo './'`ni_at_ao.c; \
then mv -f ".deps/ni_at_ao.Tpo" ".deps/ni_at_ao.Po"; \
else rm -f ".deps/ni_at_ao.Tpo"; exit 1; \
fi
../../modtool --link -o ni_at_ao.ko  ni_at_ao.o  
ld -m elf_i386 -e stext -r -o ni_at_ao.ko ni_at_ao.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=pcm3730 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT pcm3730.o -MD -MP -MF ".deps/pcm3730.Tpo" \
  -c -o pcm3730.o `test -f 'pcm3730.c' || echo './'`pcm3730.c; \
then mv -f ".deps/pcm3730.Tpo" ".deps/pcm3730.Po"; \
else rm -f ".deps/pcm3730.Tpo"; exit 1; \
fi
../../modtool --link -o pcm3730.ko  pcm3730.o  
ld -m elf_i386 -e stext -r -o pcm3730.ko pcm3730.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=pcmad -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT pcmad.o -MD -MP -MF ".deps/pcmad.Tpo" \
  -c -o pcmad.o `test -f 'pcmad.c' || echo './'`pcmad.c; \
then mv -f ".deps/pcmad.Tpo" ".deps/pcmad.Po"; \
else rm -f ".deps/pcmad.Tpo"; exit 1; \
fi
../../modtool --link -o pcmad.ko  pcmad.o  
ld -m elf_i386 -e stext -r -o pcmad.ko pcmad.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=poc -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT poc.o -MD -MP -MF ".deps/poc.Tpo" \
  -c -o poc.o `test -f 'poc.c' || echo './'`poc.c; \
then mv -f ".deps/poc.Tpo" ".deps/poc.Po"; \
else rm -f ".deps/poc.Tpo"; exit 1; \
fi
../../modtool --link -o poc.ko  poc.o  
ld -m elf_i386 -e stext -r -o poc.ko poc.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=pcl711 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT pcl711.o -MD -MP -MF ".deps/pcl711.Tpo" \
  -c -o pcl711.o `test -f 'pcl711.c' || echo './'`pcl711.c; \
then mv -f ".deps/pcl711.Tpo" ".deps/pcl711.Po"; \
else rm -f ".deps/pcl711.Tpo"; exit 1; \
fi
../../modtool --link -o pcl711.ko  pcl711.o  
ld -m elf_i386 -e stext -r -o pcl711.ko pcl711.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=pcl724 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT pcl724.o -MD -MP -MF ".deps/pcl724.Tpo" \
  -c -o pcl724.o `test -f 'pcl724.c' || echo './'`pcl724.c; \
then mv -f ".deps/pcl724.Tpo" ".deps/pcl724.Po"; \
else rm -f ".deps/pcl724.Tpo"; exit 1; \
fi
../../modtool --link -o pcl724.ko  pcl724.o  
ld -m elf_i386 -e stext -r -o pcl724.ko pcl724.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=pcl725 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT pcl725.o -MD -MP -MF ".deps/pcl725.Tpo" \
  -c -o pcl725.o `test -f 'pcl725.c' || echo './'`pcl725.c; \
then mv -f ".deps/pcl725.Tpo" ".deps/pcl725.Po"; \
else rm -f ".deps/pcl725.Tpo"; exit 1; \
fi
../../modtool --link -o pcl725.ko  pcl725.o  
ld -m elf_i386 -e stext -r -o pcl725.ko pcl725.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=pcl726 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT pcl726.o -MD -MP -MF ".deps/pcl726.Tpo" \
  -c -o pcl726.o `test -f 'pcl726.c' || echo './'`pcl726.c; \
then mv -f ".deps/pcl726.Tpo" ".deps/pcl726.Po"; \
else rm -f ".deps/pcl726.Tpo"; exit 1; \
fi
../../modtool --link -o pcl726.ko  pcl726.o  
ld -m elf_i386 -e stext -r -o pcl726.ko pcl726.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=pcl812 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT pcl812.o -MD -MP -MF ".deps/pcl812.Tpo" \
  -c -o pcl812.o `test -f 'pcl812.c' || echo './'`pcl812.c; \
then mv -f ".deps/pcl812.Tpo" ".deps/pcl812.Po"; \
else rm -f ".deps/pcl812.Tpo"; exit 1; \
fi
../../modtool --link -o pcl812.ko  pcl812.o  
ld -m elf_i386 -e stext -r -o pcl812.ko pcl812.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=pcl816 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT pcl816.o -MD -MP -MF ".deps/pcl816.Tpo" \
  -c -o pcl816.o `test -f 'pcl816.c' || echo './'`pcl816.c; \
then mv -f ".deps/pcl816.Tpo" ".deps/pcl816.Po"; \
else rm -f ".deps/pcl816.Tpo"; exit 1; \
fi
../../modtool --link -o pcl816.ko  pcl816.o  
ld -m elf_i386 -e stext -r -o pcl816.ko pcl816.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=pcl818 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT pcl818.o -MD -MP -MF ".deps/pcl818.Tpo" \
  -c -o pcl818.o `test -f 'pcl818.c' || echo './'`pcl818.c; \
then mv -f ".deps/pcl818.Tpo" ".deps/pcl818.Po"; \
else rm -f ".deps/pcl818.Tpo"; exit 1; \
fi
../../modtool --link -o pcl818.ko  pcl818.o  
ld -m elf_i386 -e stext -r -o pcl818.ko pcl818.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=comedi_parport -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT comedi_parport.o -MD -MP -MF ".deps/comedi_parport.Tpo" \
  -c -o comedi_parport.o `test -f 'comedi_parport.c' || echo './'`comedi_parport.c; \
then mv -f ".deps/comedi_parport.Tpo" ".deps/comedi_parport.Po"; \
else rm -f ".deps/comedi_parport.Tpo"; exit 1; \
fi
../../modtool --link -o comedi_parport.ko  comedi_parport.o  
ld -m elf_i386 -e stext -r -o comedi_parport.ko comedi_parport.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=rtd520 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT rtd520.o -MD -MP -MF ".deps/rtd520.Tpo" \
  -c -o rtd520.o `test -f 'rtd520.c' || echo './'`rtd520.c; \
then mv -f ".deps/rtd520.Tpo" ".deps/rtd520.Po"; \
else rm -f ".deps/rtd520.Tpo"; exit 1; \
fi
../../modtool --link -o rtd520.ko  rtd520.o  
ld -m elf_i386 -e stext -r -o rtd520.ko rtd520.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=rti800 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT rti800.o -MD -MP -MF ".deps/rti800.Tpo" \
  -c -o rti800.o `test -f 'rti800.c' || echo './'`rti800.c; \
then mv -f ".deps/rti800.Tpo" ".deps/rti800.Po"; \
else rm -f ".deps/rti800.Tpo"; exit 1; \
fi
../../modtool --link -o rti800.ko  rti800.o  
ld -m elf_i386 -e stext -r -o rti800.ko rti800.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=rti802 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT rti802.o -MD -MP -MF ".deps/rti802.Tpo" \
  -c -o rti802.o `test -f 'rti802.c' || echo './'`rti802.c; \
then mv -f ".deps/rti802.Tpo" ".deps/rti802.Po"; \
else rm -f ".deps/rti802.Tpo"; exit 1; \
fi
../../modtool --link -o rti802.ko  rti802.o  
ld -m elf_i386 -e stext -r -o rti802.ko rti802.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=skel -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT skel.o -MD -MP -MF ".deps/skel.Tpo" \
  -c -o skel.o `test -f 'skel.c' || echo './'`skel.c; \
then mv -f ".deps/skel.Tpo" ".deps/skel.Po"; \
else rm -f ".deps/skel.Tpo"; exit 1; \
fi
../../modtool --link -o skel.ko  skel.o  
ld -m elf_i386 -e stext -r -o skel.ko skel.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ssv_dnp -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ssv_dnp.o -MD -MP -MF ".deps/ssv_dnp.Tpo" \
  -c -o ssv_dnp.o `test -f 'ssv_dnp.c' || echo './'`ssv_dnp.c; \
then mv -f ".deps/ssv_dnp.Tpo" ".deps/ssv_dnp.Po"; \
else rm -f ".deps/ssv_dnp.Tpo"; exit 1; \
fi
../../modtool --link -o ssv_dnp.ko  ssv_dnp.o  
ld -m elf_i386 -e stext -r -o ssv_dnp.ko ssv_dnp.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=comedi_test -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT comedi_test.o -MD -MP -MF ".deps/comedi_test.Tpo" \
  -c -o comedi_test.o `test -f 'comedi_test.c' || echo './'`comedi_test.c; \
then mv -f ".deps/comedi_test.Tpo" ".deps/comedi_test.Po"; \
else rm -f ".deps/comedi_test.Tpo"; exit 1; \
fi
../../modtool --link -o comedi_test.ko  comedi_test.o  
ld -m elf_i386 -e stext -r -o comedi_test.ko comedi_test.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=cb_das16_cs -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT cb_das16_cs.o -MD -MP -MF ".deps/cb_das16_cs.Tpo" \
  -c -o cb_das16_cs.o `test -f 'cb_das16_cs.c' || echo './'`cb_das16_cs.c; \
then mv -f ".deps/cb_das16_cs.Tpo" ".deps/cb_das16_cs.Po"; \
else rm -f ".deps/cb_das16_cs.Tpo"; exit 1; \
fi
../../modtool --link -o cb_das16_cs.ko  cb_das16_cs.o  
ld -m elf_i386 -e stext -r -o cb_das16_cs.ko cb_das16_cs.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=das08_cs -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT das08_cs.o -MD -MP -MF ".deps/das08_cs.Tpo" \
  -c -o das08_cs.o `test -f 'das08_cs.c' || echo './'`das08_cs.c; \
then mv -f ".deps/das08_cs.Tpo" ".deps/das08_cs.Po"; \
else rm -f ".deps/das08_cs.Tpo"; exit 1; \
fi
../../modtool --link -o das08_cs.ko  das08_cs.o  
ld -m elf_i386 -e stext -r -o das08_cs.ko das08_cs.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_daq_dio24 -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ni_daq_dio24.o -MD -MP -MF ".deps/ni_daq_dio24.Tpo" \
  -c -o ni_daq_dio24.o `test -f 'ni_daq_dio24.c' || echo './'`ni_daq_dio24.c; \
then mv -f ".deps/ni_daq_dio24.Tpo" ".deps/ni_daq_dio24.Po"; \
else rm -f ".deps/ni_daq_dio24.Tpo"; exit 1; \
fi
../../modtool --link -o ni_daq_dio24.ko  ni_daq_dio24.o  
ld -m elf_i386 -e stext -r -o ni_daq_dio24.ko ni_daq_dio24.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_mio_cs -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ni_mio_cs.o -MD -MP -MF ".deps/ni_mio_cs.Tpo" \
  -c -o ni_mio_cs.o `test -f 'ni_mio_cs.c' || echo './'`ni_mio_cs.c; \
then mv -f ".deps/ni_mio_cs.Tpo" ".deps/ni_mio_cs.Po"; \
else rm -f ".deps/ni_mio_cs.Tpo"; exit 1; \
fi
../../modtool --link -o ni_mio_cs.ko  ni_mio_cs.o  
ld -m elf_i386 -e stext -r -o ni_mio_cs.ko ni_mio_cs.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=ni_labpc_cs -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT ni_labpc_cs.o -MD -MP -MF ".deps/ni_labpc_cs.Tpo" \
  -c -o ni_labpc_cs.o `test -f 'ni_labpc_cs.c' || echo './'`ni_labpc_cs.c; \
then mv -f ".deps/ni_labpc_cs.Tpo" ".deps/ni_labpc_cs.Po"; \
else rm -f ".deps/ni_labpc_cs.Tpo"; exit 1; \
fi
../../modtool --link -o ni_labpc_cs.ko  ni_labpc_cs.o  
ld -m elf_i386 -e stext -r -o ni_labpc_cs.ko ni_labpc_cs.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=quatech_daqp_cs -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT quatech_daqp_cs.o -MD -MP -MF ".deps/quatech_daqp_cs.Tpo" \
  -c -o quatech_daqp_cs.o `test -f 'quatech_daqp_cs.c' || echo './'`quatech_daqp_cs.c; \
then mv -f ".deps/quatech_daqp_cs.Tpo" ".deps/quatech_daqp_cs.Po"; \
else rm -f ".deps/quatech_daqp_cs.Tpo"; exit 1; \
fi
../../modtool --link -o quatech_daqp_cs.ko  quatech_daqp_cs.o  
ld -m elf_i386 -e stext -r -o quatech_daqp_cs.ko quatech_daqp_cs.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../include/ -DKBUILD_MODNAME=usbdux -D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODULE -D__MODULE_KERNEL_i586=1 -D__BOOT_KERNEL_ENTERPRISE=0 -D__BOOT_KERNEL_UP=1 -D__BOOT_KERNEL_SMP=0 -D__BOOT_KERNEL_BIGMEM=0 -D__BOOT_KERNEL_HUGEMEM=0   -D__KERNEL__ -MT usbdux.o -MD -MP -MF ".deps/usbdux.Tpo" \
  -c -o usbdux.o `test -f 'usbdux.c' || echo './'`usbdux.c; \
then mv -f ".deps/usbdux.Tpo" ".deps/usbdux.Po"; \
else rm -f ".deps/usbdux.Tpo"; exit 1; \
fi
usbdux.c:2702: unknown field `owner' specified in initializer
usbdux.c:2702: warning: initialization from incompatible pointer type
make[3]: *** [usbdux.o] Fehler 1
make[3]: Verlassen des Verzeichnisses »/usr/spindle/src/comedi/comedi-0.7.68/comedi/drivers«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses »/usr/spindle/src/comedi/comedi-0.7.68/comedi«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses »/usr/spindle/src/comedi/comedi-0.7.68«
make: *** [all] Fehler 2

Received on 2004-04-03Z19:15:23