On Thu, Oct 11, 2007 at 06:16:02AM -0700, Pawel K wrote:
> It helped to the next file complaining about
> "asm/page.h". I removed "asm/page.h" from all
> remaining files and end up with the following
> compilation error:
>
> arch/um/os-Linux/skas/mem.c:222: error: PAGE_SHIFT
> undeclared (first
> > I assume, you need to update your linux-headers.
>
> No, we need to fix UML bugs.
>
> > The include files in the kernel directory are
> meant for internal use and
> > specify the interface of the kernel you build. The
> UML-Guest kernel
> > itself is a user-space program that needs those
> d
On Mon, Oct 08, 2007 at 01:11:43PM +0200, Jan Wolff wrote:
> I assume, you need to update your linux-headers.
No, we need to fix UML bugs.
> The include files in the kernel directory are meant for internal use and
> specify the interface of the kernel you build. The UML-Guest kernel
> itself is a
Hi Pawel,
I assume, you need to update your linux-headers.
The include files in the kernel directory are meant for internal use and
specify the interface of the kernel you build. The UML-Guest kernel
itself is a user-space program that needs those definitions of the
kernel that will host it.
Try