|
From: Vedire Srikanth-F. <Sri...@mo...> - 2005-09-26 22:47:45
|
Hi All,
I'm trying to get Valgrind 2.4.1-ppc going. When I run make I get
The problem arises when it's compiling coregrind. There are numerous errors
about
vg_replace_malloc.c:130: '$' in identifier. This particular line is "ALLOC(
malloc, malloc);" There are numerous lines which have this error.
I think the root problem is compiler has problems with lines like this at
188
return VG_INTERCEPT(soname$3Alibc$2Eso$2E6$3Amalloc)(new_size);
I can see that a perl script put in all those funky numbers and $ signs in
this file. But can you enlighten me why and how I can go past this error?
Thanks in advance,
Srikanth
|
|
From: Julian S. <js...@ac...> - 2005-09-27 10:33:13
|
Some details would help. What compiler are you using? What exactly does it say? J On Monday 26 September 2005 23:47, Vedire Srikanth-FSV003 wrote: > Hi All, > > I'm trying to get Valgrind 2.4.1-ppc going. When I run make I get > > The problem arises when it's compiling coregrind. There are numerous errors > about > vg_replace_malloc.c:130: '$' in identifier. This particular line is "ALLOC( > malloc, malloc);" There are numerous lines which have this error. > > I think the root problem is compiler has problems with lines like this at > 188 > return VG_INTERCEPT(soname$3Alibc$2Eso$2E6$3Amalloc)(new_size); > > > I can see that a perl script put in all those funky numbers and $ signs in > this file. But can you enlighten me why and how I can go past this error? > > Thanks in advance, > Srikanth |
|
From: Nicholas N. <nj...@cs...> - 2005-09-27 14:17:45
|
On Mon, 26 Sep 2005, Vedire Srikanth-FSV003 wrote: > I'm trying to get Valgrind 2.4.1-ppc going. You might have more luck with the PPC support in the current CVS repository; the problematic code is no longer in there. Nick |