avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] avr-gcc is not able to run assembler macros new synt


From: rudolph
Subject: Re: [avr-gcc-list] avr-gcc is not able to run assembler macros new syntax?
Date: Mon, 23 Apr 2001 20:03:27 +0200

rudolph wrote:
> 
> Hi all,
> 
> I have some old macros defined in old assembler files which i compile
> with
> the avr-gcc -xassembler-with-cpp comand.
> 
> In the the new version i got that works no more!
> 
> The source:
> 
> ...
> 
> WriteDataByte:  NOP
>                 RET
> 
> #define maintmp r18
> .macro send befehl                 <<< macro.s xx: unexpected end of
> file in macro definition
>         ldi maintmp, \befehl+0x80
>         rcall WriteDataByte
>         ldi maintmp, \befehl+0x80
>         rcall WriteDataByte
> .endmacro
> 
> There are any syntax changes?
> 
> Thank
> Klaus
> 

Sorry, my verion-info is missing:

The old version of gcc was 2.95.2 
the new one which make the problems is: 3.1 20010228

Thanks

Klaus
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://avr.jpk.co.nz/mailman/listinfo/avr-gcc-list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]