I just successfully installed Amforth 5.3 on my Arduino Diecimila using
this:

In Windows
1. Unpack amforth-5.3.zip to C:\Projects\amforth-5.3
2. Open AVR Studio v4.18 Build 730
3. Click on Project->New Project->Chose "Atmel AVR Assembler", unset create
initial file, set name and location->Finish
4. Right click on "Source Files" in tree->Add files to project->Chose
"C:\Projects\amforth-5.3\appl\arduino\diecimila.asm"
5. Click on Project->Assembler Options->Add include path
"C:\Projects\amforth-5.3\core"
6. Click Build->Build (F7) (hex and eep files created)
7. Tools->Program AVR->Connect->Select chip,programmer and Program using
your new hex+eep files.
8. Connect using "screen /dev/tty.usbserial-A9XIFEA3 19200" in osx.

Most unexpected step here is to use version 4 of AVR Studio since latest is
6.1. (I'm also running Windows XP)

Now I'm going to try out my (still solder hot) ENC28J60 Ethernet Shield.
Wish me luck. :)


On Thu, May 15, 2014 at 11:28 AM, Paolo Garro <paolo.ga...@fastwebnet.it>wrote:

> Hi Dennis,
> I'm in the same situation:
>
> > I had to comment out the following lines from dict_appl_core.in:
> > ;.include "words/estore.asm"
> > ;.include "words/efetch.asm"
> > ;.include "words/istore.asm"
> > ;.include "words/istore_nrww.asm"
> > ;.include "words/ifetch.asm"
> > But I think I still need those files, since I now get the following
> > errors:
> > ...
> > ...
>
> How you get rid of compile errors?
> Thank you
>
> Paolo
>
>
> ---
> Questa e-mail è priva di virus e malware perché è attiva la protezione
> avast! Antivirus.
> http://www.avast.com
>
>
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform
> available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> Amforth-devel mailing list for http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel
>
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to