I'm attempting to build usermode linux and both 2.4.22 and 2.4.23 error out with the error below. The docs say to do make linux ARCH=i386 but that gives a no rule for target error. However, make vmlinux ARCH=i386 starts to work until it hist the error.

Any ideas on how to make this build?

Thanks.


preferred-stack-boundary=2 -march=athlon -nostdinc -iwithprefix include -DKBUILD_BASENAME=sys_i386 -c -o sys_i386.o sys_i386.c
sys_i386.c: In function `do_mmap2':
sys_i386.c:59: warning: passing arg 1 of `do_mmap_pgoff' from incompatible pointer type
sys_i386.c:59: warning: passing arg 2 of `do_mmap_pgoff' makes pointer from integer without a cast
sys_i386.c:59: too few arguments to function `do_mmap_pgoff'
make[1]: *** [sys_i386.o] Error 1
make[1]: Leaving directory `/usr/src/uml/linux-2.4.22/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2


--
[EMAIL PROTECTED] mailing list



Reply via email to