Re: [Amforth-devel] Compilation errors with avra assembler

2010-08-29 Thread Marcin Cieslak
On Sun, 29 Aug 2010, Volker Wolfram wrote: > ../../core/words/istore_nrww.asm(55) : Error : Found no > label/variable/constant named > RWWSRE > ../../core/words/istore_nrww.asm(55) : Warning : Constant out of range (-128 > <= k <= 255 > ). Will be masked > AVRA: advanced AVR macro assembler Ve

Re: [Amforth-devel] Compilation errors with avra assembler

2010-08-29 Thread Matthias Trute
Hi, > Would you consider adding .overlap > > http://support.atmel.no/knowledgebase/avrstudiohelp/mergedProjects/AVRASM/Html/directives.html#OVERLAP/NOOVERLAP > > to places where the code generated overlaps: sound like a good idea. If it works for both assemblers I'll do it. May take a few days

Re: [Amforth-devel] Compilation errors with avra assembler

2010-08-29 Thread Volker Wolfram
Marcin Cieslak wrote: > On Sun, 29 Aug 2010, Matthias Trute wrote: > > > There is a simple answer: avra cannot be used. Use the Avr Assembler 2 > > from the AVR Studio with wine. Avra did work in the past, but not with > > the current code. I cannot tell, which amforth version was the last > > on

Re: [Amforth-devel] Compilation errors with avra assembler

2010-08-29 Thread Marcin Cieslak
On Sun, 29 Aug 2010, Matthias Trute wrote: > There is a simple answer: avra cannot be used. Use the Avr Assembler 2 > from the AVR Studio with wine. Avra did work in the past, but not with > the current code. I cannot tell, which amforth version was the last > one that avra understood, its long ag

Re: [Amforth-devel] Compilation errors with avra assembler

2010-08-29 Thread Volker Wolfram
Matthias Trute wrote: > Hi Volker, > > > I've copied the template directory and get weird errors form the words > > source files. > > > > I'm using amforth 3.9. > > > > Can anyone give me a comment to work with amforth and how to compile it > > for ATmega32a? > > There is a simple answer: avra

Re: [Amforth-devel] Compilation errors with avra assembler

2010-08-29 Thread Matthias Trute
Hi Volker, > I've copied the template directory and get weird errors form the words > source files. > > I'm using amforth 3.9. > > Can anyone give me a comment to work with amforth and how to compile it > for ATmega32a? There is a simple answer: avra cannot be used. Use the Avr Assembler 2 fro

Re: [Amforth-devel] Compilation errors with avra assembler

2010-08-29 Thread Marcin Cieslak
On Sun, 29 Aug 2010, Volker Wolfram wrote: > Hello, > > I've copied the template directory and get weird errors form the words > source files. > > I'm using amforth 3.9. > > Can anyone give me a comment to work with amforth and how to compile it > for ATmega32a? Do you have avra source? Can you t