Arla on MkLinux (Linux-ppc)
Eric Cronin
ecronin at umich.edu
Tue Mar 17 04:34:32 CET 1998
Ok. I've messed with the kernel module some now. Thanks to glibc and
mklinux generally agreeing to disagree, there are redefines left and
right. I have tried resolving this by backing up the include files in
question and bracketing the offending #defines and typedefs in #ifndefs.
Because of include order, this means the /usr/include/linux/* definitions
are being used. This allows the lkm to compile, but upon insmoding, I get
this:
Warning: kernel-module version mismatch
/usr/arla/bin/xfs.o was compiled for kernel version 2.0.30
while this kernel is version 2.0.33-osfmach3
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L601
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L603
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L604
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L605
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L606
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L607
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L608
/usr/arla/bin/xfs.o: Unhandled relocation of type 26 for .L602
Is this a sign that the mklinux and intel linux kernels are not compatible
enough for a direct recompile? I haven't used LKM's before, so this is
all new to me.
Eric
More information about the Arla-drinkers
mailing list