compiling valgrind using uCLibc

1k views Asked by At

I am working on a project and i want to compile valgrind using uClibc. Can anyone suggest me something about how to proceed?

I am using fedora and i386 platform. the target platform is also i386 at the moment later on would work on MIPS.

thanks

2

There are 2 answers

0
user414209 On BEST ANSWER

we can use toolchain provided by buildroot. Just install it and cross compile the valgind .

1
Thomas Petazzoni On

Valgrind does not support the MIPS instruction set, so unless you put some significant effort to port Valgrind on MIPS, it is not possible to use Valgrind on this architecture.