Re: [uml-user] compilation problem

2006-12-13 Thread Constantine Kousoulos
Jeff Dike wrote: >> I tried to compile 2.6.19 and a different error message appears: >> >> /home/uml/linux-2.6.19/arch/um/os-Linux/skas/process.c: In >> function ?copy_context_skas0?: >> /home/uml/linux-2.6.19/arch/um/os-Linux/skas/process.c:342: error: >> ?PAGE_SHIFT? undeclared (first use in th

Re: [uml-user] compilation problem

2006-12-13 Thread Jeff Dike
On Wed, Dec 13, 2006 at 01:25:03PM +0200, Constantine Kousoulos wrote: > Sorry for that. I may have sent it in unicode. Here it is again: > > arch/um/os-Linux/process.c:144: error: expected declaration > specifiers or ?...? before ?getpid? > arch/um/os-Linux/process.c:146: warning: return type de

Re: [uml-user] compilation problem

2006-12-13 Thread Constantine Kousoulos
Jeff Dike wrote: > It's hard to tell you how to fix a compilation error when I can't read it. > Sorry for that. I may have sent it in unicode. Here it is again: arch/um/os-Linux/process.c:144: error: expected declaration specifiers or ‘...’ before ‘getpid’ arch/um/os-Linux/process.c:146: warnin

Re: [uml-user] compilation problem

2006-12-12 Thread Jeff Dike
On Tue, Dec 12, 2006 at 09:38:10PM +0200, Constantine Kousoulos wrote: > arch/um/os-Linux/process.c:144: error: expected declaration specifiers or > ???...??? before ???getpid??? > arch/um/os-Linux/process.c:146: warning: return type defaults to ???int??? > arch/um/os-Linux/process.c: In function

[uml-user] compilation problem

2006-12-12 Thread Constantine Kousoulos
Hello, I'm trying to compile a uml guest using the linux-2.6.18 kernel. All this is happening on a Debian testing (etch) box with gcc-4.1.2. I follow the usual routine: ~$ cd /linux linux$ make ARCH=um menuconfig The only thing i change in menuconfig is the processor type (Pentium Celeron).