|
From: Mati S. <mat...@mo...> - 2007-03-29 11:34:41
Attachments:
smime.p7s
|
hello i am trying, as of now with little success to compile valgrind for ppc [i.e. to simulate ppc executables] while the valgrind executable runs on pentium. the reason i am trying to do so is because the ppc platform in use has a tailored unix which lacks many features and has other constrains [memory] which renders it unable to run the ppc executable of valgrind. i had tried finding out myself but had not succeeded. if anyone has any idea on how to proceed on the matter i will be glad. thank you all, mati. |
|
From: Tom H. <to...@co...> - 2007-03-29 11:54:12
|
In message <460...@mo...>
Mati Skiva <mat...@mo...> wrote:
> i am trying, as of now with little success to compile valgrind for ppc
> [i.e. to simulate ppc executables] while the valgrind executable runs
> on pentium.
> the reason i am trying to do so is because the ppc platform in use has
> a tailored unix which lacks many features and has other constrains
> [memory] which renders it unable to run the ppc executable of valgrind.
This is not something valgrind supports - although in principle it
might be possible for VEX to do the instruction set translation you
would still be left with the problem of mapping all the system calls
from one architecture to the other, and there is absolutely no support
for that in valgrind.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|