Am Samstag, den 31.01.2015, 19:27 +0000 schrieb Andrew Holt: > Or am I doing something stupid ? > > Hi, > > I have built amforth using the latest downloaded source. > > The target is a UNO R3, with the am328p. I am programming it with a > usbtiny.
UNO sounds like arduino. Right? The arduino people set the fuses in a way that does not work with amforth. Have a look at the readme file in the appl/arduino directory and check the current settings with the ones described there. I'm sure, they differ. Eso the ones defining the boot sector size. To solve the problem, apply the fuses from the readme file to your controller, but be warned: changing the fuses may cause a complete lost of your controller chip if done the wrong way or by doing an error. > And the try 'words' > > I get the same error. That's normal for the situation described above. And makes me sure to direct you to the fuses. > It's as if the first definition is messing up the links. Exactly. The basic problem is that the flash write operation silently fails but updates the dictionary pointers. They point to useless memory content and everything's lost. Matthias ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel