From: Matthias T. <mt...@we...> - 2009-04-28 19:36:11
|
Ian, > I'd assumed this was some kind of serial issue but discovered that > marker depends on get-current and set-current. > > The 3.4 butterfly application (hex files) don't include set-current. > > Looking at the source it looks like it needs > > .include "words/set-current.asm" > > added? A fine place would be the appl_dict.inc file, the problem you describe is really a big one: Which words should always be included and which are used only seldom. I decided (for now) that marker is a nice tool but.... [avra errors] > following errors. Since I use the wine&atmel avrasm2.exe pair, I did not notice the problems here, sorry for that. I just made a few changes to the code and checked them into the subversion repository that address both your problems. I could not test them, since "my" avra does not know the atmega169. > Should I look back a few revisions of amforth for the butterfly? Not really, since I do not introduce those errors by intention. Earlier versions _may_ not have the errors described above, but _do_ have other errors (usually documented in the changelog on the website) Bye Matthias |