On Thu, Mar 03, 2011 at 10:51:54AM -0300, Lucas Meneghel Rodrigues wrote: > On Thu, 2011-03-03 at 18:32 +0800, Amos Kong wrote: > > Currently, this test compiles programe in host and execute > > in guest. If guest has different OS, execution will always fail. > > Yeah, my mistake... However, we could solve this by statically compiling > the binary and copy it to the guest... anyway, thanks for pointing this > problem out, let us think about the best solution.
Sometimes, we may start a 32-bit guest on 64-bit host, statically compiling could not work, so we've to copy programe into guest and compile on it. Amos. _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest