Also, this part is confusing me a little bit CPPFLAGS="--sysroot=$NDKROOT/platforms/android-3/arch-arm -DANDROID_HARDWARE_$HWKIND" \ CFLAGS="--sysroot=$NDKROOT/platforms/android-3/arch-arm" \ ./configure --prefix=/data/local/Inst \ --host=armv7-unknown-linux --target=armv7-unknown-linux \ --with-tmpdir=/tmp/valgrind
Should I edit it into config.sh or just define it as a environment variable? On Tue, Nov 15, 2011 at 11:26 AM, Julian Seward <[email protected]> wrote: > On Tuesday, November 15, 2011, Александар Миленковић wrote: >> Thanks for the replies so far! >> >> But I don't see a autogen.sh script in Valgrind root. The ones i do >> have are as follows >> compile, config.guess, config.status, configure, depcomp, install-sh, >> missing and vg-in-place >> >> So thats why i deviated from the readme in the first place. Where do I >> find the referenced autogen.sh ? > > Hmm, this is a documentation bug. For builds from a tarball, you can skip > the ./autogen.sh step, and continue directly with the ./configure step. > > J > ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
