Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
how do I get write access to svn?
I'd like to work on better linux support amongst other things.
here's a tiny patch to fix the install-gnuarm4.sh since mpfr-current is no longer mpfr-2.4.2.
-----
Index: tools/install-gnuarm4.sh
===================================================================
--- tools/install-gnuarm4.sh (revision 447)
+++ tools/install-gnuarm4.sh (working copy)
@@ -37,7 +37,7 @@
#INSIGHT=http://www.mirrorservice.org/sites/sources.redhat.com/pub/insight/releases/insight-${INSIGHT_VER}.tar.bz2
GDB=ftp://sourceware.org/pub/gdb/releases/gdb-${GDB_VER}.tar.bz2
GMP=http://ftp.sunet.se/pub/gnu/gmp/gmp-${GMP_VER}.tar.bz2
-MPFR=http://mpfr.loria.fr/mpfr-current/mpfr-${MPFR_VER}.tar.bz2
+MPFR=http://mpfr.loria.fr/mpfr-${MPFR_VER}/mpfr-${MPFR_VER}.tar.bz2
# Common configuration options (i.e., things to pass to 'configure')
COMMON_CFG="--enable-interwork --target=arm-elf --program-prefix=arm-elf- --prefix=${DESTDIR} --disable-werror --enable-languages=c,c++ --enable-multilib --disable-shared"
Offline
the best way seems to be, to send it via email to one of the contributes mentioned on the google-code page. you see the full contact details when you log in into google code
Offline