Domanda

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

È stato utile?

Soluzione 2

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

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top