Re: [uml-user] UML Compile Problem

2006-10-17 Thread Blaisorblade
On Tuesday 17 October 2006 23:18, Luis Useche wrote: > Hi, Thank you for the response. > > I am not sure if I solved my problem. Now, I am getting another error and I > don't know if is related to the same problem. The error: Ok, this is because _syscall0 does not work on your system. Can you try

Re: [uml-user] UML Compile Problem

2006-10-17 Thread Luis Useche
Hi, Thank you for the response.I am not sure if I solved my problem. Now, I am getting another error and I don't know if is related to the same problem. The error:  CC  arch/um/os-Linux/process.oarch/um/os-Linux/process.c:144: error: expected declaration specifiers or '...' before 'getpid' arch

Re: [uml-user] UML Compile Problem

2006-10-17 Thread Blaisorblade
On Friday 13 October 2006 20:59, Jeff Dike wrote: > On Thu, Oct 12, 2006 at 05:53:32PM -0400, Luis Useche wrote: > > Do anybody have idea of my problem? > > Have you checked whether you have /usr/include/linux/threads.h? > > If not, maybe you should install whatever package supplies it. On Fedora,

Re: [uml-user] UML Compile Problem

2006-10-13 Thread Jeff Dike
On Thu, Oct 12, 2006 at 05:53:32PM -0400, Luis Useche wrote: > Do anybody have idea of my problem? Have you checked whether you have /usr/include/linux/threads.h? If not, maybe you should install whatever package supplies it. On Fedora, it's glibc-kernheaders. Je

Re: [uml-user] UML Compile Problem

2006-10-12 Thread Luis Useche
Hi Guys,Do anybody have idea of my problem?On 10/10/06, Luis Useche <[EMAIL PROTECTED]> wrote: Hi Christopher,I tried the mrproper rule several times and still Nothing. On 10/10/06, Christopher S. Aker < [EMAIL PROTECTED]> wrote:Luis Useche wrote:> Hi Flavio,>> I am still getting the same error: "a

Re: [uml-user] UML Compile Problem

2006-10-10 Thread Luis Useche
Hi Christopher,I tried the mrproper rule several times and still Nothing.On 10/10/06, Christopher S. Aker < [EMAIL PROTECTED]> wrote:Luis Useche wrote:> Hi Flavio,>> I am still getting the same error: "arch/um/include/kern_util.h:9:27: > error: linux/threads.h: No such file or directory">> Thanks a

Re: [uml-user] UML Compile Problem

2006-10-10 Thread Christopher S. Aker
Luis Useche wrote: > Hi Flavio, > > I am still getting the same error: "arch/um/include/kern_util.h:9:27: > error: linux/threads.h: No such file or directory" > > Thanks anyway. Try: make mrproper <-- this will fix a tree if you ever ran any make commands without the ARCH=um The, compile as

Re: [uml-user] UML Compile Problem

2006-10-10 Thread Luis Useche
Hi Flavio,I am still getting the same error: "arch/um/include/kern_util.h:9:27: error: linux/threads.h: No such file or directory"Thanks anyway.On 10/10/06, Flavio <[EMAIL PROTECTED]> wrote: Hi!I don't think it's the same thing, but... what happens if you do the following commands?make defconfig A

Re: [uml-user] UML Compile Problem

2006-10-10 Thread Flavio
Hi!I don't think it's the same thing, but... what happens if you do the following commands?make defconfig ARCH=ummake menuconfig ARCH=ummake linux ARCH=ummaybe "ARCH=um" is a make command parameter! Flavio2006/10/11, Luis Useche <[EMAIL PROTECTED]>: Hi, I want to run the user mode linux for linu

[uml-user] UML Compile Problem

2006-10-10 Thread Luis Useche
Hi, I want to run the user mode linux for linux-2.6.17.6. When I try to compile it I get this error: In file included from arch/um/include/os.h:13,                  from arch/um/drivers/fd.c:14: arc

Re: Host crash Was: [uml-user] UML compile problem

2005-06-03 Thread Blaisorblade
On Friday 03 June 2005 13:02, Simon Hall wrote: > Thanks Paolo, that's helped a lot. We now have a kernel compiled and > doing exactly what we want. Most of the time. > Unfortunately it crashes the host at seemingly random intervals. The > most I've been able to get out of it was a CPU stack/regis

Host crash Was: [uml-user] UML compile problem

2005-06-03 Thread Simon Hall
Thanks Paolo, that's helped a lot. We now have a kernel compiled and doing exactly what we want. Most of the time. Unfortunately it crashes the host at seemingly random intervals. The most I've been able to get out of it was a CPU stack/register dump (attached). I understand this is a lot

Re: [uml-user] UML compile problem

2005-05-23 Thread Blaisorblade
On Monday 23 May 2005 18:54, Simon Hall wrote: > Hi, > > I'm trying to build UML on x86_64 and have run into a compile problem. > > Host: Sun v40z, dual Opteron running Redhat Enterprise Linux 4, kernel > 2.6.9-5.0.3.ELsmp, gcc version 3.4.3, binutils 2.15.92. > > I'm trying to build a UML kernel v

[uml-user] UML compile problem

2005-05-23 Thread Simon Hall
Hi, I'm trying to build UML on x86_64 and have run into a compile problem. Host: Sun v40z, dual Opteron running Redhat Enterprise Linux 4, kernel 2.6.9-5.0.3.ELsmp, gcc version 3.4.3, binutils 2.15.92. I'm trying to build a UML kernel version 2.6.12-rc4-mm2 with patches from http://user-mod