On 24/11/2015 12:45, Yijun Zhu wrote: > Hi all, > > I got an error when doing "make check" on qemu code both stable-2.4 and > master branch, after updating binutils to 2.24-33. > > Qemu compiled successfully with following configure command: > > $ ./configure --target-list=aarch64-softmmu > --cross-prefix=aarch64-redhat-linux- --enable-fdt --enable-kvm
I'm not sure I understand, are you cross compiling to aarch64, or is this a native build? If so, how is aarch64 code run? > However, it is failed when "make check", error message as below: > > ... > GTESTER tests/test-int128 > GTESTER tests/rcutorture > GTester: last random seed: R02S9b7fc016e5b1445e9959506b4f1a11e0 > GTester: last random seed: R02S413c94c1f16958c42064a5600d8f7dff > make: *** [check-tests/rcutorture] Error 1 > > And I try to get more debug info when "make check -d", it shows: You should use "make check V=1" instead to get more information. Paolo > GTESTER tests/rcutorture > GTester: last random seed: R02Sf7dcd0ceea4ebc8b1b6018a3141708b1 > GTester: last random seed: R02Sd00479c75bcb82dad813650eef27552f > Reaping losing child 0x290df180 PID 26655 > make: *** [check-tests/rcutorture] Error 1 > Removing child 0x290df180 PID 26655 from chain.