At 12:01 PM 31/03/2008, you wrote: > Unfortunately, AVRStudio defaults to *\Program >Files\Atmel\Tools\Assembler2\Applications Notes\ for .includes. Use the FULL path in your include directive. .include "c:\avr\projects\dis25100\int_s_dis25100.asm" .include "c:\avr\lib\TWI_master_m48_m88_m168.asm" for the default directory where you have you project you can omit the path This: .include "c:\avr\projects\dis25100\int_s_dis25100.asm" can be: .include "int_s_dis25100.asm" As long as it resides in the same folder as the project. Regards John Samperi ******************************************************** Ampertronics Pty. Ltd. 11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA Tel. (02) 9674-6495 Fax (02) 9674-8745 Email: john@ampertronics.com.au Website http://www.ampertronics.com.au *Electronic Design * Custom Products * Contract Assembly ********************************************************
Message
Re: [AVR-Chat] ***WAH***
2008-03-31 by John Samperi
Attachments
- No local attachments were found for this message.