Cross-compile kernel modules

2005-02-21 Thread Markus Westergren
On Sun, 20 Feb 2005, Chris Hallinan wrote: > On Sun, Feb 20, 2005 at 10:49:50AM +0100, Markus Westergren wrote: > > Hi, > > > > I'm trying to get loadable kernel modules support on a Adder development > > board. > > The kernel is cross-compiled on an regular PC and boots fine but I can't > > ins

Cross-compile kernel modules

2005-02-20 Thread Markus Westergren
Hi, I'm trying to get loadable kernel modules support on a Adder development board. The kernel is cross-compiled on an regular PC and boots fine but I can't insert any modules into the running kernel, all I get is undefined reference for all functions called by the module. I use the kernel module

Cross-compile kernel modules

2005-02-20 Thread Chris Hallinan
On Sun, Feb 20, 2005 at 10:49:50AM +0100, Markus Westergren wrote: > Hi, > > I'm trying to get loadable kernel modules support on a Adder development > board. > The kernel is cross-compiled on an regular PC and boots fine but I can't > insert > any modules into the running kernel, all I get is u