From: Marcin C. <sa...@sa...> - 2011-06-10 20:08:43
|
>> Matthias Trute <mt...@we...> wrote: > Hi Marcin, > >> When compiling r1076 with avra: >> >> [exec] /usr/home/saper/sw/amforth/trunk/core/words/usart-rx-isr.asm(12) : Error : Found no label/variable/constant named XT_RXQ > ..... >> >> Didn't have time to look deeper into this, but maybe some include order >> is a problem. > > Erichs analysis direct to the "right" solution (bug fix in avra, since > the atmel assembler does not have any problem). For now I changed > the code in usart-rx-isr.asm to be similiar to the poll variant. > R1081 should work. [...] Thanks everyone, bugfixes are now committed to avra git master, so avra should assemble amforth without problems. .BYTE problem has also been fixed. //Marcin |