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
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
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