avr-1.6.4-linux-bin.tar.gz | mtime: 2009-12-30, size: 14436034 bytes pre-compiled Linux binary for iX86 | unix tape archive, compressed Changes since last version: This is the first version. |
Building your own avr-gcc environment | - - | The corresponding documentation |
1) download the avr-1.6.4-linux-bin.tar.gz and save it in /tmp
2) Unpack it as user root in /usr/local
cd /usr/local
tar zxvf /tmp/avr-1.6.4-linux-bin.tar.gz
3) Update your PATH environment variable and add /usr/local/avr/bin
This can usually be done by adding it to an entry in /etc/profile
or /etc/profile.env but is highly distribution dependent.
If you are not sure what to do then just copy/paste the following
into your shell window prior to using it.
For bash, zsh, sh:
export PATH=${PATH}:/usr/local/avr/bin
For csh, tcsh:
setenv PATH ${PATH}:/usr/local/avr/bin
4) Congratulations, you installation is complete.