|
From: Daniel N. <dan...@ho...> - 2017-10-11 14:58:51
|
Hello All, good day! I'm trying to compile valgrind-3.13.0 or valgrind-3.2.1 on the following architecture: $ uname -a SunOS slc11gbh 5.11 11.3 sun4v sparc sun4v And I'm having the following error: checking build system type... sparc-sun-solaris2.11 checking host system type... sparc-sun-solaris2.11 checking for a supported CPU... no (sparc) configure: error: Unsupported host architecture. Sorry Any help that you could provide? Thank you, Daniel email: dan...@ho...<mailto:dan...@ho...> |
|
From: Tom H. <to...@co...> - 2017-10-11 15:05:10
|
On 11/10/17 15:58, Daniel Nuño wrote: > I'm trying to compile valgrind-3.13.0 or valgrind-3.2.1 on the following > architecture: > $ uname -a > SunOS slc11gbh 5.11 11.3 sun4v sparc sun4v > > And I'm having the following error: > > checking build system type... sparc-sun-solaris2.11 > checking host system type... sparc-sun-solaris2.11 > checking for a supported CPU... no (sparc) > configure: error: Unsupported host architecture. Sorry > > Any help that you could provide? Well I'm not sure you'll consider it help as such... Sparc is not, and never has been, a supported platform. The list of supported platforms can be found here: http://valgrind.org/info/platforms.html Note at the bottom that there are details of an out of tree attempt at a port, but there is no support in the main valgrind release. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |
|
From: Tom H. <to...@co...> - 2017-10-11 15:06:13
|
On 11/10/17 16:04, Tom Hughes wrote: > On 11/10/17 15:58, Daniel Nuño wrote: > >> I'm trying to compile valgrind-3.13.0 or valgrind-3.2.1 on the >> following architecture: >> $ uname -a >> SunOS slc11gbh 5.11 11.3 sun4v sparc sun4v >> >> And I'm having the following error: >> >> checking build system type... sparc-sun-solaris2.11 >> checking host system type... sparc-sun-solaris2.11 >> checking for a supported CPU... no (sparc) >> configure: error: Unsupported host architecture. Sorry >> >> Any help that you could provide? > > Well I'm not sure you'll consider it help as such... > > Sparc is not, and never has been, a supported platform. The list of > supported platforms can be found here: > > http://valgrind.org/info/platforms.html > > Note at the bottom that there are details of an out of tree attempt at a > port, but there is no support in the main valgrind release. Oh and that is sparc/linux anyway, not sparc/solaris. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |
|
From: Ivo R. <iv...@iv...> - 2017-10-11 18:37:49
|
>> Sparc is not, and never has been, a supported platform. The list of >> supported platforms can be found here: >> >> http://valgrind.org/info/platforms.html >> >> Note at the bottom that there are details of an out of tree attempt at a >> port, but there is no support in the main valgrind release. > > > Oh and that is sparc/linux anyway, not sparc/solaris. Nope. sparc/solaris is listed on that page together with sparc/linux. They are out-of-tree ports, though, that's true. If you are really interested, please follow the instructions on that page. Perhaps you would like to continue the porting effort? I. |