Re: [Qemu-devel] [PATCH] qemu-i386 segfaults running "hello world".

2007-07-10 Thread Andreas Färber
Am 10.07.2007 um 17:47 schrieb Rob Landley: I have no idea what this patch does, but the second hunk is suse- specific and the second half of it is for qemu-ppc which builds runs for me. (Dunno if it _works_, but it's not segfaulting immediately when I run it...) ppc-softmmu does not buil

Re: [Qemu-devel] [PATCH] qemu-i386 segfaults running "hello world".

2007-07-10 Thread Rob Landley
On Monday 02 July 2007 11:02:49 Alexander Graf wrote: > Hi, > > this is the patch we are currently using to build qemu-0.9.0. Does this > work for you? > > Alex Let's see... > -/* ld script to make i386 Linux kernel > - * Written by Martin Mares <[EMAIL PROTECTED]>; > - */ > -OUTPUT_FORMAT("elf32

Re: [Qemu-devel] [PATCH] qemu-i386 segfaults running "hello world".

2007-07-02 Thread Alexander Graf
Hi, this is the patch we are currently using to build qemu-0.9.0. Does this work for you? Alex --- i386.ld +++ i386.ld @@ -1,116 +1,164 @@ -/* ld script to make i386 Linux kernel - * Written by Martin Mares <[EMAIL PROTECTED]>; - */ -OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") +/* Def

Re: [Qemu-devel] [PATCH] qemu-i386 segfaults running "hello world".

2007-06-24 Thread Rob Landley
On Saturday 23 June 2007 07:12:39 Stefan Weil wrote: > Rob Landley schrieb: > > Ok, it's a more fundamental problem: > > > > [EMAIL PROTECTED]:/sys$ qemu-i386 > > Segmentation fault (core dumped) > > > > Nothing to do with the program it's trying to run, it segfaults with no > > arguments. > > > >

Re: [Qemu-devel] [PATCH] qemu-i386 segfaults running "hello world".

2007-06-23 Thread Stefan Weil
Rob Landley schrieb: > Ok, it's a more fundamental problem: > > [EMAIL PROTECTED]:/sys$ qemu-i386 > Segmentation fault (core dumped) > > Nothing to do with the program it's trying to run, it segfaults with no > arguments. > > Is anybody else seeing this? > > Rob Yes, I see this on Debian Linux sinc