<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.gumstix.com/index.php?action=history&amp;feed=atom&amp;title=Robostix_toolchain</id>
		<title>Robostix toolchain - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.gumstix.com/index.php?action=history&amp;feed=atom&amp;title=Robostix_toolchain"/>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Robostix_toolchain&amp;action=history"/>
		<updated>2026-05-06T22:21:48Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.25.3</generator>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Robostix_toolchain&amp;diff=3820&amp;oldid=prev</id>
		<title>Dhylands: Added</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Robostix_toolchain&amp;diff=3820&amp;oldid=prev"/>
				<updated>2009-08-24T17:40:13Z</updated>
		
		<summary type="html">&lt;p&gt;Added&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page describes setting up the AVR toolchain, needed to build code for the robostix and roboaudiostix boards.&lt;br /&gt;
&lt;br /&gt;
==Install compiler==&lt;br /&gt;
&lt;br /&gt;
When things work, you can do the following under ubuntu:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install gcc-avr avr-libc gawk&lt;br /&gt;
&lt;br /&gt;
However, some versions of avr-libc will give you compile errors when trying to build the i2c bootloader. (the error will mention __eerd_block). Ubuntu 9.04 installs a version of avr-libc with this problem. See below for details on manually installing a newer runtime library.&lt;br /&gt;
&lt;br /&gt;
==Manually install runtime library==&lt;br /&gt;
&lt;br /&gt;
The following steps can be used to install (or replace) the avr runtime library (avr-libc). Ubuntu-9.04 installs version 1.6.2, which has some issues.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;wget http://mirror.csclub.uwaterloo.ca/nongnu/avr-libc/avr-libc-1.6.7.tar.bz2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 tar xjf avr-libc-1.6.7.tar.bz2&lt;br /&gt;
 cd avr-libc-1.6.7/&lt;br /&gt;
 ./configure --build=`./config.guess` --host=avr --prefix=/usr/lib&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
[[Category:How_to_-_robotics]]&lt;/div&gt;</summary>
		<author><name>Dhylands</name></author>	</entry>

	</feed>