>> 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
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
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
>> 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
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
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
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