--- In AVR-Chat@yahoogroups.com, John Samperi <samperi@...> wrote:
>
> 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.
>
John:
I have done that. No matter what I put in the .include, it comes
back as "not found" when I try to assemble it. I have used the path:
C:\Users\avrFreak\Documents\Pendant-Toga\Declarations.asm
Which, according to Windows Explorer is the correct path, but
AVRStudio insists it isn't there. )-:
I have been fighting with this ALL DAY. )-:
avrFreakMessage
Re: ***WAH***
2008-03-31 by steamphreaque
Attachments
- No local attachments were found for this message.