Bug#592614: valgrind: on Debian ARM EABI (armel)

2010-10-02 Thread Cyril Brulebois
Loïc Minier (29/09/2010): > I think an armv4/5/6 valgrind wont happen soon; however it would be > quite nice to build valgrind on Debian armel with -marmv7a to at > least offer it to people running Debian armel on armv7+ hardware -- > it's better than nothing, isn't it? :-) This also serves as a

Bug#592614: valgrind: on Debian ARM EABI (armel)

2010-09-29 Thread Loïc Minier
On Wed, Sep 29, 2010, Peter Maydell wrote: > I have asked Julian about the status of this. The answer is that > ARMv5 (let alone v4) "is not supported and possibly never will be". > The current requirement is ARMv7. Peter, thanks for gathering this I think an armv4/5/6 valgrind wont happen soon

Bug#592614: valgrind: on Debian ARM EABI (armel)

2010-09-29 Thread Peter Maydell
On 28 September 2010 23:50, Loïc Minier wrote: > On Tue, Sep 28, 2010, Hector Oron wrote: >> I need to find out if current valgrind code could work on `armv4t' >> (which is Debian default). I have asked Julian about the status of this. The answer is that ARMv5 (let alone v4) "is not supported and

Bug#592614: valgrind: on Debian ARM EABI (armel)

2010-09-29 Thread Loïc Minier
On Wed, Sep 29, 2010, Hector Oron wrote: > m_dispatch/dispatch-arm-linux.S: Assembler messages: > m_dispatch/dispatch-arm-linux.S:61: Error: selected processor does not > support `fmxr fpscr,r4' Yes, definitely :-/ -- Loïc Minier -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.d

Bug#592614: valgrind: on Debian ARM EABI (armel)

2010-09-29 Thread Hector Oron
Hello Loïc, >> I need to find out if current valgrind code could work on `armv4t' >> (which is Debian default). > >  Hmm before Julian started working on v7, someone was putting efforts >  into an ARM port which wasn't specifically v7 or Thumb or NEON or >  anything.  I think the current valgrind

Bug#592614: valgrind: on Debian ARM EABI (armel)

2010-09-28 Thread Loïc Minier
On Tue, Sep 28, 2010, Hector Oron wrote: > The build failure in valgrind is: > checking for a supported CPU... no (armv5tel) > configure: error: Unsupported host architecture. Sorry > make: *** [config.status] Error 1 > > In the configure.in there is a check for: > [...] > # ARCH_MAX reflects the

Bug#592614: valgrind: on Debian ARM EABI (armel)

2010-09-28 Thread Hector Oron
Hello Loïc, Apologies for the gap in time. The build failure in valgrind is: checking for a supported CPU... no (armv5tel) configure: error: Unsupported host architecture. Sorry make: *** [config.status] Error 1 In the configure.in there is a check for: [...] # ARCH_MAX reflects the most that th