[Amforth] compiling 5.8

2015-05-16 Thread Paolo Garro
Thanks Matthias, > -13 means "word not found" (a full list of all > possible exceptions is in the docs somewhere, there > are only a few). > The 15 means the column in the text line in which the error > has been detected. The 15th character is the final s from > is. This the full story is: the wo

Re: [Amforth] compiling 5.8

2015-05-16 Thread Matthias Trute
Hi Paolo, I glad that the others on the list could help you get a running system (thanks!). > > ' refill-xon is refill ?? -13 15 > > I cannot figure out the reason or what those errors mean. It's a bit cryptic, I admit. But easy to decode: The ?? signals an error (technically an exception is

[Amforth] compiling 5.8

2015-05-16 Thread Paolo Garro
Hi all, the new version 5.8 (compiled with only some warnings) behaves different from the previous I used (5.4). To speed up serial connection I use these commands: ' refill defer@ constant xt-refill : refill-xon $11 emit xt-refill execute ; : +ready ['] refill-xon is refill ; +ready so the mcu

[Amforth] compiling 5.8

2015-05-15 Thread Paolo Garro
Hi everybody, fixed the makefile to include the common folder. Now it compiles with 0 errors but 5 warnings: “.cseg .db misalignment – padding zero byte” words causing this error are: common/words/ud-star.asm(9); common/words/env-forthname.asm(22); common/words/cscan.asm(12); common/words/ver.asm(

Re: [Amforth] compiling 5.8

2015-05-15 Thread Andreas Wagner
Hi Paolo, What's in your project Makefile and where is your Makefile relative to your top-level amforth-1860/ directory? On Fri, May 15, 2015 at 10:10 AM, wrote: > Hello everybody, > > I tried to compile ver. 5.8 and got hundreds of errors. > Downloaded trunk rev.1860 but nothing seems changed

[Amforth] compiling 5.8

2015-05-15 Thread paolo.garro
Hello everybody, I tried to compile ver. 5.8 and got hundreds of errors. Downloaded trunk rev.1860 but nothing seems changed. Here is a link to the resulting lst file https://www.dropbox.com/sh/3yq9gea2z3zuelv/AAB59rv8_GmOIo2Gw97PxQpRa?dl=0 Thanks for help. Paolo --