[Amforth-devel] linux/windows

2011-01-20 Thread Elliott Chapin
n. :) http://www.greenarrays.com/index.html -- Elliott Chapin http://clients.teksavvy.com/~echapin -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better

Re: [Amforth-devel] linux/windows

2011-01-22 Thread Elliott Chapin
work with parameters not reversed but opcode at the end? As to text file conversion or viewing: I haven't yet found the right combination tools/editors for handling all the files in one way. AvrStudio32 for Linux, as well as not handling 8-bit chips, seemingly does not do assembler project

[Amforth-devel] amforth-4.2 - progress, suggestion

2011-01-28 Thread Elliott Chapin
te easy to edit item by item so far, but nice if fixed. Version transition problem? -- Elliott Chapin http://clients.teksavvy.com/~echapin -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a

Re: [Amforth-devel] amforth-4.2 - progress, suggestion

2011-01-28 Thread Elliott Chapin
there's .include "devices/atmega168.asm"; this file seems actually to be devices/atmega168/device.asm. Anyway, I'll make up dict_appl.inc, clean up, and see what happens. Thx, E. C. > > Matthias > -- Elliott Chapin http://clients.teksavvy.com/~echapin ---

Re: [Amforth-devel] amforth-4.2 - progress, suggestion

2011-01-28 Thread Elliott Chapin
r > e.g. the words/whatever.asm files) and.../core/device for the > controller specific definitions. Sorry, I meant core/devices/atmega.../... > > Matthias > -- Elliott Chapin http://clients.teksavvy.com/~echapin -

[Amforth-devel] AvrS/amforth error

2011-01-28 Thread Elliott Chapin
e.inc(6): error: Illegal use of undefined or forward referenced symbol 'WANT_AD_CONVERTER' in conditional. The closest to the 328 in the AvrS debugger choice menu is the 328P. My reading suggests that this shouldn't make any difference here, but ... -- Elliott Chapin http:/

Re: [Amforth-devel] AvrS/amforth error

2011-01-29 Thread Elliott Chapin
e.net/svnroot/amforth [snip] > > Hope this helps, > Erich > Thanks; I'm hoping to introduce my friends at http://hacklab.to/ to possibilities beyond standard Arduino software. -- Elliott Chapin http://clients.teksavvy.com/~echapin

[Amforth-devel] details

2011-01-29 Thread Elliott Chapin
I might be using avra assembler instead of avrstudio4 if avra had an atmega328* target. I'm wondering if I can pretend my 328 is a 328p. Thx, E. -- Elliott Chapin http://clients.teksavvy.com/~echapin -- Special

Re: [Amforth-devel] AvrS/amforth error

2011-01-29 Thread Elliott Chapin
On 01/29/2011 06:04 PM, Erich Waelde wrote: > On 01/29/2011 05:23 PM, Elliott Chapin wrote: >> >> Thanks; I'm hoping to introduce my friends at http://hacklab.to/ to >> possibilities beyond standard Arduino software. >> > Nice! Good luck! > > Erich &

[Amforth-devel] makefile correction?

2011-01-30 Thread Elliott Chapin
anged. I think the first should end "core", and the other should end "devices"; and thus that the early MCU line should read MCU=devices//device.inc. Good guesses? -- Elliott Chapin http://clie

Re: [Amforth-devel] makefile correction?

2011-01-31 Thread Elliott Chapin
__ > Amforth-devel mailing list > Amforth-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/amforth-devel > -- Elliott Chapin http://clients.teksavvy.com/~echapin --

[Amforth-devel] compiling avra

2011-01-31 Thread Elliott Chapin
mind. Why might such files be needed? -- Elliott Chapin http://clients.teksavvy.com/~echapin -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an e

[Amforth-devel] MCU in template.asm

2011-02-17 Thread Elliott Chapin
least I apparently have avra functioning. Comments, SVP Thx, E. -- Elliott Chapin http://clients.teksavvy.com/~echapin -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and

Re: [Amforth] HOWTO: amforth 4.4 + AVR Studio 5 + Arduino

2011-06-05 Thread Elliott Chapin
e if there were one for the Uno. ;( -- Elliott Chapin http://clients.teksavvy.com/~echapin -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recove

Re: [Amforth] HOWTO: amforth 4.4 + AVR Studio 5 + Arduino

2011-06-05 Thread Elliott Chapin
> /dev/ttyACM (uno) > > as I have posted to the list before (21.March.2011) > > > Cheers, > Erich Thanks, I'll save this info in case I try from Linux again. My current attempt is directed by Neal's HowTo; perhaps your remark will suggest a similar adjust

Re: [Amforth] HOWTO: amforth 4.4 + AVR Studio 5 + Arduino

2011-06-05 Thread Elliott Chapin
> /dev/ttyACM (uno) > > as I have posted to the list before (21.March.2011) > > > Cheers, > Erich > Second thought: It would seem that that under Windows I can pretend that my Uno is a duemilanove, as the name of the serial device is not mentioned in duemilanove.asm. -