Re: [Amforth] Warnings using Atmel Studio 6.1

2013-10-10 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Michael, > On 10/9/2013 3:01 PM, Michael Picco wrote: >> Hello, >> >> I keep getting the following warning when compiling amforth for >> an Arduino Uno: >> >> "Use of undefined or forward referenced symbol 'XT_NOOP' in >> .equ/.set" The warning p

Re: [Amforth] Warnings using Atmel Studio 6.1

2013-10-10 Thread Michael Picco
Programmed the resulting hex/eep files into the Uno and version 5.1 comes up just fine. Still not sure why the warning came up, but amForth appears to be working as expected. Michael On 10/9/2013 3:01 PM, Michael Picco wrote: > Hello, > > I keep getting the following warning when compiling amfo

[Amforth] Warnings using Atmel Studio 6.1

2013-10-09 Thread Michael Picco
Hello, I keep getting the following warning when compiling amforth for an Arduino Uno: "Use of undefined or forward referenced symbol 'XT_NOOP' in .equ/.set" The warning points to line 28 in the file "usart_common.asm. I've gone through the compilation process, double-checking my work several ti