Comments inline

On 15/04/05, Blaisorblade <[EMAIL PROTECTED]> wrote:
> On Thursday 14 April 2005 06:25, Ian McDonald wrote:
> > Hi there,
> 
> > In my continuing saga (which some are becoming familiar with) to get
> > UML 2.6.x working at all I have been given access to another machine
> > to develop on and my old machine is going to disappear.
> 
> > This machine is Debian Sarge with gcc 3.3.5 on an AMD64 with 32 bit
> > userspace although 64 bit compiles can also occur.
> 
> > I am doing all my UML builds with ARCH=um SUBARCH=i386 at this point in
> > time.
> 
> > The problem is that my bootup dies very early on and this is the total
> > output: Checking for /proc/mm...not found
> > Checking PROT_EXEC mmap in /tmp...OK
> > tracing thread pid = 20981
> > OP_FORK failed to attach pid
> 
> > I suspect that this is something to do with my mixed 32/64 bit
> > environment but I am not sure... Can anybody shed some light on this?
> 
> I've seen that *sometimes* too on 64-bit envs., tried doing a "setarch i386
> linux" or something like that, to force a 32-bit emulation?
> 
setarch isn't on this machine and I can't find the equivalent command for sarge.
> 
> Tried disabling the ptrace proxy in compilation, as the first thing?

Tried that and no difference. Note that 2.6.11.x with bs4 doesn't
compile with this option showing unless you set FRAME_POINTER to n.
You get an error such as:
kernel/built-in.o(.text+0x83f4): In function `profile_tick':
kernel/profile.c:387: undefined reference to `profile_pc'

The only way I could find to set this option to n was hacking the
autoconf.h file...

So still no 32 bit UML... will try 64 bit (once I get access to the 64
bit compiler) and see if I can get that to work....


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to