I have the latest Valgrind source code. I want to install Valgrind on a target machine(powerpc) which has no support for building any softwares. So i will need to cross compile Valgrind on my build machine(x86) for the powerpc machine. Now my question is how to install the cross compiled Valgrind on to my target machine?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
To use valgrind's default tool(memcheck) on PPC, files needed are:
After cross-compilation, copy these files to the same directory and launch For example, if all files were copied into /tmp,
will start DEBUGEE with valgrind. |
|||
|
|