|
From: Jeeva C. <jc....@gm...> - 2007-08-10 21:26:45
|
Hello, I would like to use valgrind with my embedded powerpc (target) systems that runs on Linux (host). I built valgrind on red-hat Linux using --host option and CC environment variables. Due to restriction on my build environment, the installation path during build time and actual installation path are not same. Due to the variance in path valgrind is not running on my target. So how do I get valgrind install on one path during compile time and run from a different path during run time. How do I reduce the install size? I can manually remove man and share directory. Any other files I can remove? Does the configure script provides option to do size reduction? Thanks in Advance, Jeeeva |