- From: Eric Hudson <ehudson_at_midlandhome.net>
- Date: Thu, 10 Feb 2005 10:09:39 -0600
Hello all, I followed the comedi installation instructions in the INSTALL file and downloaded comedi-0.7.68.tar.gz and extracted it. I then ran ./configure and it ran successfully with no errors. However, when I run make I get the following errors: cb_pcidas.c:1519: warning: unused variable `retval' ../../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/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -Os -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i386 -DMODULE -DMODVERSIONS -include /usr/src/kernel-source-2.4.27/include/linux/modversions.h -DMODULE -DMODVERSIONS -include /usr/src/kernel-source-2.4.27/include/linux/modversions.h -D__MODULE_KERNEL_i386=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 -g -O2 -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 make[3]: *** [cb_pcidas64.o] Segmentation fault make[3]: Leaving directory `/usr/src/comedi-0.7.68/comedi/drivers' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/comedi-0.7.68/comedi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/comedi-0.7.68' make: *** [all] Error 2 I also have automake1.7 installed. Thanks, Eric.
Received on 2005-02-10Z16:09:39