Re: [Amforth] amforth 4.4 & ATMEGA16.txt

2011-06-16 Thread Erich Waelde
Hello, On 06/16/2011 02:49 PM, [email protected] wrote: > Hi guys, > I’m trying to compile a system for an ATMEGA16 board. > atmega16.asm(26): warning: Use of undefined or forward referenced symbol > 'TXEN0' in .equ/.set > atmega16.asm(29): warning: Use of undefined or forward referenc

Re: [Amforth] amforth 4.4 & ATMEGA16.txt

2011-06-16 Thread Matthias Trute
Hi Paolo, > Hi guys, > I’m trying to compile a system for an ATMEGA16 board. > It gives errors and I’m not able to go forth. Let me know if the page http://amforth.sourceforge.net/recipes/usart-settings.html answers your question with the error messages. Your seconds problem that wine is n

[Amforth] amforth 4.4 & ATMEGA16.txt

2011-06-16 Thread [email protected]
Hi guys, I’m trying to compile a system for an ATMEGA16 board. It gives errors and I’m not able to go forth. I followed the procedure suggested in official docs: copy the template folder in apps to a new folder “atmega16” and then modify makefile and template.asm. Attached you’ll find my makefil