Re: [Amforth] Build Issues

2013-10-17 Thread Michael Picco
Hi Craig, Just catching up after a few days away from the computer ... I trust you've been able to get 5.1 working on your Uno? The link you posted (by Neal Crook), is well-done ... it got me started and finally working, but it's out of date and some of the items have changed. At home, I have ma

Re: [Amforth] Build Issues

2013-10-15 Thread craig and heather
Never mind, I found the problem. The generate eep file checkbox was unchecked. Sorry for the noise. Craig Lindley On Tue, Oct 15, 2013 at 12:58 PM, craig and heather wrote: > I searched the entire C drive and could not find an eep file. Attached is > a screen shot of the output directory. > > T

Re: [Amforth] Build Issues

2013-10-15 Thread craig and heather
I searched the entire C drive and could not find an eep file. Attached is a screen shot of the output directory. To answer your question Matthias, if I'm going to use some code I really like to know how it works and how to build it. In Amforth's case, I might want to try and change some of the inc

Re: [Amforth] Build Issues

2013-10-15 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Craig, > Looking closer at the build results I assume the eseg would be > destined for the eeprom. Could it be that the hex file has both > parts in it? Unfortunately not. hex files are too stupid to contain such information > And if so, what are

Re: [Amforth] Build Issues

2013-10-15 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Craig, > > And the build when fairly well. I only had one warning: > > Warning1Use of undefined or forward referenced symbol > 'XT_NOOP' in .equ/.set > > I don't know whether or not this warning is a problem No, it is not. We discussed

Re: [Amforth] Build Issues

2013-10-15 Thread craig and heather
Looking closer at the build results I assume the eseg would be destined for the eeprom. Could it be that the hex file has both parts in it? And if so, what are the chances of success by just programming the single file onto the Arduino? I would try this but I'm fresh out of Arduino Uno's just now.

[Amforth] Build Issues

2013-10-15 Thread craig and heather
Hello Amforth Developers I just discovered Amforth from a Hack A Day post and I want to try it out on the Arduino Uno. I downloaded the 5.1 version of Amforth and downloaded the Atmel Studio 6.1. I followed the directions given in this post: http://www.mail-archive.com/amforth-devel@lists.source