Re: [Valgrind-users] Valgrind just hangs for MIPS64 Cavium Octeon

2015-06-16 Thread Maran Pakkirisamy
On Monday 15 June 2015 08:11 PM, Matt Bennett wrote: > ==3248== Memcheck, a memory error detector > ==3248== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. > ==3248== Using Valgrind-3.11.0.SVN and LibVEX; rerun with -h for > copyright info > ==3248== Command: passwd > ==3248== >

Re: [Valgrind-users] Query regarding valgrind build for Octeon MIPS 64 using cross compiler.

2015-03-17 Thread Maran Pakkirisamy
64r2 -mplt" Use, --host=mips64-linux-gnu to build for MIPS64 --with-arch-64=5kc --with-gnu-as --with-gnu-ld -> these are unrecongnised options. Remove them. Also, do not specify "-march=octeon2" in CFLAGS, though your target is octeon2. Ho