|
From: Shibu N. <shi...@bm...> - 2004-03-16 19:02:12
|
I am unable to build valgrind 2.0.0 on a Opterob x86_64 platfomr running Suse 8.1. the error I get when I run configure checking host system type... x86_64-suse-linux checking for a supported CPU... no (x86_64) configure: error: Valgrind is ix86 specific. Sorry Any help to resolve this will be appreciated. Thanks Shibu |
|
From: Robert W. <rj...@du...> - 2004-03-16 19:11:13
|
> Any help to resolve this will be appreciated. Valgrind hasn't yet been ported to Opteron, or any 64-bit system, for that matter. This is a non-trivial change, so it may be a while in coming. The good news is that other people do care so it will get done. Regards, Robert. |
|
From: Tom H. <th...@cy...> - 2004-03-16 19:15:25
|
In message <405...@bm...>
Shibu Nair <shi...@bm...> wrote:
> I am unable to build valgrind 2.0.0 on a Opterob x86_64 platfomr running
> Suse 8.1. the error I get when I run configure
>
> checking host system type... x86_64-suse-linux
> checking for a supported CPU... no (x86_64)
> configure: error: Valgrind is ix86 specific. Sorry
>
> Any help to resolve this will be appreciated.
I would have though it was fairly clear. Athlon 64 is not currently
support by valgrind - only 32 bit x86 platforms are supported.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|
|
From: Jeremy F. <je...@go...> - 2004-03-16 22:24:26
|
On Tue, 2004-03-16 at 11:15, Tom Hughes wrote: > I would have though it was fairly clear. Athlon 64 is not currently > support by valgrind - only 32 bit x86 platforms are supported. Well, it should be possible to build and run 32-bit Valgrind on an x86-64 machine. I don't think it does currently, but it shouldn't take too much to get it working. J |