Hi,
I've built,compiled
and ran successfully a 64 bit kernel on my
mips64 platform.
Kernel was compiled with support for 32 bit binaries.
I am now trying to
insert a module, a standard module from
the kernel tree, and
get lots of errors such as:
"Unhandled
relocation of type 18 for"
or
"Unhandled
relocation of type 18 for <function_name>"
How can this be
resolved ?
TIA