Re: [uml-user] to_virt unresolved symbol while insmod a module.

2005-04-19 Thread Blaisorblade
On Tuesday 19 April 2005 09:55, Suresh wrote: > Hi > > I am a newbie to the uml and this my first mail. > I was trying to bring up uml. I compiled a module and tried to load the > module into the kernel. > I get an unresolved symbol for to_virt. > The kernel functions which I used > in the modul

[uml-user] to_virt unresolved symbol while insmod a module.

2005-04-19 Thread Suresh
Hi I am a newbie to the uml and this my first mail. I was trying to bring up uml. I compiled a module and tried to load the module into the kernel. I get an unresolved symbol for to_virt. The kernel functions which I used in the module are kmalloc, copy_to_user copy_from_user and free. I am not