Re: [Amforth] ATmega16 and ATmega128

2014-05-15 Thread Paolo Garro
Hi Erich, I disable the dropbox link thinking nobody was interested... Here is a new one: https://www.dropbox.com/sh/pa3k267ldncxun5/AABZV_7GtfS3GMqsUBKmk5G0a Thank you for the trace of operations but my procedure already fails at compile time. I never get a working pair of hex files!! Please ha

Re: [Amforth] ATmega16 and ATmega128

2014-05-15 Thread Erich Waelde
Hi Paolo, On 05/14/2014 08:58 PM, Paolo Garro wrote: > Hi Matthias, > thank you for the suggestion, I will try your way. > >> I would have to spent quite some time to >> make it working. > > No, you only need a working make utility installed. > I modify the directory structure to allow compiling

Re: [Amforth] New amforth user

2014-05-15 Thread Paolo Garro
Hi Dennis, I'm in the same situation: > I had to comment out the following lines from dict_appl_core.in: > ;.include "words/estore.asm" > ;.include "words/efetch.asm" > ;.include "words/istore.asm" > ;.include "words/istore_nrww.asm" > ;.include "words/ifetch.asm" > But I think I still need those