| Line No. | Rev | Author | Line |
|---|---|---|---|
| 1 | 6 | kaklik | |
| 2 | The "avrproj_make" file in this directory is an important part of the |
||
| 3 | compiling process for all AVRLib example code. Unless you are familiar with |
||
| 4 | writing your own makefiles, it is highly suggested that you use this file |
||
| 5 | to help compile your own code projects too. |
||
| 6 | |||
| 7 | ------------------------------------------------------------------------------ |
||
| 8 | |||
| 9 | To make "avrproj_make" work, you must have the following two environment |
||
| 10 | variables defined with appropriate values: |
||
| 11 | |||
| 12 | AVR = [path to WinAVR/AVR-GCC install directory] |
||
| 13 | AVRLIB = [path to AVRLib install directory] |
||
| 14 | |||
| 15 | For example, if you installed WinAVR in C:\WinAVR, then you should set: |
||
| 16 | |||
| 17 | AVR = c:\WinAVR |
||
| 18 | |||
| 19 | If you installed/unzipped AVRLib in c:\code\avr\avrlib, then set: |
||
| 20 | |||
| 21 | AVRLib = c:\code\avr\avrlib |
||
| 22 | |||
| 23 | ------------------------------------------------------------------------------ |
||
| 24 | |||
| 25 | If you are unsure how to set environment variables on your system, check the |
||
| 26 | installation guides on hubbard.engr.scu.edu/embedded or consult the web. |
Powered by WebSVN v2.8.3