|
From: bruce.ferjulian <fer...@em...> - 2004-08-17 22:57:14
|
SUBJECT: Building on AMD Opteron Suse 9.1 (64_bit) I would like to use this very fast box to check code but there is no target for my platform... Linux api1053 2.6.4-52-smp #1 SMP Wed Apr 7 01:58:54 UTC 2004 x86_64 x86_64 x86_64 GNU/Linux in ( configure.in, configure.guess ). Has anyone been able to get valgrind to compile on this platform? -Bruce- |
|
From: Tom H. <th...@cy...> - 2004-08-18 06:23:59
|
In message <5.2.1.1.2.20040817123446.03dc35c8@api253>
"bruce.ferjulian" <fer...@em...> wrote:
> SUBJECT: Building on AMD Opteron Suse 9.1 (64_bit)
>
> I would like to use this very fast box to check code but
> there is no target for my platform...
>
> Linux api1053 2.6.4-52-smp #1 SMP Wed Apr 7 01:58:54
> UTC 2004 x86_64 x86_64 x86_64 GNU/Linux
>
> in ( configure.in, configure.guess ).
>
> Has anyone been able to get valgrind to compile on this
> platform?
There is no x86-64 support in valgrind at the moment.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|
|
From: Nicholas N. <nj...@ca...> - 2004-08-18 08:43:42
|
On Wed, 18 Aug 2004, Tom Hughes wrote: >> Has anyone been able to get valgrind to compile on this >> platform? > > There is no x86-64 support in valgrind at the moment. I have done/am doing some work on it, but it's not a simple task -- ie. several person-months' worth of work at least. But it's definitely on our radar, as it's easily the most commonly requested port. N |