I moved my builds to Linux and I can now build a working set of .hex files
that run on my eval hardware without errors or warnings.  Though there are
some parts that appear to be missing, in particular the various PORTX
constants and the words that operate on them (like pinport).

 When looking at the .lst file generated as part of the build process I see
that last .set for each port is:

.set WANT_PORTA = 1

>From my understanding this is all that should be needed to get the
constants included.

My Makefile defines the MCU as:

MCU=at90can128

Any idea what I am missing?

Thanks
Terry

_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to