On Tue, Oct 16, 2012 at 8:50 AM, Peter Maydell <peter.mayd...@linaro.org> 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 native box > (there are some failures, as you say, but I'm unsurprised given how long it's > been since we ran them last.) I'm running x86_64 precise with CC_I386="gcc -m32" (autodetected by configure) - does that not work for you? Is there anything wrong with building 32-bit binaries this way?