Re: [Flashforth-devel] doloop.fs
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2021-05-11 11:03:41
|
You have messed something up. doloop.fs works for me with the xc8 version. Does this line from dooloop.fs compile for you ? #20 constant ind inlined \ R18:R19 are unused by the kernel On 2021-05-10 23:51, Christopher Howard wrote: > 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 > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel -- -- Mikael |