> Is there a way, to disable the a.out support of valgrind? On the target we
> want to analyze ELF binaries only.
It seems that much of the reason that valgrind wants a.out.h is for the
definition of "struct nlist", which is one format for storing information
that is used for debugging. (DWARF3,
On Wed, Jul 21, 2010 at 4:30 PM, Karl Krach wrote:
> Hello,
>
> I want to compile the Valgrind on x86 for PowerPC target. I use the
> toolchain
> from Buildroot, and the compilation stops with the following error message:
>
> /opt/toolchain/usr/include/a.out.h:1:25:
> error: linux/a.out.h: No
Valgrind has never supported a.out binaries. If a.out.h is being
included, it must be for some other reason.
J
On Wednesday, July 21, 2010, Karl Krach wrote:
> Hello,
>
> I want to compile the Valgrind on x86 for PowerPC target. I use the
> toolchain from Buildroot, and the compilation stops
Hello,
I want to compile the Valgrind on x86 for PowerPC target. I use the toolchain
from Buildroot, and the compilation stops with the following error message:
/opt/toolchain/usr/include/a.out.h:1:25:
error: linux/a.out.h: No such file or directory
I guess, it comes from the disabled kerne