Proxmark3 community

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.

Announcement

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.

#1 2010-09-24 23:35:21

notserpe
Member
From: Montreal
Registered: 2009-09-15
Posts: 14
Website

toolchain build script is broken + patch to fix it

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

#2 2010-11-01 10:25:39

atrox
Contributor
Registered: 2010-01-08
Posts: 35

Re: toolchain build script is broken + patch to fix it

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

Board footer

Powered by FluxBB