Hi, I compiled the Valgrind test suite for a different architecture of compile system with:
$ make CROSS_COMPILE=powerpc-860-linux-gnu CC=powerpc-860-linux-gnu-gcc regtest After the compiler step Valgrind try to execute the tests but it can't (the architecture is different). Now I'd like to execute this tests on the target platform (that isn't the same of compile) and not after the compile step. How can I do this? Thanks a lot. Best Regards ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
