In this website https://bugs.kde.org/show_bug.cgi?id=270777

It teaches me how to compile the MIPS version valgrind

It need to download some patches and make some modification

like this:

$ svn export -r 12270 svn://svn.valgrind.org/valgrind/trunk
$ cd trunk
$ patch -p0 < ../existing_files_r12270_mips.diff
$ patch -p0 < ../new_files_r12270_mips_A.diff
$ patch -p0 < ../new_files_r12270_mips_B.diff
$ ./autogen.sh
$ ./configure
$ make
$ make installwhen I run the ./autogen.sh then it shows this error

Do you know some way to solve it?

> Date: Mon, 28 Nov 2011 07:59:40 +0100
> Subject: Re: [Valgrind-users] The question I met when compiling the valgrind
> From: bvanass...@acm.org
> To: magicmcgrad...@hotmail.com
> CC: valgrind-users@lists.sourceforge.net
> 
> 2011/11/27 奕楠 邱 <magicmcgrad...@hotmail.com>:
> > Sorry, When I use autoge.sh command, it shows the following error
> >
> > EXTRA_DIST: variable `noinst_SCRIPTS' is used but `noinst_SCRIPTS' is
> > undefined
> > error: while running 'automake -a'
> >
> > Because of this errror, I can't use the ./configure.
> >
> > Does anyone know this kind of error?
> 
> Never seen before. With which autoconf and automake versions did this occur ?
> 
> Bart.
                                          
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to