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