Hi,
On 06/08/2011 09:10 PM, Marcin Cieslak wrote:
> Hello,
>
> I tried to compile amforth trunk with avra and I get:
>
> [exec] /usr/home/saper/sw/amforth/trunk/core/dict_usart.inc(7) : Error : Found no label/variable/constant named XT_USART_INIT_RX_ISR
> [exec] /usr/home/saper/sw/amforth/trunk/core/dict_usart.inc(7) : Error : XT_USART_INIT_RX have already been defined as a label
>
> Indeed, XT_USART_INIT_RX_ISR does not seem to be defined anywhere
> in the sourcecode. Is it only me?
Hm, the lines look like this one:
.set XT_USART_INIT_RX = XT_USART_INIT_RX_ISR
so maybe the right hand side is not defined??? Just wild guessing.
Erich
|