Re: [Amforth] ATmega16 and ATmega128

2014-05-13 Thread Paolo Garro
Hi Matthias, I follow the sample on the official doc "amforth.pdf" to compile a system for my MCUs but it doesn't work. There is a huge list of missed words. Please, could you help me to compile a working system for atmega16 and atmega128? Or, if you have one (sure you have), could you give me the

Re: [Amforth] ATmega16 and ATmega128

2014-05-13 Thread Matthias Trute
Hi Paolo, > To avoid the redefinition error of USART_B_VALUE and USART_C_VALUE I > create a local “drivers” folder with a modified copy of > usart_common.asm. Using .set instead of .equ without modifying the > original. Cool. I've never changed the settings away from 8N1 ;) Thank you for testing.

[Amforth] ATmega16 and ATmega128

2014-05-13 Thread Paolo Garro
Hello, I have resumed an old project and I would run it in amforth. I would start with a simple system with a serial terminal but I’m not able to get rid of compile errors. To avoid the redefinition error of USART_B_VALUE and USART_C_VALUE I create a local “drivers” folder with a modified copy o