For sparc64 I realise that userland is 32 bits and Kernel space is 64 bits.
I have built a Kernel module in userland and I am trying to load it into the
Kernel. I get the following error message:
[root@icarus kernel]# /sbin/insmod fred.o
fsx25.o: ELF file fred.o not for this architecture
I assume this is to do with the 32/64 bit issue. What magic do I need to
place in my Makefile or tool do I need to use to build a module that can be
loaded.
I have spent a couple of hours searching with google but haven't found any
help in this matter.
Thanks
Kevin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/