Re: [Amforth] error uploading ports-standard.frt

2025-08-09 Thread J. Barth
Thanks, Martin + Tristan. After reading »synonym is available since amforth 5.0« I did expect that it is included already. so I've tried ports-standard.frt . Worked after \-ing analog.6 and analog.7 . Perhaps a somewhat more explicit comment would help. PS: the PDF from Trute is very nice, becau

Re: [Amforth] error uploading ports-standard.frt

2025-08-09 Thread Martin Nicholas via Amforth-devel
For a numerical list of exceptions: https://forth-standard.org/standard/exception -- Regards, Martin Nicholas. E-mail: reply-2...@mgn.org.uk (Address will be valid throughout 2025). ___ Amforth-devel mailing list for http://amforth.sf.net/ Amforth

Re: [Amforth] error uploading ports-standard.frt

2025-08-09 Thread home
Hi Jochen and welcome. AmForth is complaining when you upload ports-standard.frt because it cannot find the word synonym. This is not a built-in word and so needs to be uploaded before trying to upload ports-standard.frt synonym can be found in this file ./common/lib/forth2012/tools/synonym.f

Re: [Amforth] error uploading ports-standard.frt

2025-08-09 Thread Martin Nicholas via Amforth-devel
On Sat, 9 Aug 2025 13:57:33 +0200 "J. Barth" wrote: > Hi, my name is Jochen, > I've tried to upload ports-standard.frt to my (arduino) uno to access > the adc. > > Did use amforth-6.9 with uno.hex and uno.eep.hex (manually, done > before reading the manual). > > (Had to add -I /home/user_xyz/..

[Amforth] error uploading ports-standard.frt

2025-08-09 Thread J. Barth
Hi, my name is Jochen, I've tried to upload ports-standard.frt to my (arduino) uno to access the adc. Did use amforth-6.9 with uno.hex and uno.eep.hex (manually, done before reading the manual). (Had to add -I /home/user_xyz/.../amforth-6.9/common/lib , without it did not find some #require files