On Tue, Jan 14, 2003 at 11:14:18AM -0800, Greg Lindahl wrote: > > 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>" > > I'm impressed that it got this far -- let me guess, big endian? > Little endian didn't even get that far last time I tried it. The modules we also built with the wrong options which is the cause for these specific error messages. There was just no point mentioning these because the actual showstopper was a 32-bit vs. 64-bit problem. Ralf