Instructions Circuit Diagram

- 21 -
Important: at –build=`./cong.guess` make sure to put a backtick ` (à <-- the
grave accent on the a! ) and not a normal apostrophy or quotation marks as
this wouldn’t work.
Set the Path
You must make sure now that the directory /usr/local/avr/bin is registered in
the path variable otherwise it will be impossible to retrieve the avr-gcc from the
console or from the makeles. To that end, you have to enter the path in the
le /etc/prole or /etc/environment or similiar (varies from one distribution to
another) – separated by a colon “:” from the other already existing entries. It
could look in the le like:
PATH=”/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/local/avr/bin“
Now enter in a console “avr-gcc -–version“ as described above. If it works, the
installation was successfull!