We have placed a standalone project for use with Salvo and AVR Studio v4.12 on our website at http://www.pumpkininc.com/salvo/lite/avr/3.2/tu5_WinAVR.zip . Download and install this to salvo ut after you install Salvo Lite for Atmel AVR and MegaAVR. You can then open and build this project from within AVR Studio, and step through the code using the AVR Studio simulator, etc. This has been tested with non-mega parts (e.g. AT90S8515) and mega parts (e.g. ATmega168). The example is for the AT90S8515, and uses Timer1. Other targets may require small changes to the Init() macro.
Note that this example contains only AVR code and is for Salvo Lite. No extra symbols (like SYSY and MAKE_WITH_FREE_LIB) are needed. New users should review the project settings (Project -> Configuration Options) for an overview of the settings that are required to build a Salvo project. They are basically the include path (include salvoinc) and the Salvo library (in salvolibgccavr).
This new WinAVR integration makes building projects very easy and is highly recommended.
------------------
[This message has been edited by aek (edited December 28, 2005).]