Re: [Amforth] atmega128

2011-09-15 Thread David Jeffrey
Hi D Williams - I managed to get Amforth running on a Mega128. There are three undocumented file changes you need to make: “core/devices/atmega128/device.asm”: add these lines (I put them after 'ifndef EEPME' etc…) .ifndef MCUSR .equ MCUSR = MCUCSR .endif For some reason the Mega128 doesn't ha

Re: [Amforth] compilation / code programming problems

2011-09-15 Thread Erich Waelde
Hello, On 09/15/2011 05:18 PM, Keith Causey wrote: > Hello All, > I have tried several times to pose my question so I think that I may be > doing something wrong. I am having problems both compiling for the ATMega > 2560 and finding a device to up load the code (once it gets compiled) to > said

Re: [Amforth] atmega128

2011-09-15 Thread Erich Waelde
Hello, On 09/15/2011 05:22 PM, D Williams wrote: > > FWIW - The last version that worked for me on the amtega128 was amforth 3.1 > After that, I could not sort out the interrupts. There was a Problem with interrupt addresses being off by a factor of 2. But I don't recall, which version it was. A

Re: [Amforth] compilation / code programming problems

2011-09-15 Thread Leon Maurer
On Thu, Sep 15, 2011 at 10:18 AM, Keith Causey wrote: > and finding a device to up load the code (once it gets compiled) to > said device. I think almost any device capable of programming an ATMega will do; I don't think amforth has any special requirements for uploading. I've been using this

Re: [Amforth] compilation / code programming problems

2011-09-15 Thread Marcin Cieslak
>> Keith Causey wrote: > Hello All, > I have tried several times to pose my question so I think that I may be > doing something wrong. I am having problems both compiling for the ATMega > 2560 and finding a device to up load the code (once it gets compiled) to > said device. I hope you are goin

[Amforth] atmega128

2011-09-15 Thread D Williams
FWIW - The last version that worked for me on the amtega128 was amforth 3.1 After that, I could not sort out the interrupts. >Hello guys, >I'm trying to build amforth for an ATmega128. >It won't compile, searching for a definition of MCUSR. >Attached you'll find the folder content I'm using (a st

[Amforth] compilation / code programming problems

2011-09-15 Thread Keith Causey
Hello All, I have tried several times to pose my question so I think that I may be doing something wrong. I am having problems both compiling for the ATMega 2560 and finding a device to up load the code (once it gets compiled) to said device. Is there a list of source files that will actually comp

Re: [Amforth] Beagleboard Trainer from TinCanTools

2011-09-15 Thread Andrew Holt
Hi, Thanks, one my ISP arrives I’ll give it a go. My understanding is that "provides a second RS-232 serial port” refers a port added to the ARM on the beagle board. I have already used the Arduino tools and avrgal to flash a simple, blink, programme on the atmega. I’ll let you know how I get