|
From: Erich W. <ew....@na...> - 2010-08-04 19:27:26
|
Hello, I can confirm the original problem > warning: end of .cseg at 0x8ce2 is beyond end of memory at 0x7fff". for a duemilanove board with a fresh clean checkout of amforth 4.0. I moved everything after the line .include "words/ifetch.asm" from dict_appl_core.inc to dict_appl.inc. That makes the warning go away. There must be a better way to see, how much more fits into the NRWW section. Uploading(*) the resulting files to the board works, setting the fuses as detailed in the readme.txt gives me a prompt (9600 baud). amforth 4.0 ATmega328P ok > _ HOWEVER, compiling a word does stall the controller. Pressing reset gives a new prompt, but the system is not working any more. Something related to writing flash seems to be broken. (*) uploading is done with a very simple "sp12" parport programmer. Cheers, Erich On 08/04/2010 06:16 PM, ken...@al... wrote: > Hi Andy, > > Thanks for your quick response. > >> What are you using as your build route/toolchain ? > |