Skip to content

Commit 40ef449

Browse files
author
Federico Fissore
committed
New toolchain: gcc 4.8.1, avr-libc 1.8.0, binutils 2.23.2
1 parent a4fb116 commit 40ef449

9 files changed

+13
-13
lines changed

build/build.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
<fileset dir="macosx/work/Arduino.app/Contents/Resources/Java/hardware/tools" includes="**/man"/>
265265
</delete>
266266

267-
<get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="macosx" usetimestamp="true" ignoreerrors="true" />
267+
<get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="macosx" usetimestamp="true" ignoreerrors="true" verbose="true" />
268268
<unzip src="macosx/libastylej-2.03.zip" dest="macosx" overwrite="true"/>
269269
<copy file="macosx/libastylej/libastylej.jnilib" todir="macosx/work/Arduino.app/Contents/Resources/Java/lib/" />
270270
<chmod perm="755" file="macosx/work/Arduino.app/Contents/Resources/Java/lib/libastylej.jnilib" />
@@ -475,7 +475,7 @@
475475
<copy todir="linux/work" file="linux/dist/arduino" />
476476
<chmod perm="755" file="linux/work/arduino" />
477477

478-
<get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="linux" usetimestamp="true" ignoreerrors="true" />
478+
<get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="linux" usetimestamp="true" ignoreerrors="true" verbose="true" />
479479
<unzip src="linux/libastylej-2.03.zip" dest="linux" overwrite="true"/>
480480
<copy file="linux/libastylej/libastylej${arch-bits}.so" tofile="linux/work/lib/libastylej.so" />
481481
<chmod perm="755" file="linux/work/lib/libastylej.so" />
@@ -518,16 +518,16 @@
518518
</target>
519519

520520
<target name="unzip-avr-toolchain">
521-
<get src="http://downloads.arduino.cc/avr-toolchain-${file_arch}-gcc-4.3.2.zip" dest="${staging_folder}" usetimestamp="true" ignoreerrors="true" />
521+
<get src="http://downloads.arduino.cc/avr-toolchain-${file_arch}-gcc-4.8.1.zip" dest="${staging_folder}" usetimestamp="true" ignoreerrors="true" verbose="true" />
522522

523-
<checksum file="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.3.2.zip" algorithm="sha" fileext=".sha" verifyproperty="checksum.matches"/>
523+
<checksum file="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" algorithm="sha" fileext=".sha" verifyproperty="checksum.matches"/>
524524
<condition property="checksum.matches.fail">
525525
<equals arg1="${checksum.matches}" arg2="false"/>
526526
</condition>
527527
<fail if="checksum.matches.fail">Checksum failed.
528528

529-
File avr-toolchain-${file_arch}-gcc-4.3.2.zip failed checksum.
530-
Please remove "${staging_folder}/avr-toolchain-${file_arch}-gcc-4.3.2.zip" and download it again.
529+
File avr-toolchain-${file_arch}-gcc-4.8.1.zip failed checksum.
530+
Please remove "${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" and download it again.
531531
</fail>
532532

533533
<mkdir dir="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
@@ -536,7 +536,7 @@
536536
<arg value="-n" />
537537
<arg value="-d" />
538538
<arg value="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
539-
<arg value="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.3.2.zip" />
539+
<arg value="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" />
540540
</exec>
541541
</target>
542542

@@ -683,7 +683,7 @@
683683
<param name="file_arch" value="win32" />
684684
</antcall>
685685

686-
<get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="windows" usetimestamp="true" ignoreerrors="true" />
686+
<get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="windows" usetimestamp="true" ignoreerrors="true" verbose="true" />
687687
<unzip src="windows/libastylej-2.03.zip" dest="windows" overwrite="true"/>
688688
<copy file="windows/libastylej/AStylej.dll" todir="windows/work/lib" />
689689

@@ -740,7 +740,7 @@
740740
<target name="windows-dist" depends="windows-build"
741741
description="Create .zip files of windows version">
742742

743-
<get src="http://downloads.arduino.cc/jre_7u40_windows_i586.zip" dest="windows/jre.zip" usetimestamp="true" ignoreerrors="true" />
743+
<get src="http://downloads.arduino.cc/jre_7u40_windows_i586.zip" dest="windows/jre.zip" usetimestamp="true" ignoreerrors="true" verbose="true" />
744744

745745
<unzip dest="windows/work" src="windows/jre.zip" overwrite="false"/>
746746

build/linux/avr-toolchain-linux32-gcc-4.3.2.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c8852426fde9f1efa92cea0b900030b5bfceee4f

build/linux/avr-toolchain-linux64-gcc-4.3.2.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6a03437245cf5f1a6b2c776ef18a83baecfc33fd

build/macosx/avr-toolchain-mac32-gcc-4.3.2.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
165fab6b30d2075c1642b835efc081e4502a8a32

build/windows/avr-toolchain-win32-gcc-4.3.2.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
34e8676d72e35c221f29fedd0142c1942b78b1d3

0 commit comments

Comments
 (0)