- From: Ian Abbott <abbotti_at_mev.co.uk>
- Date: Tue, 04 Jul 2006 16:06:41 +0100
On 04/07/2006 14:43, Raul Herrera wrote: > ok, i'm getting this in the dmesg: > > [4294696.114000] comedi: Unknown symbol rt_request_srq > [4294696.114000] comedi: Unknown symbol rt_shutdown_irq > [4294696.115000] comedi: Unknown symbol rt_enable_irq > [4294696.115000 ] comedi: Unknown symbol rt_printk > [4294696.115000] comedi: Unknown symbol rt_pend_linux_srq > [4294696.115000] comedi: Unknown symbol rt_startup_irq > [4294696.115000] comedi: Unknown symbol rt_free_srq > [4294696.115000 ] comedi: Unknown symbol rt_request_irq > [4294696.115000] comedi: Unknown symbol rt_release_irq > [4294696.142000] comedi: version magic '2.6.15.7-rtai preempt PENTIUM4 > gcc-4.0' should be '2.6.15.7-rtai preempt PENTIUM4 gcc-3.4' You built comedi with gcc 4.0, but the kernel was built with gcc 3.4. The gcc versions need to be similar (i.e. for gcc x.y.z, the x.y should match, but the .z doesn't matter). If reconfiguring your system to use gcc 3.4 is inconvenient, you could try building a new kernel with gcc 4.0. -- -=( Ian Abbott _at_ MEV Ltd. E-mail: <abbotti_at_mev.co.uk> )=- -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=-
Received on 2006-07-04Z14:06:41