- From: Nick Iorio <niorio_at_jmar.com>
- Date: Thu, 27 Jan 2005 09:13:40 -0800
I'm using Fedora Core 2 and I've had to install a gcc 3.2.3 compiler so my Matlab compiler works. However, it appears that comedi needs the 3.3.3 compiler. When I did configure I added CC=/usr/bin/gcc to use the compiler but when I do modprobe I get the following errors. Is there a way: 1) I can force comedi to use 3.3.3? But, then will I have a problem compiling and linking Matlab 3.2.3 code with comedi 3.3.3 code? 2) Can I use an older version of comedi that uses 3.2.3? I need external clock and external trigger for PCI DAS 4020/12. /sbin/modprobe cb_pcidas WARNING: Error inserting comedi (/lib/modules/2.6.5-1.358/comedi/comedi.ko): Invalid module format WARNING: Error inserting 8255 (/lib/modules/2.6.5-1.358/comedi/8255.ko): Invalid module format WARNING: Error inserting comedi_fc (/lib/modules/2.6.5-1.358/comedi/comedi_fc.ko): Invalid module format FATAL: Error inserting cb_pcidas (/lib/modules/2.6.5-1.358/comedi/cb_pcidas.ko): Invalid module format dmesg: comedi: version magic '2.6.5-1.358 686 REGPARM 4KSTACKS gcc-3.2' should be '2.6.5-1.358 686 REGPARM 4KSTACKS gcc-3.3' 8255: version magic '2.6.5-1.358 686 REGPARM 4KSTACKS gcc-3.2' should be '2.6.5-1.358 686 REGPARM 4KSTACKS gcc-3.3' comedi_fc: version magic '2.6.5-1.358 686 REGPARM 4KSTACKS gcc-3.2' should be '2.6.5-1.358 686 REGPARM 4KSTACKS gcc-3.3' cb_pcidas: version magic '2.6.5-1.358 686 REGPARM 4KSTACKS gcc-3.2' should be '2.6.5-1.358 686 REGPARM 4KSTACKS gcc-3.3' thanks - nick
Received on 2005-01-27Z17:13:40