Re: [LinuxBIOS] QEMU 0.9.0 fails to compile

2007-04-11 Thread Andon Tschauschev
Uwe Hermann [EMAIL PROTECTED] wrote: On Tue, Apr 10, 2007 at 03:53:18PM -0700, Andon Tschauschev wrote: I have just tried to compile QEMU 0.9.0 (with qemu-isa-bios-ram.patch and qemu-piix-ram-size.patch applied) on my machine, but it failed. Output from configure: qemu-0.9.0 $

Re: [LinuxBIOS] QEMU 0.9.0 fails to compile

2007-04-11 Thread Andon Tschauschev
Hi Roger, output from $gcc -v is: Using built-in specs. Target: i686-pc-linux-gnu Configured with: /var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include

[LinuxBIOS] QEMU 0.9.0 fails to compile

2007-04-10 Thread Andon Tschauschev
Hello, I have just tried to compile QEMU 0.9.0 (with qemu-isa-bios-ram.patch and qemu-piix-ram-size.patch applied) on my machine, but it failed. Output from configure: qemu-0.9.0 $ ./configure --target-list=i386-softmmu WARNING: gcc looks like gcc 4.x Looking for gcc 3.x Found gcc32

Re: [LinuxBIOS] QEMU 0.9.0 fails to compile

2007-04-10 Thread roger
Seems you're using gcc-3.2. I'm using gcc-4.1.1 and Qemu (finally) compiled fine with gcc-4 along with KQemu. (Although, I'm seeing some system freezes but have yet to verify it was because KQemu was loaded.) Anyways, try upgrading to a more recent gcc version first. Just a note, I've yet to