質問

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

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

他のヒント

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top