|
From: Lexington L. <lex...@gm...> - 2006-04-04 07:10:11
|
Have a look at qemu - it can already do that for many platforms. Certainly for all combinations of ARM and x86. http://fabrice.bellard.free.fr/qemu/status.html Regards, LL =C0=EE=BF=A5 wrote: > hello, > =20 > I want to develop a binary translator,and wang to implement it = by rebuilding valgrind.what I do now is to instrument a client program in= a different platform, for example,running an arm elf file on x86 platfor= m,but valgrind restrict that the guest ISA must be the same with the host= ISA. > I have make great effort to chang this,but I can't solve "VexGu= estArchState" problem because it is conditional compiled. Could you pleas= e give me some advice on how to run a elf in different platform.thanks! |