Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Installing AVRlib Manually

Sections

  1. Overview
  2. Downloading
  3. Installing
  4. Testing

This guide applies only to manually "installing" the AVRlib zip file. If you are using a windows machine, you may use the AVRlib win32 installer program. These steps are done automatically by the installer.


1. Overview

Procyon AVRlib is an open-source collection of C-language function libraries for the Atmel AVR series processors. The goal of AVRlib is to provide the programmer with a code base which performs the most often needed tasks in embedded system programming. Hopefully, this will allow the programmer to focus on high-level operation of their code rather than get bogged down in the details of low-level code.

In short, AVRlib is a bunch of functions that do things commonly needed in embedded systems. Despite the learning curve of getting started, for most projects, using AVRlib will shorten the time spent programming and/or improve the quality or functionality of the final product.

AVRlib functions are available for a wide variety of tasks and purposes. In general, AVRlib tries to address the following kinds of needs:

For a partial list of currently available function libraries see the AVRlib Main Page.

2. Downloading

AVRlib is currently available as a win32 self-installer, or a zip file. Both are available from the AVRlib Main Page.

3. Installing

This installation for AVRlib assumes you have already installed the AVR-GCC or WinAVR compiler and successfully tested it.

You can install AVRlib anywhere you like, however, it's suggested that you install it in a directory alongside your own AVR code projects. Create or choose a top-level directory to hold both AVRlib and the project folders which you will create to hold the code for each individual project you work on. The directory you choose should not contain spaces in its name or path. Some examples are:

c:\Code\AVR                          (GOOD)
c:\My Code                           (NOT RECOMMENDED - HAS SPACES IN PATH)

From the download step you should have an avrlib.zip file. Unzip this file into the code directory you chose above. Be sure to preserve the internal directory structure of the zip file when you unzip it. Afterward, you can delete avrlib.zip but you may want to keep it for later re-installs or as a backup.

You should now have an avrlib directory where you installed AVRlib. If you have some time, get familiar with what's inside some of the directories. Your directories should look something like this:

c:\Code\AVR\avrlib                   <-- AVRlib header and code files
c:\Code\AVR\avrlib\conf              <-- AVRlib template configuration files
c:\Code\AVR\avrlib\docs              <-- AVRlib documentation
c:\Code\AVR\avrlib\examples          <-- AVRlib example applications
c:\Code\AVR\avrlib\make              <-- AVRlib makefile include (avrproj_make file in here)

Finally, you need to create an environment variable AVRLIB which points to the directory where you "installed" or unzipped the AVRlib files so the compiler can find them. An example might be:

AVRLIB = c:/code/avr/avrlib         <-- change to actual AVRlib install directory

If you are unsure how to set environment variables on your system, look at the WinAVR/AVR-GCC installation guide elsewhere on this site or consult the web.

AVRlib installation is complete!

4. Testing

There are a few simple steps you can take to verify that AVRlib is properly installed:
(This assumes you have previously installed and tested the AVR-GCC or WinAVR compiler)


Written by Pascal Stang | Updated: Sunday, 29-Oct-2006 02:41:10 PST

Generated on Sun Oct 29 03:41:09 2006 for Procyon AVRlib by  doxygen 1.4.2