This is a discussion on lirc with gcc-3.4 within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi all, I hope somebody can help me with an lirc and gcc problem. I'm running Slackware10 with Linux-2.6.7 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, I hope somebody can help me with an lirc and gcc problem. I'm running Slackware10 with Linux-2.6.7 and gcc-3.4.2, and I've compiled the latest lirc from cvs. But when I try to load it with 'modprobe lirc_serial' it gives me this: WARNING: Error inserting lirc_dev (/lib/modules/2.6.7/misc/lirc_dev.ko): Invalid module format FATAL: Error inserting lirc_serial (/lib/modules/2.6.7/misc/lirc_serial.ko): Invalid module format And dmesg tells me this: lirc_dev: version magic '2.6.7 486 gcc-3.4' should be '2.6.7 486 gcc-3.3' lirc_dev: version magic '2.6.7 486 gcc-3.4' should be '2.6.7 486 gcc-3.3' lirc_serial: version magic '2.6.7 486 gcc-3.4' should be '2.6.7 486 gcc-3.3' lirc_dev: version magic '2.6.7 486 gcc-3.4' should be '2.6.7 486 gcc-3.3' lirc_serial: version magic '2.6.7 486 gcc-3.4' should be '2.6.7 486 gcc-3.3' lirc_dev: version magic '2.6.7 486 gcc-3.4' should be '2.6.7 486 gcc-3.3' lirc_serial: version magic '2.6.7 486 gcc-3.4' should be '2.6.7 486 gcc-3.3' So lirc doesn't work with gcc-3.4 and needs gcc-3.3. Is there anything I can do to make it work with gcc-3.4 or do I just need to install gcc-3.3? -- .......GNU...... Omnis enim res, quae dando non deficit, dum habetur et non datur, nondum habetur, quomodo habenda est. |
| |||
| On Sun, 03 Oct 2004 13:58:56 +0200, Alex wrote: > Hi all, I hope somebody can help me with an lirc and gcc problem. > And dmesg tells me this: > > lirc_dev: version magic '2.6.7 486 gcc-3.4' should be '2.6.7 486 gcc-3.3' > So lirc doesn't work with gcc-3.4 and needs gcc-3.3. Is there anything I > can do to make it work with gcc-3.4 or do I just need to install gcc-3.3? no, this means that your kernel are your kernel modules are not compiled with same gcc, so you should recompile them. i. |
| ||||
| On Sun, 03 Oct 2004 15:39:01 +0200, Ivan said this: > no, this means that your kernel are your kernel modules are not compiled > with same gcc, so you should recompile them. > > i. Ok thanks will try that asap. -- .......GNU...... Omnis enim res, quae dando non deficit, dum habetur et non datur, nondum habetur, quomodo habenda est. |