Re: [Qemu-devel] [PATCHv3] tests/tcg: fix build

2012-10-16 Thread Catalin Patulea
On Tue, Oct 16, 2012 at 2:47 PM, Peter Maydell wrote: > I have a feeling that precise's mostly-working multiarch support > may be the issue... Seems I've got libgcc1:i386 and lib32gcc1 which provide libgcc_s.so* in various forms. Not entirely sure what the 'right' setup is.

Re: [Qemu-devel] [PATCHv3] tests/tcg: fix build

2012-10-16 Thread Peter Maydell
On 16 October 2012 19:09, Catalin Patulea wrote: > On Tue, Oct 16, 2012 at 8:50 AM, Peter Maydell > wrote: >> I can't work out how to get a working i386 compiler on my 64-bit Ubuntu >> system >> but I think that's an Ubuntu issue :-) Tests run ok on a 32 bit native box >> (there are some failur

Re: [Qemu-devel] [PATCHv3] tests/tcg: fix build

2012-10-16 Thread Catalin Patulea
On Tue, Oct 16, 2012 at 8:50 AM, Peter Maydell wrote: > The compile line for the test-x86_64 target also needs > QEMU_INCLUDES added to it. Done. > I can't work out how to get a working i386 compiler on my 64-bit Ubuntu system > but I think that's an Ubuntu issue :-) Tests run ok on a 32 bit nati

Re: [Qemu-devel] [PATCHv3] tests/tcg: fix build

2012-10-16 Thread Peter Maydell
On 16 October 2012 07:53, Catalin Patulea wrote: > Sorry this got abandoned.. here is a fresh (and slightly leaner) patch on top > of master. Can anyone take a look? > > --- > This broke when the tests were moved from tests/ to tests/tcg/. > > On x86_64 host/i386-linux-user non-kvm guest, test-i3

[Qemu-devel] [PATCHv3] tests/tcg: fix build

2012-10-15 Thread Catalin Patulea
Sorry this got abandoned.. here is a fresh (and slightly leaner) patch on top of master. Can anyone take a look? --- This broke when the tests were moved from tests/ to tests/tcg/. On x86_64 host/i386-linux-user non-kvm guest, test-i386 and test-mmap are broken, but at least they build. To bui