|
From: Naveen K. <g_n...@ya...> - 2004-12-10 23:15:57
|
Hi all, I was wondering, what does it take to port valgrind to solaris/sparc ? A previous post by someone(in 2003) about porting to solaris was given the reply that porting wont be that easy on non-source available OSes. Is that true ? I would like to atleast get the ball rolling on a solari/sparc port. Well for a start I have modified the configure script and it runs until the glibc check :). Thanks Naveen __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail |
|
From: Jeremy F. <je...@go...> - 2004-12-11 00:13:23
|
On Fri, 2004-12-10 at 15:15 -0800, Naveen Kumar wrote: > Hi all, > I was wondering, what does it take to port valgrind > to solaris/sparc ? A previous post by someone(in > 2003) about porting to solaris was given the reply > that porting wont be that easy on non-source available > OSes. Is that true ? I would like to atleast get the > ball rolling on a solari/sparc port. Well for a start > I have modified the configure script and it runs until > the glibc check :). Start porting to Solaris/x86. Once that works, look at porting to Sparc - with any luck, the new VCPU will be ready by then, which should make the CPU port easier. Sorting out the OS issues will be the trickiest part, and they should be pretty much common between Solaris x86 and sparc. J |