|
From: Maretick Scott-S. <SMA...@mo...> - 2004-07-27 18:33:23
|
Does anyone know how to get valgrind to work with 64 bit Linux applications? When I try to run valgrind against a 64 bit executable I get "cannot execute binary file" even though I can run it against the same 32 bit application. |
|
From: Tom H. <th...@cy...> - 2004-07-27 18:46:22
|
In message <7FD...@az...>
Maretick Scott-SMARETI1 <SMA...@mo...> wrote:
> Does anyone know how to get valgrind to work with 64 bit Linux
> applications? When I try to run valgrind against a 64 bit executable I get
> "cannot execute binary file" even though I can run it against the same 32
> bit application.
You can neither build valgrind as a 64 bit executable or use it
with 64 bit target programs at the moment. Both are being worked
on however.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|
|
From: Craig C. <cc...@us...> - 2004-07-28 15:12:05
|
On Tue, Jul 27, 2004 at 07:46:16PM +0100, Tom Hughes wrote: > You can neither build valgrind as a 64 bit executable or use it > with 64 bit target programs at the moment. Both are being worked > on however. Hi Tom, I'm also interested in 64 bit valgrind. Do you know where I can get more information on the status of this work? Thanks, Craig Chaney |
|
From: Tom H. <th...@cy...> - 2004-07-28 15:25:46
|
In message <200...@sa...>
Craig Chaney <cc...@us...> wrote:
> On Tue, Jul 27, 2004 at 07:46:16PM +0100, Tom Hughes wrote:
>
>> You can neither build valgrind as a 64 bit executable or use it
>> with 64 bit target programs at the moment. Both are being worked
>> on however.
>
> I'm also interested in 64 bit valgrind. Do you know where I can get
> more information on the status of this work?
On the developers list, but Nick has only been working on it since
the weekend so don't expect too much... Like don't expect it to run
any programs yet ;-)
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|
|
From: Nicholas N. <nj...@ca...> - 2004-07-28 16:00:12
|
On Wed, 28 Jul 2004, Tom Hughes wrote: >> I'm also interested in 64 bit valgrind. Do you know where I can get >> more information on the status of this work? > > On the developers list, but Nick has only been working on it since > the weekend so don't expect too much... Like don't expect it to run > any programs yet ;-) Hey! "valgrind --help" is working :) N |