|
From: John T. <joh...@bi...> - 2008-05-14 07:22:29
|
I'm trying to profile powerpc applications using valgrind on a powerpc system but can't seem to generate any symbolic information in the callgrind.out.xx file even though I have a full set of binutils installed on the target board. I get the full dump and the information "looks" correct but without symbolic information its of limited use. Not sure if this is connected but if I use Kcachegrind on an x86 box to view the data I get the following error even if I overwrite the x86 objdump with objdump from my cross compilation environment. Assembler There seems to be an error trying to execute the command objdump -C -d --start-address=0x10006E10 --stop-address=0x10175BA8 "" Check that the ELF object used in the command exists Check that you have installed 'objdump' This utility can be found in the 'binutils' package. Any hints/tips as to where valgrind looks for objdump or what else I could do to try and debug this. Cheers. |