From: Marcin C. <sa...@sa...> - 2012-08-10 16:27:33
|
>> Hannu Vuolasaho <vu...@ms...> wrote: > > Sorry. Maybe I wasn't quite clear. Im building Amforth 4.9 > > > $ avra --version > AVRA: advanced AVR macro assembler Version 1.3.0 Build 1 (8 May 2010) > > I think I'm getting on with this. problems with .overlap org errors required git version of Avra. > > http://permalink.gmane.org/gmane.comp.lang.forth.amforth/1047 instructed to add one .equ MCUSR = MCUCSR line. > bm_PARITY problem was solved changing order of serial setting and driver. > > I also had wrong appnotes :( After I copied from avrassembler2 appnotes, amfort compiled. > > However binary doesn't work :( Can you generate a list file (-l listfile) and also send me resulting .hex files? I would like also to try it here - what should I set up in my environment? Did you succeed using avrasm2? can you send me resulting hex files and the listfile as well? By the way: the newest git master from avra finally supports -o, -e and -d options to change the flash output, EEPROM, and debug file names. Finally! //Marcin |