Skip to content

Commit ee537dd

Browse files
committed
Adding 64-bit version of AVR tools on Linux (Paul Stoffregen)
http://code.google.com/p/arduino/issues/detail?id=300
1 parent 4805395 commit ee537dd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build/build.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,12 @@
361361
<target name="linux64-build" depends="linux-build" description="Build linux (64-bit) version">
362362
<copy tofile="linux/work/hardware/tools/avrdude" file="linux/dist/tools/avrdude64" overwrite="true" />
363363
<copy tofile="linux/work/lib/librxtxSerial.so" file="linux/dist/lib/librxtxSerial64.so" overwrite="true" />
364+
<!-- Unzip AVR tools -->
365+
<bunzip2 dest="linux" src="linux/avr_tools_linux64.tar.bz2" />
366+
<exec executable="tar" dir="linux/work/hardware">
367+
<arg value="-xvf"/>
368+
<arg value="../../avr_tools_linux64.tar"/>
369+
</exec>
364370
</target>
365371

366372
<target name="linux-run" depends="linux-build"

build/linux/avr_tools_linux64.tar.bz2

9.08 MB
Binary file not shown.

0 commit comments

Comments
 (0)