Pergunta

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

Foi útil?

Solução 2

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

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top