On Tue, Apr 21, 2015 at 01:22:37PM +0100, Mark Cave-Ayland wrote:
2015-04-15 23:54:36: milliseconds isn't unique.
Yeah, it's harmless. It's there because I moved SPARC over to use an interrupt-driven counter for milliseconds with the eventual aim of adding alarms if required. However since this isn't yet complete, the fallback is for PPC to redefine its own milliseconds word based on the CPU tick register which is why the warning appears on the serial console.
Other Forth systems use "warning off" around deliberate redefinitions, you might want to do the same.
Segher