[Flashforth-devel] doloop.fs
Brought to you by:
oh2aun
From: Christopher H. <chr...@li...> - 2021-05-10 20:51:25
|
Hi, I compiled the xc8 avr code for 328P, but using just avr-gcc toolchain, and loaded it up with avrdude. I'm able to connect to the chip fine and at first glance it appears to be working normally. However, if I try to load doloop.fs from avr/forth directory, I get an error that `ind' word is not defined. If I put my other chip back in, which is just using the blob from avr/hex, then I have no trouble loading doloop.fs. Is it broken for you also, or did I mess something up? I can't seem to find documentation on this word. Christopher Howard |