PDA

View Full Version : Invalid module format, Pentium4 vs preempt 386



Parcye
08-12-2005, 10:37 PM
Hi,

I have at one point installed a newer GCC to the GCC the kernel was compiled with.

I thoung I had fixed it all, but only one thing left I can not fix.

I compile in "2.6.11 SMP PENTIUM4 gcc-3.3" and it should be "2.6.11 SMP preempt 386 gcc-3.3"

How can I get that last part fixed, so I can compile my acx-pci modules.

Regards,

Colin

Parcye
08-13-2005, 02:08 AM
Not going to bed and hanging around on the web as given me some more steps to get closer. I have now managed to compile it again and do not get this message anymore.

Currently I am stuck on a 'smp_processor_id' message. This because I should turn of the SMP. I have turned this of but now get the message the "2.6.11 preempt 386 gcc-3.3" and it should be "2.6.11 SMP preempt 386 gcc-3.3".

How do I make 'insmod' accept that "2.6.11 preempt 386 gcc-3.3" is the leading setup and I do not have a SMP and do not want SMP because with SMP acx111 drivers do NOT eat SMP.