Re: [Amforth] r1076: Found no label/variable/constant named XT_RXQ in usart-rx-isr.asm

2011-06-10 Thread Marcin Cieslak
>> Matthias Trute 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 o

Re: [Amforth] Recogniser - place/remove

2011-06-10 Thread Matthias Trute
hi, > it seems there is a potential issue when running place-rec more > times (e.g. you are unmarkering and loading again a library with > "float-rec place-rec"). place-rec does not check for duplicates. Its generally a good idea to not blindly activate recognizers during tests. > The list of r

[Amforth] Recogniser - place/remove

2011-06-10 Thread pito
Hi, it seems there is a potential issue when running place-rec more times (e.g. you are unmarkering and loading again a library with "float-rec place-rec"). The list of recognisers grows and the items then maybe do not point to recognisers which are valid. A "rec-clean" word would be a nice to have

Re: [Amforth] r1076: Found no label/variable/constant named XT_RXQ in usart-rx-isr.asm

2011-06-10 Thread Marcin Cieslak
>> Erich Waelde wrote: > Hi Marcin, > > On 06/10/2011 10:59 AM, Marcin Cieslak wrote: >> 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 > > confirmed with r1077. > > The

Re: [Amforth] r1076: Found no label/variable/constant named XT_RXQ in usart-rx-isr.asm

2011-06-10 Thread Matthias Trute
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

Re: [Amforth] r1076: Found no label/variable/constant named XT_RXQ in usart-rx-isr.asm

2011-06-10 Thread Erich Waelde
Hi Marcin, On 06/10/2011 10:59 AM, Marcin Cieslak wrote: > 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 confirmed with r1077. There is no error, when using AvrAssembler

[Amforth] r1076: Found no label/variable/constant named XT_RXQ in usart-rx-isr.asm

2011-06-10 Thread Marcin Cieslak
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 My duemilanove.asm (pretty much unchanged since 4.0): .include "macros.asm" .include "device.asm" .set WANT_AD_CONVERTER = 1 .set WAN