Re: [Valgrind-users] ARM - WARNING: Serious error when reading debug info

2015-02-25 Thread John Reiser
> root$valgrind --tool=callgrind ./basic > out.txt It is *always* a bad idea to run an application as root unless the app requires elevated privileges. DO NOT run valgrind as root. Create and run as a real non-root user; consult your system documentation. <> > ==2405== For interactive c

Re: [Valgrind-users] ARM - WARNING: Serious error when reading debug info

2015-02-25 Thread Raul Garcia
@lists.sourceforge.net Subject: [Valgrind-users] ARM - WARNING: Serious error when reading debug info Hello valgrind team, I want to run valgrind on a ARM platform (Cortex A9) that is running Linaro. I managed to cross-compile valgrind for ARM: root$valgrind --version valgrind-3.10.1 Also, I succesfully

[Valgrind-users] ARM - WARNING: Serious error when reading debug info

2015-02-19 Thread Raul Garcia
Hello valgrind team, I want to run valgrind on a ARM platform (Cortex A9) that is running Linaro. I managed to cross-compile valgrind for ARM: root$valgrind --version valgrind-3.10.1 Also, I succesfully compiled a program on this platform: root$gcc -g basicmath_large.c rad2deg.c cubic.c isqrt.