Hi, I've built Valgrind successfully using the MIPS toolchain for my hardware but it doesn't give any output to stdout and just hangs.Steps below:Cross compile Valgrind using my toolchain. Initially it was hanging during compilation. I've used information at https://bugs.kde.org/show_bug.cgi?id=327151 to change the compiler optimisation level and it successfully compilesRun valgrind using on the target device using: VALGRIND_LIB=<valgrind_lib_dir> ./valgrindI don't see any output on the console at all and can see that valgrind is nearly 100% CPU with the output from using top (hardware has 2 cores which explains the 48%): 6210 6190 root R 16004 13% 0 48% {memcheck-mips32} ./valgrind I know this is not much information to go on but can anyone provide a suggestion as to how I could proceed? Thanks, Adam
------------------------------------------------------------------------------
_______________________________________________ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users